/*!
 * Bootstrap  v5.3.6 (https://getbootstrap.com/)
 * Copyright 2011-2025 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root,
[data-bs-theme=light] {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 13, 110, 253;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-primary-text-emphasis: #052c65;
  --bs-secondary-text-emphasis: #2b2f32;
  --bs-success-text-emphasis: #0a3622;
  --bs-info-text-emphasis: #055160;
  --bs-warning-text-emphasis: #664d03;
  --bs-danger-text-emphasis: #58151c;
  --bs-light-text-emphasis: #495057;
  --bs-dark-text-emphasis: #495057;
  --bs-primary-bg-subtle: #cfe2ff;
  --bs-secondary-bg-subtle: #e2e3e5;
  --bs-success-bg-subtle: #d1e7dd;
  --bs-info-bg-subtle: #cff4fc;
  --bs-warning-bg-subtle: #fff3cd;
  --bs-danger-bg-subtle: #f8d7da;
  --bs-light-bg-subtle: #fcfcfd;
  --bs-dark-bg-subtle: #ced4da;
  --bs-primary-border-subtle: #9ec5fe;
  --bs-secondary-border-subtle: #c4c8cb;
  --bs-success-border-subtle: #a3cfbb;
  --bs-info-border-subtle: #9eeaf9;
  --bs-warning-border-subtle: #ffe69c;
  --bs-danger-border-subtle: #f1aeb5;
  --bs-light-border-subtle: #e9ecef;
  --bs-dark-border-subtle: #adb5bd;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg: #fff;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-emphasis-color: #000;
  --bs-emphasis-color-rgb: 0, 0, 0;
  --bs-secondary-color: rgba(33, 37, 41, 0.75);
  --bs-secondary-color-rgb: 33, 37, 41;
  --bs-secondary-bg: #e9ecef;
  --bs-secondary-bg-rgb: 233, 236, 239;
  --bs-tertiary-color: rgba(33, 37, 41, 0.5);
  --bs-tertiary-color-rgb: 33, 37, 41;
  --bs-tertiary-bg: #f8f9fa;
  --bs-tertiary-bg-rgb: 248, 249, 250;
  --bs-heading-color: inherit;
  --bs-link-color: #0d6efd;
  --bs-link-color-rgb: 13, 110, 253;
  --bs-link-decoration: underline;
  --bs-link-hover-color: #0a58ca;
  --bs-link-hover-color-rgb: 10, 88, 202;
  --bs-code-color: #d63384;
  --bs-highlight-color: #212529;
  --bs-highlight-bg: #fff3cd;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-xxl: 2rem;
  --bs-border-radius-2xl: var(--bs-border-radius-xxl);
  --bs-border-radius-pill: 50rem;
  --bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --bs-focus-ring-width: 0.25rem;
  --bs-focus-ring-opacity: 0.25;
  --bs-focus-ring-color: rgba(13, 110, 253, 0.25);
  --bs-form-valid-color: #198754;
  --bs-form-valid-border-color: #198754;
  --bs-form-invalid-color: #dc3545;
  --bs-form-invalid-border-color: #dc3545
}

[data-bs-theme=dark] {
  color-scheme: dark;
  --bs-body-color: #dee2e6;
  --bs-body-color-rgb: 222, 226, 230;
  --bs-body-bg: #212529;
  --bs-body-bg-rgb: 33, 37, 41;
  --bs-emphasis-color: #fff;
  --bs-emphasis-color-rgb: 255, 255, 255;
  --bs-secondary-color: rgba(222, 226, 230, 0.75);
  --bs-secondary-color-rgb: 222, 226, 230;
  --bs-secondary-bg: #343a40;
  --bs-secondary-bg-rgb: 52, 58, 64;
  --bs-tertiary-color: rgba(222, 226, 230, 0.5);
  --bs-tertiary-color-rgb: 222, 226, 230;
  --bs-tertiary-bg: #2b3035;
  --bs-tertiary-bg-rgb: 43, 48, 53;
  --bs-primary-text-emphasis: #6ea8fe;
  --bs-secondary-text-emphasis: #a7acb1;
  --bs-success-text-emphasis: #75b798;
  --bs-info-text-emphasis: #6edff6;
  --bs-warning-text-emphasis: #ffda6a;
  --bs-danger-text-emphasis: #ea868f;
  --bs-light-text-emphasis: #f8f9fa;
  --bs-dark-text-emphasis: #dee2e6;
  --bs-primary-bg-subtle: #031633;
  --bs-secondary-bg-subtle: #161719;
  --bs-success-bg-subtle: #051b11;
  --bs-info-bg-subtle: #032830;
  --bs-warning-bg-subtle: #332701;
  --bs-danger-bg-subtle: #2c0b0e;
  --bs-light-bg-subtle: #343a40;
  --bs-dark-bg-subtle: #1a1d20;
  --bs-primary-border-subtle: #084298;
  --bs-secondary-border-subtle: #41464b;
  --bs-success-border-subtle: #0f5132;
  --bs-info-border-subtle: #087990;
  --bs-warning-border-subtle: #997404;
  --bs-danger-border-subtle: #842029;
  --bs-light-border-subtle: #495057;
  --bs-dark-border-subtle: #343a40;
  --bs-heading-color: inherit;
  --bs-link-color: #6ea8fe;
  --bs-link-hover-color: #8bb9fe;
  --bs-link-color-rgb: 110, 168, 254;
  --bs-link-hover-color-rgb: 139, 185, 254;
  --bs-code-color: #e685b5;
  --bs-highlight-color: #dee2e6;
  --bs-highlight-bg: #664d03;
  --bs-border-color: #495057;
  --bs-border-color-translucent: rgba(255, 255, 255, 0.15);
  --bs-form-valid-color: #75b798;
  --bs-form-valid-border-color: #75b798;
  --bs-form-invalid-color: #ea868f;
  --bs-form-invalid-border-color: #ea868f
}

*,
*::before,
*::after {
  box-sizing: border-box
}

@media(prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth
  }
}

body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

hr {
  margin: 1rem 0;
  color: inherit;
  border: 0;
  border-top: var(--bs-border-width) solid;
  opacity: .25
}

h6,
.h6,
h5,
.h5,
h4,
.h4,
h3,
.h3,
h2,
.h2,
h1,
.h1 {
  margin-top: 0;
  margin-bottom: .5rem;
  font-weight: 500;
  line-height: 1.2;
  color: var(--bs-heading-color)
}

h1,
.h1 {
  font-size: calc(1.375rem + 1.5vw)
}

@media(min-width: 1200px) {

  h1,
  .h1 {
    font-size: 2.5rem
  }
}

h2,
.h2 {
  font-size: calc(1.325rem + 0.9vw)
}

@media(min-width: 1200px) {

  h2,
  .h2 {
    font-size: 2rem
  }
}

h3,
.h3 {
  font-size: calc(1.3rem + 0.6vw)
}

@media(min-width: 1200px) {

  h3,
  .h3 {
    font-size: 1.75rem
  }
}

h4,
.h4 {
  font-size: calc(1.275rem + 0.3vw)
}

@media(min-width: 1200px) {

  h4,
  .h4 {
    font-size: 1.5rem
  }
}

h5,
.h5 {
  font-size: 1.25rem
}

h6,
.h6 {
  font-size: 1rem
}

p {
  margin-top: 0;
  margin-bottom: 1rem
}

abbr[title] {
  text-decoration: underline dotted;
  cursor: help;
  text-decoration-skip-ink: none
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit
}

ol,
ul {
  padding-left: 2rem
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0
}

dt {
  font-weight: 700
}

dd {
  margin-bottom: .5rem;
  margin-left: 0
}

blockquote {
  margin: 0 0 1rem
}

b,
strong {
  font-weight: bolder
}

small,
.small {
  font-size: 0.875em
}

mark,
.mark {
  padding: .1875em;
  color: var(--bs-highlight-color);
  background-color: var(--bs-highlight-bg)
}

sub,
sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline
}

sub {
  bottom: -0.25em
}

sup {
  top: -0.5em
}

a {
  color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
  text-decoration: underline
}

a:hover {
  --bs-link-color-rgb: var(--bs-link-hover-color-rgb)
}

a:not([href]):not([class]),
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none
}

pre,
code,
kbd,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em
}

pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal
}

code {
  font-size: 0.875em;
  color: var(--bs-code-color);
  word-wrap: break-word
}

a>code {
  color: inherit
}

kbd {
  padding: .1875rem .375rem;
  font-size: 0.875em;
  color: var(--bs-body-bg);
  background-color: var(--bs-body-color);
  border-radius: .25rem
}

kbd kbd {
  padding: 0;
  font-size: 1em
}

figure {
  margin: 0 0 1rem
}

img,
svg {
  vertical-align: middle
}

table {
  caption-side: bottom;
  border-collapse: collapse
}

caption {
  padding-top: .5rem;
  padding-bottom: .5rem;
  color: var(--bs-secondary-color);
  text-align: left
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent
}

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0
}

label {
  display: inline-block
}

button {
  border-radius: 0
}

button:focus:not(:focus-visible) {
  outline: 0
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit
}

button,
select {
  text-transform: none
}

[role=button] {
  cursor: pointer
}

select {
  word-wrap: normal
}

select:disabled {
  opacity: 1
}

[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator {
  display: none !important
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button
}

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer
}

::-moz-focus-inner {
  padding: 0;
  border-style: none
}

textarea {
  resize: vertical
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0
}

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  line-height: inherit;
  font-size: calc(1.275rem + 0.3vw)
}

@media(min-width: 1200px) {
  legend {
    font-size: 1.5rem
  }
}

legend+* {
  clear: left
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0
}

::-webkit-inner-spin-button {
  height: auto
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px
}

::-webkit-search-decoration {
  -webkit-appearance: none
}

::-webkit-color-swatch-wrapper {
  padding: 0
}

::file-selector-button {
  font: inherit;
  -webkit-appearance: button
}

output {
  display: inline-block
}

iframe {
  border: 0
}

summary {
  display: list-item;
  cursor: pointer
}

progress {
  vertical-align: baseline
}

[hidden] {
  display: none !important
}

.lead {
  font-size: 1.25rem;
  font-weight: 300
}

.display-1 {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.625rem + 4.5vw)
}

@media(min-width: 1200px) {
  .display-1 {
    font-size: 5rem
  }
}

.display-2 {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.575rem + 3.9vw)
}

@media(min-width: 1200px) {
  .display-2 {
    font-size: 4.5rem
  }
}

.display-3 {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.525rem + 3.3vw)
}

@media(min-width: 1200px) {
  .display-3 {
    font-size: 4rem
  }
}

.display-4 {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.475rem + 2.7vw)
}

@media(min-width: 1200px) {
  .display-4 {
    font-size: 3.5rem
  }
}

.display-5 {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.425rem + 2.1vw)
}

@media(min-width: 1200px) {
  .display-5 {
    font-size: 3rem
  }
}

.display-6 {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.375rem + 1.5vw)
}

@media(min-width: 1200px) {
  .display-6 {
    font-size: 2.5rem
  }
}

.list-unstyled {
  padding-left: 0;
  list-style: none
}

.list-inline {
  padding-left: 0;
  list-style: none
}

.list-inline-item {
  display: inline-block
}

.list-inline-item:not(:last-child) {
  margin-right: .5rem
}

.initialism {
  font-size: 0.875em;
  text-transform: uppercase
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem
}

.blockquote>:last-child {
  margin-bottom: 0
}

.blockquote-footer {
  margin-top: -1rem;
  margin-bottom: 1rem;
  font-size: 0.875em;
  color: #6c757d
}

.blockquote-footer::before {
  content: "— "
}

.img-fluid {
  max-width: 100%;
  height: auto
}

.img-thumbnail {
  padding: .25rem;
  background-color: var(--bs-body-bg);
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  max-width: 100%;
  height: auto
}

.figure {
  display: inline-block
}

.figure-img {
  margin-bottom: .5rem;
  line-height: 1
}

.figure-caption {
  font-size: 0.875em;
  color: var(--bs-secondary-color)
}

.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x)*.5);
  padding-left: calc(var(--bs-gutter-x)*.5);
  margin-right: auto;
  margin-left: auto
}

@media(min-width: 576px) {

  .container-sm,
  .container {
    max-width: 540px
  }
}

@media(min-width: 768px) {

  .container-md,
  .container-sm,
  .container {
    max-width: 720px
  }
}

@media(min-width: 992px) {

  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 960px
  }
}

@media(min-width: 1200px) {

  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 1140px
  }
}

@media(min-width: 1400px) {

  .container-xxl,
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 1320px
  }
}

:root {
  --bs-breakpoint-xs: 0;
  --bs-breakpoint-sm: 576px;
  --bs-breakpoint-md: 768px;
  --bs-breakpoint-lg: 992px;
  --bs-breakpoint-xl: 1200px;
  --bs-breakpoint-xxl: 1400px
}

.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1*var(--bs-gutter-y));
  margin-right: calc(-0.5*var(--bs-gutter-x));
  margin-left: calc(-0.5*var(--bs-gutter-x))
}

.row>* {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x)*.5);
  padding-left: calc(var(--bs-gutter-x)*.5);
  margin-top: var(--bs-gutter-y)
}

.col {
  flex: 1 0 0
}

.row-cols-auto>* {
  flex: 0 0 auto;
  width: auto
}

.row-cols-1>* {
  flex: 0 0 auto;
  width: 100%
}

.row-cols-2>* {
  flex: 0 0 auto;
  width: 50%
}

.row-cols-3>* {
  flex: 0 0 auto;
  width: 33.33333333%
}

.row-cols-4>* {
  flex: 0 0 auto;
  width: 25%
}

.row-cols-5>* {
  flex: 0 0 auto;
  width: 20%
}

.row-cols-6>* {
  flex: 0 0 auto;
  width: 16.66666667%
}

.col-auto {
  flex: 0 0 auto;
  width: auto
}

.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%
}

.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%
}

.col-3 {
  flex: 0 0 auto;
  width: 25%
}

.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%
}

.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%
}

.col-6 {
  flex: 0 0 auto;
  width: 50%
}

.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%
}

.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%
}

.col-9 {
  flex: 0 0 auto;
  width: 75%
}

.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%
}

.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%
}

.col-12 {
  flex: 0 0 auto;
  width: 100%
}

.offset-1 {
  margin-left: 8.33333333%
}

.offset-2 {
  margin-left: 16.66666667%
}

.offset-3 {
  margin-left: 25%
}

.offset-4 {
  margin-left: 33.33333333%
}

.offset-5 {
  margin-left: 41.66666667%
}

.offset-6 {
  margin-left: 50%
}

.offset-7 {
  margin-left: 58.33333333%
}

.offset-8 {
  margin-left: 66.66666667%
}

.offset-9 {
  margin-left: 75%
}

.offset-10 {
  margin-left: 83.33333333%
}

.offset-11 {
  margin-left: 91.66666667%
}

.g-0,
.gx-0 {
  --bs-gutter-x: 0
}

.g-0,
.gy-0 {
  --bs-gutter-y: 0
}

.g-1,
.gx-1 {
  --bs-gutter-x: 0.25rem
}

.g-1,
.gy-1 {
  --bs-gutter-y: 0.25rem
}

.g-2,
.gx-2 {
  --bs-gutter-x: 0.5rem
}

.g-2,
.gy-2 {
  --bs-gutter-y: 0.5rem
}

.g-3,
.gx-3 {
  --bs-gutter-x: 1rem
}

.g-3,
.gy-3 {
  --bs-gutter-y: 1rem
}

.g-4,
.gx-4 {
  --bs-gutter-x: 1.5rem
}

.g-4,
.gy-4 {
  --bs-gutter-y: 1.5rem
}

.g-5,
.gx-5 {
  --bs-gutter-x: 3rem
}

.g-5,
.gy-5 {
  --bs-gutter-y: 3rem
}

@media(min-width: 576px) {
  .col-sm {
    flex: 1 0 0
  }

  .row-cols-sm-auto>* {
    flex: 0 0 auto;
    width: auto
  }

  .row-cols-sm-1>* {
    flex: 0 0 auto;
    width: 100%
  }

  .row-cols-sm-2>* {
    flex: 0 0 auto;
    width: 50%
  }

  .row-cols-sm-3>* {
    flex: 0 0 auto;
    width: 33.33333333%
  }

  .row-cols-sm-4>* {
    flex: 0 0 auto;
    width: 25%
  }

  .row-cols-sm-5>* {
    flex: 0 0 auto;
    width: 20%
  }

  .row-cols-sm-6>* {
    flex: 0 0 auto;
    width: 16.66666667%
  }

  .col-sm-auto {
    flex: 0 0 auto;
    width: auto
  }

  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%
  }

  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%
  }

  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%
  }

  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%
  }

  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%
  }

  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%
  }

  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%
  }

  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%
  }

  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%
  }

  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%
  }

  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%
  }

  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%
  }

  .offset-sm-0 {
    margin-left: 0
  }

  .offset-sm-1 {
    margin-left: 8.33333333%
  }

  .offset-sm-2 {
    margin-left: 16.66666667%
  }

  .offset-sm-3 {
    margin-left: 25%
  }

  .offset-sm-4 {
    margin-left: 33.33333333%
  }

  .offset-sm-5 {
    margin-left: 41.66666667%
  }

  .offset-sm-6 {
    margin-left: 50%
  }

  .offset-sm-7 {
    margin-left: 58.33333333%
  }

  .offset-sm-8 {
    margin-left: 66.66666667%
  }

  .offset-sm-9 {
    margin-left: 75%
  }

  .offset-sm-10 {
    margin-left: 83.33333333%
  }

  .offset-sm-11 {
    margin-left: 91.66666667%
  }

  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x: 0
  }

  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y: 0
  }

  .g-sm-1,
  .gx-sm-1 {
    --bs-gutter-x: 0.25rem
  }

  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: 0.25rem
  }

  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: 0.5rem
  }

  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: 0.5rem
  }

  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 1rem
  }

  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 1rem
  }

  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 1.5rem
  }

  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 1.5rem
  }

  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 3rem
  }

  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 3rem
  }
}

@media(min-width: 768px) {
  .col-md {
    flex: 1 0 0
  }

  .row-cols-md-auto>* {
    flex: 0 0 auto;
    width: auto
  }

  .row-cols-md-1>* {
    flex: 0 0 auto;
    width: 100%
  }

  .row-cols-md-2>* {
    flex: 0 0 auto;
    width: 50%
  }

  .row-cols-md-3>* {
    flex: 0 0 auto;
    width: 33.33333333%
  }

  .row-cols-md-4>* {
    flex: 0 0 auto;
    width: 25%
  }

  .row-cols-md-5>* {
    flex: 0 0 auto;
    width: 20%
  }

  .row-cols-md-6>* {
    flex: 0 0 auto;
    width: 16.66666667%
  }

  .col-md-auto {
    flex: 0 0 auto;
    width: auto
  }

  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%
  }

  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%
  }

  .col-md-3 {
    flex: 0 0 auto;
    width: 25%
  }

  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%
  }

  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%
  }

  .col-md-6 {
    flex: 0 0 auto;
    width: 50%
  }

  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%
  }

  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%
  }

  .col-md-9 {
    flex: 0 0 auto;
    width: 75%
  }

  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%
  }

  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%
  }

  .col-md-12 {
    flex: 0 0 auto;
    width: 100%
  }

  .offset-md-0 {
    margin-left: 0
  }

  .offset-md-1 {
    margin-left: 8.33333333%
  }

  .offset-md-2 {
    margin-left: 16.66666667%
  }

  .offset-md-3 {
    margin-left: 25%
  }

  .offset-md-4 {
    margin-left: 33.33333333%
  }

  .offset-md-5 {
    margin-left: 41.66666667%
  }

  .offset-md-6 {
    margin-left: 50%
  }

  .offset-md-7 {
    margin-left: 58.33333333%
  }

  .offset-md-8 {
    margin-left: 66.66666667%
  }

  .offset-md-9 {
    margin-left: 75%
  }

  .offset-md-10 {
    margin-left: 83.33333333%
  }

  .offset-md-11 {
    margin-left: 91.66666667%
  }

  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x: 0
  }

  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0
  }

  .g-md-1,
  .gx-md-1 {
    --bs-gutter-x: 0.25rem
  }

  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 0.25rem
  }

  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 0.5rem
  }

  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 0.5rem
  }

  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 1rem
  }

  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 1rem
  }

  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 1.5rem
  }

  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 1.5rem
  }

  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 3rem
  }

  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 3rem
  }
}

@media(min-width: 992px) {
  .col-lg {
    flex: 1 0 0
  }

  .row-cols-lg-auto>* {
    flex: 0 0 auto;
    width: auto
  }

  .row-cols-lg-1>* {
    flex: 0 0 auto;
    width: 100%
  }

  .row-cols-lg-2>* {
    flex: 0 0 auto;
    width: 50%
  }

  .row-cols-lg-3>* {
    flex: 0 0 auto;
    width: 33.33333333%
  }

  .row-cols-lg-4>* {
    flex: 0 0 auto;
    width: 25%
  }

  .row-cols-lg-5>* {
    flex: 0 0 auto;
    width: 20%
  }

  .row-cols-lg-6>* {
    flex: 0 0 auto;
    width: 16.66666667%
  }

  .col-lg-auto {
    flex: 0 0 auto;
    width: auto
  }

  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%
  }

  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%
  }

  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%
  }

  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%
  }

  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%
  }

  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%
  }

  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%
  }

  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%
  }

  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%
  }

  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%
  }

  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%
  }

  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%
  }

  .offset-lg-0 {
    margin-left: 0
  }

  .offset-lg-1 {
    margin-left: 8.33333333%
  }

  .offset-lg-2 {
    margin-left: 16.66666667%
  }

  .offset-lg-3 {
    margin-left: 25%
  }

  .offset-lg-4 {
    margin-left: 33.33333333%
  }

  .offset-lg-5 {
    margin-left: 41.66666667%
  }

  .offset-lg-6 {
    margin-left: 50%
  }

  .offset-lg-7 {
    margin-left: 58.33333333%
  }

  .offset-lg-8 {
    margin-left: 66.66666667%
  }

  .offset-lg-9 {
    margin-left: 75%
  }

  .offset-lg-10 {
    margin-left: 83.33333333%
  }

  .offset-lg-11 {
    margin-left: 91.66666667%
  }

  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x: 0
  }

  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y: 0
  }

  .g-lg-1,
  .gx-lg-1 {
    --bs-gutter-x: 0.25rem
  }

  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 0.25rem
  }

  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 0.5rem
  }

  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 0.5rem
  }

  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 1rem
  }

  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 1rem
  }

  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 1.5rem
  }

  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 1.5rem
  }

  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 3rem
  }

  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 3rem
  }
}

@media(min-width: 1200px) {
  .col-xl {
    flex: 1 0 0
  }

  .row-cols-xl-auto>* {
    flex: 0 0 auto;
    width: auto
  }

  .row-cols-xl-1>* {
    flex: 0 0 auto;
    width: 100%
  }

  .row-cols-xl-2>* {
    flex: 0 0 auto;
    width: 50%
  }

  .row-cols-xl-3>* {
    flex: 0 0 auto;
    width: 33.33333333%
  }

  .row-cols-xl-4>* {
    flex: 0 0 auto;
    width: 25%
  }

  .row-cols-xl-5>* {
    flex: 0 0 auto;
    width: 20%
  }

  .row-cols-xl-6>* {
    flex: 0 0 auto;
    width: 16.66666667%
  }

  .col-xl-auto {
    flex: 0 0 auto;
    width: auto
  }

  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%
  }

  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%
  }

  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%
  }

  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%
  }

  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%
  }

  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%
  }

  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%
  }

  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%
  }

  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%
  }

  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%
  }

  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%
  }

  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%
  }

  .offset-xl-0 {
    margin-left: 0
  }

  .offset-xl-1 {
    margin-left: 8.33333333%
  }

  .offset-xl-2 {
    margin-left: 16.66666667%
  }

  .offset-xl-3 {
    margin-left: 25%
  }

  .offset-xl-4 {
    margin-left: 33.33333333%
  }

  .offset-xl-5 {
    margin-left: 41.66666667%
  }

  .offset-xl-6 {
    margin-left: 50%
  }

  .offset-xl-7 {
    margin-left: 58.33333333%
  }

  .offset-xl-8 {
    margin-left: 66.66666667%
  }

  .offset-xl-9 {
    margin-left: 75%
  }

  .offset-xl-10 {
    margin-left: 83.33333333%
  }

  .offset-xl-11 {
    margin-left: 91.66666667%
  }

  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x: 0
  }

  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y: 0
  }

  .g-xl-1,
  .gx-xl-1 {
    --bs-gutter-x: 0.25rem
  }

  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 0.25rem
  }

  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: 0.5rem
  }

  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 0.5rem
  }

  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 1rem
  }

  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 1rem
  }

  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 1.5rem
  }

  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 1.5rem
  }

  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 3rem
  }

  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 3rem
  }
}

@media(min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0
  }

  .row-cols-xxl-auto>* {
    flex: 0 0 auto;
    width: auto
  }

  .row-cols-xxl-1>* {
    flex: 0 0 auto;
    width: 100%
  }

  .row-cols-xxl-2>* {
    flex: 0 0 auto;
    width: 50%
  }

  .row-cols-xxl-3>* {
    flex: 0 0 auto;
    width: 33.33333333%
  }

  .row-cols-xxl-4>* {
    flex: 0 0 auto;
    width: 25%
  }

  .row-cols-xxl-5>* {
    flex: 0 0 auto;
    width: 20%
  }

  .row-cols-xxl-6>* {
    flex: 0 0 auto;
    width: 16.66666667%
  }

  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto
  }

  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%
  }

  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%
  }

  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%
  }

  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%
  }

  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%
  }

  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%
  }

  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%
  }

  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%
  }

  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%
  }

  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%
  }

  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%
  }

  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%
  }

  .offset-xxl-0 {
    margin-left: 0
  }

  .offset-xxl-1 {
    margin-left: 8.33333333%
  }

  .offset-xxl-2 {
    margin-left: 16.66666667%
  }

  .offset-xxl-3 {
    margin-left: 25%
  }

  .offset-xxl-4 {
    margin-left: 33.33333333%
  }

  .offset-xxl-5 {
    margin-left: 41.66666667%
  }

  .offset-xxl-6 {
    margin-left: 50%
  }

  .offset-xxl-7 {
    margin-left: 58.33333333%
  }

  .offset-xxl-8 {
    margin-left: 66.66666667%
  }

  .offset-xxl-9 {
    margin-left: 75%
  }

  .offset-xxl-10 {
    margin-left: 83.33333333%
  }

  .offset-xxl-11 {
    margin-left: 91.66666667%
  }

  .g-xxl-0,
  .gx-xxl-0 {
    --bs-gutter-x: 0
  }

  .g-xxl-0,
  .gy-xxl-0 {
    --bs-gutter-y: 0
  }

  .g-xxl-1,
  .gx-xxl-1 {
    --bs-gutter-x: 0.25rem
  }

  .g-xxl-1,
  .gy-xxl-1 {
    --bs-gutter-y: 0.25rem
  }

  .g-xxl-2,
  .gx-xxl-2 {
    --bs-gutter-x: 0.5rem
  }

  .g-xxl-2,
  .gy-xxl-2 {
    --bs-gutter-y: 0.5rem
  }

  .g-xxl-3,
  .gx-xxl-3 {
    --bs-gutter-x: 1rem
  }

  .g-xxl-3,
  .gy-xxl-3 {
    --bs-gutter-y: 1rem
  }

  .g-xxl-4,
  .gx-xxl-4 {
    --bs-gutter-x: 1.5rem
  }

  .g-xxl-4,
  .gy-xxl-4 {
    --bs-gutter-y: 1.5rem
  }

  .g-xxl-5,
  .gx-xxl-5 {
    --bs-gutter-x: 3rem
  }

  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y: 3rem
  }
}

.table {
  --bs-table-color-type: initial;
  --bs-table-bg-type: initial;
  --bs-table-color-state: initial;
  --bs-table-bg-state: initial;
  --bs-table-color: var(--bs-emphasis-color);
  --bs-table-bg: var(--bs-body-bg);
  --bs-table-border-color: var(--bs-border-color);
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: var(--bs-emphasis-color);
  --bs-table-striped-bg: rgba(var(--bs-emphasis-color-rgb), 0.05);
  --bs-table-active-color: var(--bs-emphasis-color);
  --bs-table-active-bg: rgba(var(--bs-emphasis-color-rgb), 0.1);
  --bs-table-hover-color: var(--bs-emphasis-color);
  --bs-table-hover-bg: rgba(var(--bs-emphasis-color-rgb), 0.075);
  width: 100%;
  margin-bottom: 1rem;
  vertical-align: top;
  border-color: var(--bs-table-border-color)
}

.table>:not(caption)>*>* {
  padding: .5rem .5rem;
  color: var(--bs-table-color-state, var(--bs-table-color-type, var(--bs-table-color)));
  background-color: var(--bs-table-bg);
  border-bottom-width: var(--bs-border-width);
  box-shadow: inset 0 0 0 9999px var(--bs-table-bg-state, var(--bs-table-bg-type, var(--bs-table-accent-bg)))
}

.table>tbody {
  vertical-align: inherit
}

.table>thead {
  vertical-align: bottom
}

.table-group-divider {
  border-top: calc(var(--bs-border-width)*2) solid currentcolor
}

.caption-top {
  caption-side: top
}

.table-sm>:not(caption)>*>* {
  padding: .25rem .25rem
}

.table-bordered>:not(caption)>* {
  border-width: var(--bs-border-width) 0
}

.table-bordered>:not(caption)>*>* {
  border-width: 0 var(--bs-border-width)
}

.table-borderless>:not(caption)>*>* {
  border-bottom-width: 0
}

.table-borderless>:not(:first-child) {
  border-top-width: 0
}

.table-striped>tbody>tr:nth-of-type(odd)>* {
  --bs-table-color-type: var(--bs-table-striped-color);
  --bs-table-bg-type: var(--bs-table-striped-bg)
}

.table-striped-columns>:not(caption)>tr>:nth-child(even) {
  --bs-table-color-type: var(--bs-table-striped-color);
  --bs-table-bg-type: var(--bs-table-striped-bg)
}

.table-active {
  --bs-table-color-state: var(--bs-table-active-color);
  --bs-table-bg-state: var(--bs-table-active-bg)
}

.table-hover>tbody>tr:hover>* {
  --bs-table-color-state: var(--bs-table-hover-color);
  --bs-table-bg-state: var(--bs-table-hover-bg)
}

.table-primary {
  --bs-table-color: #000;
  --bs-table-bg: #cfe2ff;
  --bs-table-border-color: #a6b5cc;
  --bs-table-striped-bg: #c5d7f2;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #bacbe6;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #bfd1ec;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color)
}

.table-secondary {
  --bs-table-color: #000;
  --bs-table-bg: #e2e3e5;
  --bs-table-border-color: #b5b6b7;
  --bs-table-striped-bg: #d7d8da;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #cbccce;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #d1d2d4;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color)
}

.table-success {
  --bs-table-color: #000;
  --bs-table-bg: #d1e7dd;
  --bs-table-border-color: #a7b9b1;
  --bs-table-striped-bg: #c7dbd2;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #bcd0c7;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #c1d6cc;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color)
}

.table-info {
  --bs-table-color: #000;
  --bs-table-bg: #cff4fc;
  --bs-table-border-color: #a6c3ca;
  --bs-table-striped-bg: #c5e8ef;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #badce3;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #bfe2e9;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color)
}

.table-warning {
  --bs-table-color: #000;
  --bs-table-bg: #fff3cd;
  --bs-table-border-color: #ccc2a4;
  --bs-table-striped-bg: #f2e7c3;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #e6dbb9;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #ece1be;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color)
}

.table-danger {
  --bs-table-color: #000;
  --bs-table-bg: #f8d7da;
  --bs-table-border-color: #c6acae;
  --bs-table-striped-bg: #eccccf;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #dfc2c4;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e5c7ca;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color)
}

.table-light {
  --bs-table-color: #000;
  --bs-table-bg: #f8f9fa;
  --bs-table-border-color: #c6c7c8;
  --bs-table-striped-bg: #ecedee;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #dfe0e1;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e5e6e7;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color)
}

.table-dark {
  --bs-table-color: #fff;
  --bs-table-bg: #212529;
  --bs-table-border-color: #4d5154;
  --bs-table-striped-bg: #2c3034;
  --bs-table-striped-color: #fff;
  --bs-table-active-bg: #373b3e;
  --bs-table-active-color: #fff;
  --bs-table-hover-bg: #323539;
  --bs-table-hover-color: #fff;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color)
}

.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch
}

@media(max-width: 575.98px) {
  .table-responsive-sm {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
  }
}

@media(max-width: 767.98px) {
  .table-responsive-md {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
  }
}

@media(max-width: 991.98px) {
  .table-responsive-lg {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
  }
}

@media(max-width: 1199.98px) {
  .table-responsive-xl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
  }
}

@media(max-width: 1399.98px) {
  .table-responsive-xxl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
  }
}

.form-label {
  margin-bottom: .5rem
}

.col-form-label {
  padding-top: calc(0.375rem + var(--bs-border-width));
  padding-bottom: calc(0.375rem + var(--bs-border-width));
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5
}

.col-form-label-lg {
  padding-top: calc(0.5rem + var(--bs-border-width));
  padding-bottom: calc(0.5rem + var(--bs-border-width));
  font-size: 1.25rem
}

.col-form-label-sm {
  padding-top: calc(0.25rem + var(--bs-border-width));
  padding-bottom: calc(0.25rem + var(--bs-border-width));
  font-size: 0.875rem
}

.form-text {
  margin-top: .25rem;
  font-size: 0.875em;
  color: var(--bs-secondary-color)
}

.form-control {
  display: block;
  width: 100%;
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  appearance: none;
  background-color: var(--bs-body-bg);
  background-clip: padding-box;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media(prefers-reduced-motion: reduce) {
  .form-control {
    transition: none
  }
}

.form-control[type=file] {
  overflow: hidden
}

.form-control[type=file]:not(:disabled):not([readonly]) {
  cursor: pointer
}

.form-control:focus {
  color: var(--bs-body-color);
  background-color: var(--bs-body-bg);
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25)
}

.form-control::-webkit-date-and-time-value {
  min-width: 85px;
  height: 1.5em;
  margin: 0
}

.form-control::-webkit-datetime-edit {
  display: block;
  padding: 0
}

.form-control::placeholder {
  color: var(--bs-secondary-color);
  opacity: 1
}

.form-control:disabled {
  background-color: var(--bs-secondary-bg);
  opacity: 1
}

.form-control::file-selector-button {
  padding: .375rem .75rem;
  margin: -0.375rem -0.75rem;
  margin-inline-end: .75rem;
  color: var(--bs-body-color);
  background-color: var(--bs-tertiary-bg);
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: var(--bs-border-width);
  border-radius: 0;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media(prefers-reduced-motion: reduce) {
  .form-control::file-selector-button {
    transition: none
  }
}

.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: var(--bs-secondary-bg)
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: .375rem 0;
  margin-bottom: 0;
  line-height: 1.5;
  color: var(--bs-body-color);
  background-color: rgba(0, 0, 0, 0);
  border: solid rgba(0, 0, 0, 0);
  border-width: var(--bs-border-width) 0
}

.form-control-plaintext:focus {
  outline: 0
}

.form-control-plaintext.form-control-sm,
.form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0
}

.form-control-sm {
  min-height: calc(1.5em + 0.5rem + calc(var(--bs-border-width) * 2));
  padding: .25rem .5rem;
  font-size: 0.875rem;
  border-radius: var(--bs-border-radius-sm)
}

.form-control-sm::file-selector-button {
  padding: .25rem .5rem;
  margin: -0.25rem -0.5rem;
  margin-inline-end: .5rem
}

.form-control-lg {
  min-height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
  padding: .5rem 1rem;
  font-size: 1.25rem;
  border-radius: var(--bs-border-radius-lg)
}

.form-control-lg::file-selector-button {
  padding: .5rem 1rem;
  margin: -0.5rem -1rem;
  margin-inline-end: 1rem
}

textarea.form-control {
  min-height: calc(1.5em + 0.75rem + calc(var(--bs-border-width) * 2))
}

textarea.form-control-sm {
  min-height: calc(1.5em + 0.5rem + calc(var(--bs-border-width) * 2))
}

textarea.form-control-lg {
  min-height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2))
}

.form-control-color {
  width: 3rem;
  height: calc(1.5em + 0.75rem + calc(var(--bs-border-width) * 2));
  padding: .375rem
}

.form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer
}

.form-control-color::-moz-color-swatch {
  border: 0 !important;
  border-radius: var(--bs-border-radius)
}

.form-control-color::-webkit-color-swatch {
  border: 0 !important;
  border-radius: var(--bs-border-radius)
}

.form-control-color.form-control-sm {
  height: calc(1.5em + 0.5rem + calc(var(--bs-border-width) * 2))
}

.form-control-color.form-control-lg {
  height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2))
}

.form-select {
  --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  display: block;
  width: 100%;
  padding: .375rem 2.25rem .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  appearance: none;
  background-color: var(--bs-body-bg);
  background-image: var(--bs-form-select-bg-img), var(--bs-form-select-bg-icon, none);
  background-repeat: no-repeat;
  background-position: right .75rem center;
  background-size: 16px 12px;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media(prefers-reduced-motion: reduce) {
  .form-select {
    transition: none
  }
}

.form-select:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25)
}

.form-select[multiple],
.form-select[size]:not([size="1"]) {
  padding-right: .75rem;
  background-image: none
}

.form-select:disabled {
  background-color: var(--bs-secondary-bg)
}

.form-select:-moz-focusring {
  color: rgba(0, 0, 0, 0);
  text-shadow: 0 0 0 var(--bs-body-color)
}

.form-select-sm {
  padding-top: .25rem;
  padding-bottom: .25rem;
  padding-left: .5rem;
  font-size: 0.875rem;
  border-radius: var(--bs-border-radius-sm)
}

.form-select-lg {
  padding-top: .5rem;
  padding-bottom: .5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
  border-radius: var(--bs-border-radius-lg)
}

[data-bs-theme=dark] .form-select {
  --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23dee2e6' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e")
}

.form-check {
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5em;
  margin-bottom: .125rem
}

.form-check .form-check-input {
  float: left;
  margin-left: -1.5em
}

.form-check-reverse {
  padding-right: 1.5em;
  padding-left: 0;
  text-align: right
}

.form-check-reverse .form-check-input {
  float: right;
  margin-right: -1.5em;
  margin-left: 0
}

.form-check-input {
  --bs-form-check-bg: var(--bs-body-bg);
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  margin-top: .25em;
  vertical-align: top;
  appearance: none;
  background-color: var(--bs-form-check-bg);
  background-image: var(--bs-form-check-bg-image);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: var(--bs-border-width) solid var(--bs-border-color);
  print-color-adjust: exact
}

.form-check-input[type=checkbox] {
  border-radius: .25em
}

.form-check-input[type=radio] {
  border-radius: 50%
}

.form-check-input:active {
  filter: brightness(90%)
}

.form-check-input:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25)
}

.form-check-input:checked {
  background-color: #0d6efd;
  border-color: #0d6efd
}

.form-check-input:checked[type=checkbox] {
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e")
}

.form-check-input:checked[type=radio] {
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e")
}

.form-check-input[type=checkbox]:indeterminate {
  background-color: #0d6efd;
  border-color: #0d6efd;
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e")
}

.form-check-input:disabled {
  pointer-events: none;
  filter: none;
  opacity: .5
}

.form-check-input[disabled]~.form-check-label,
.form-check-input:disabled~.form-check-label {
  cursor: default;
  opacity: .5
}

.form-switch {
  padding-left: 2.5em
}

.form-switch .form-check-input {
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
  width: 2em;
  margin-left: -2.5em;
  background-image: var(--bs-form-switch-bg);
  background-position: left center;
  border-radius: 2em;
  transition: background-position .15s ease-in-out
}

@media(prefers-reduced-motion: reduce) {
  .form-switch .form-check-input {
    transition: none
  }
}

.form-switch .form-check-input:focus {
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2386b7fe'/%3e%3c/svg%3e")
}

.form-switch .form-check-input:checked {
  background-position: right center;
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e")
}

.form-switch.form-check-reverse {
  padding-right: 2.5em;
  padding-left: 0
}

.form-switch.form-check-reverse .form-check-input {
  margin-right: -2.5em;
  margin-left: 0
}

.form-check-inline {
  display: inline-block;
  margin-right: 1rem
}

.btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none
}

.btn-check[disabled]+.btn,
.btn-check:disabled+.btn {
  pointer-events: none;
  filter: none;
  opacity: .65
}

[data-bs-theme=dark] .form-switch .form-check-input:not(:checked):not(:focus) {
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%28255, 255, 255, 0.25%29'/%3e%3c/svg%3e")
}

.form-range {
  width: 100%;
  height: 1.5rem;
  padding: 0;
  appearance: none;
  background-color: rgba(0, 0, 0, 0)
}

.form-range:focus {
  outline: 0
}

.form-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 .25rem rgba(13, 110, 253, .25)
}

.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 .25rem rgba(13, 110, 253, .25)
}

.form-range::-moz-focus-outer {
  border: 0
}

.form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  appearance: none;
  background-color: #0d6efd;
  border: 0;
  border-radius: 1rem;
  transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media(prefers-reduced-motion: reduce) {
  .form-range::-webkit-slider-thumb {
    transition: none
  }
}

.form-range::-webkit-slider-thumb:active {
  background-color: #b6d4fe
}

.form-range::-webkit-slider-runnable-track {
  width: 100%;
  height: .5rem;
  color: rgba(0, 0, 0, 0);
  cursor: pointer;
  background-color: var(--bs-secondary-bg);
  border-color: rgba(0, 0, 0, 0);
  border-radius: 1rem
}

.form-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  appearance: none;
  background-color: #0d6efd;
  border: 0;
  border-radius: 1rem;
  transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media(prefers-reduced-motion: reduce) {
  .form-range::-moz-range-thumb {
    transition: none
  }
}

.form-range::-moz-range-thumb:active {
  background-color: #b6d4fe
}

.form-range::-moz-range-track {
  width: 100%;
  height: .5rem;
  color: rgba(0, 0, 0, 0);
  cursor: pointer;
  background-color: var(--bs-secondary-bg);
  border-color: rgba(0, 0, 0, 0);
  border-radius: 1rem
}

.form-range:disabled {
  pointer-events: none
}

.form-range:disabled::-webkit-slider-thumb {
  background-color: var(--bs-secondary-color)
}

.form-range:disabled::-moz-range-thumb {
  background-color: var(--bs-secondary-color)
}

.form-floating {
  position: relative
}

.form-floating>.form-control,
.form-floating>.form-control-plaintext,
.form-floating>.form-select {
  height: calc(3.5rem + calc(var(--bs-border-width) * 2));
  min-height: calc(3.5rem + calc(var(--bs-border-width) * 2));
  line-height: 1.25
}

.form-floating>label {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  max-width: 100%;
  height: 100%;
  padding: 1rem .75rem;
  overflow: hidden;
  color: rgba(var(--bs-body-color-rgb), 0.65);
  text-align: start;
  text-overflow: ellipsis;
  white-space: nowrap;
  pointer-events: none;
  border: var(--bs-border-width) solid rgba(0, 0, 0, 0);
  transform-origin: 0 0;
  transition: opacity .1s ease-in-out, transform .1s ease-in-out
}

@media(prefers-reduced-motion: reduce) {
  .form-floating>label {
    transition: none
  }
}

.form-floating>.form-control,
.form-floating>.form-control-plaintext {
  padding: 1rem .75rem
}

.form-floating>.form-control::placeholder,
.form-floating>.form-control-plaintext::placeholder {
  color: rgba(0, 0, 0, 0)
}

.form-floating>.form-control:focus,
.form-floating>.form-control:not(:placeholder-shown),
.form-floating>.form-control-plaintext:focus,
.form-floating>.form-control-plaintext:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: .625rem
}

.form-floating>.form-control:-webkit-autofill,
.form-floating>.form-control-plaintext:-webkit-autofill {
  padding-top: 1.625rem;
  padding-bottom: .625rem
}

.form-floating>.form-select {
  padding-top: 1.625rem;
  padding-bottom: .625rem;
  padding-left: .75rem
}

.form-floating>.form-control:focus~label,
.form-floating>.form-control:not(:placeholder-shown)~label,
.form-floating>.form-control-plaintext~label,
.form-floating>.form-select~label {
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem)
}

.form-floating>.form-control:-webkit-autofill~label {
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem)
}

.form-floating>textarea:focus~label::after,
.form-floating>textarea:not(:placeholder-shown)~label::after {
  position: absolute;
  inset: 1rem .375rem;
  z-index: -1;
  height: 1.5em;
  content: "";
  background-color: var(--bs-body-bg);
  border-radius: var(--bs-border-radius)
}

.form-floating>textarea:disabled~label::after {
  background-color: var(--bs-secondary-bg)
}

.form-floating>.form-control-plaintext~label {
  border-width: var(--bs-border-width) 0
}

.form-floating>:disabled~label,
.form-floating>.form-control:disabled~label {
  color: #6c757d
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%
}

.input-group>.form-control,
.input-group>.form-select,
.input-group>.form-floating {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0
}

.input-group>.form-control:focus,
.input-group>.form-select:focus,
.input-group>.form-floating:focus-within {
  z-index: 5
}

.input-group .btn {
  position: relative;
  z-index: 2
}

.input-group .btn:focus {
  z-index: 5
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  text-align: center;
  white-space: nowrap;
  background-color: var(--bs-tertiary-bg);
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius)
}

.input-group-lg>.form-control,
.input-group-lg>.form-select,
.input-group-lg>.input-group-text,
.input-group-lg>.btn {
  padding: .5rem 1rem;
  font-size: 1.25rem;
  border-radius: var(--bs-border-radius-lg)
}

.input-group-sm>.form-control,
.input-group-sm>.form-select,
.input-group-sm>.input-group-text,
.input-group-sm>.btn {
  padding: .25rem .5rem;
  font-size: 0.875rem;
  border-radius: var(--bs-border-radius-sm)
}

.input-group-lg>.form-select,
.input-group-sm>.form-select {
  padding-right: 3rem
}

.input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
.input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3),
.input-group:not(.has-validation)>.form-floating:not(:last-child)>.form-control,
.input-group:not(.has-validation)>.form-floating:not(:last-child)>.form-select {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0
}

.input-group.has-validation>:nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
.input-group.has-validation>.dropdown-toggle:nth-last-child(n+4),
.input-group.has-validation>.form-floating:nth-last-child(n+3)>.form-control,
.input-group.has-validation>.form-floating:nth-last-child(n+3)>.form-select {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0
}

.input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: calc(-1*var(--bs-border-width));
  border-top-left-radius: 0;
  border-bottom-left-radius: 0
}

.input-group>.form-floating:not(:first-child)>.form-control,
.input-group>.form-floating:not(:first-child)>.form-select {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: .25rem;
  font-size: 0.875em;
  color: var(--bs-form-valid-color)
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: .25rem .5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: var(--bs-success);
  border-radius: var(--bs-border-radius)
}

.was-validated :valid~.valid-feedback,
.was-validated :valid~.valid-tooltip,
.is-valid~.valid-feedback,
.is-valid~.valid-tooltip {
  display: block
}

.was-validated .form-control:valid,
.form-control.is-valid {
  border-color: var(--bs-form-valid-border-color);
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem)
}

.was-validated .form-control:valid:focus,
.form-control.is-valid:focus {
  border-color: var(--bs-form-valid-border-color);
  box-shadow: 0 0 0 .25rem rgba(var(--bs-success-rgb), 0.25)
}

.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem)
}

.was-validated .form-select:valid,
.form-select.is-valid {
  border-color: var(--bs-form-valid-border-color)
}

.was-validated .form-select:valid:not([multiple]):not([size]),
.was-validated .form-select:valid:not([multiple])[size="1"],
.form-select.is-valid:not([multiple]):not([size]),
.form-select.is-valid:not([multiple])[size="1"] {
  --bs-form-select-bg-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1'/%3e%3c/svg%3e");
  padding-right: 4.125rem;
  background-position: right .75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem)
}

.was-validated .form-select:valid:focus,
.form-select.is-valid:focus {
  border-color: var(--bs-form-valid-border-color);
  box-shadow: 0 0 0 .25rem rgba(var(--bs-success-rgb), 0.25)
}

.was-validated .form-control-color:valid,
.form-control-color.is-valid {
  width: calc(3rem + calc(1.5em + 0.75rem))
}

.was-validated .form-check-input:valid,
.form-check-input.is-valid {
  border-color: var(--bs-form-valid-border-color)
}

.was-validated .form-check-input:valid:checked,
.form-check-input.is-valid:checked {
  background-color: var(--bs-form-valid-color)
}

.was-validated .form-check-input:valid:focus,
.form-check-input.is-valid:focus {
  box-shadow: 0 0 0 .25rem rgba(var(--bs-success-rgb), 0.25)
}

.was-validated .form-check-input:valid~.form-check-label,
.form-check-input.is-valid~.form-check-label {
  color: var(--bs-form-valid-color)
}

.form-check-inline .form-check-input~.valid-feedback {
  margin-left: .5em
}

.was-validated .input-group>.form-control:not(:focus):valid,
.input-group>.form-control:not(:focus).is-valid,
.was-validated .input-group>.form-select:not(:focus):valid,
.input-group>.form-select:not(:focus).is-valid,
.was-validated .input-group>.form-floating:not(:focus-within):valid,
.input-group>.form-floating:not(:focus-within).is-valid {
  z-index: 3
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: .25rem;
  font-size: 0.875em;
  color: var(--bs-form-invalid-color)
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: .25rem .5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: var(--bs-danger);
  border-radius: var(--bs-border-radius)
}

.was-validated :invalid~.invalid-feedback,
.was-validated :invalid~.invalid-tooltip,
.is-invalid~.invalid-feedback,
.is-invalid~.invalid-tooltip {
  display: block
}

.was-validated .form-control:invalid,
.form-control.is-invalid {
  border-color: var(--bs-form-invalid-border-color);
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem)
}

.was-validated .form-control:invalid:focus,
.form-control.is-invalid:focus {
  border-color: var(--bs-form-invalid-border-color);
  box-shadow: 0 0 0 .25rem rgba(var(--bs-danger-rgb), 0.25)
}

.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem)
}

.was-validated .form-select:invalid,
.form-select.is-invalid {
  border-color: var(--bs-form-invalid-border-color)
}

.was-validated .form-select:invalid:not([multiple]):not([size]),
.was-validated .form-select:invalid:not([multiple])[size="1"],
.form-select.is-invalid:not([multiple]):not([size]),
.form-select.is-invalid:not([multiple])[size="1"] {
  --bs-form-select-bg-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  padding-right: 4.125rem;
  background-position: right .75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem)
}

.was-validated .form-select:invalid:focus,
.form-select.is-invalid:focus {
  border-color: var(--bs-form-invalid-border-color);
  box-shadow: 0 0 0 .25rem rgba(var(--bs-danger-rgb), 0.25)
}

.was-validated .form-control-color:invalid,
.form-control-color.is-invalid {
  width: calc(3rem + calc(1.5em + 0.75rem))
}

.was-validated .form-check-input:invalid,
.form-check-input.is-invalid {
  border-color: var(--bs-form-invalid-border-color)
}

.was-validated .form-check-input:invalid:checked,
.form-check-input.is-invalid:checked {
  background-color: var(--bs-form-invalid-color)
}

.was-validated .form-check-input:invalid:focus,
.form-check-input.is-invalid:focus {
  box-shadow: 0 0 0 .25rem rgba(var(--bs-danger-rgb), 0.25)
}

.was-validated .form-check-input:invalid~.form-check-label,
.form-check-input.is-invalid~.form-check-label {
  color: var(--bs-form-invalid-color)
}

.form-check-inline .form-check-input~.invalid-feedback {
  margin-left: .5em
}

.was-validated .input-group>.form-control:not(:focus):invalid,
.input-group>.form-control:not(:focus).is-invalid,
.was-validated .input-group>.form-select:not(:focus):invalid,
.input-group>.form-select:not(:focus).is-invalid,
.was-validated .input-group>.form-floating:not(:focus-within):invalid,
.input-group>.form-floating:not(:focus-within).is-invalid {
  z-index: 4
}

.btn {
  --bs-btn-padding-x: 0.75rem;
  --bs-btn-padding-y: 0.375rem;
  --bs-btn-font-family: ;
  --bs-btn-font-size: 1rem;
  --bs-btn-font-weight: 400;
  --bs-btn-line-height: 1.5;
  --bs-btn-color: var(--bs-body-color);
  --bs-btn-bg: transparent;
  --bs-btn-border-width: var(--bs-border-width);
  --bs-btn-border-color: transparent;
  --bs-btn-border-radius: var(--bs-border-radius);
  --bs-btn-hover-border-color: transparent;
  --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  --bs-btn-disabled-opacity: 0.65;
  --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
  display: inline-block;
  padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
  font-family: var(--bs-btn-font-family);
  font-size: var(--bs-btn-font-size);
  font-weight: var(--bs-btn-font-weight);
  line-height: var(--bs-btn-line-height);
  color: var(--bs-btn-color);
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
  border-radius: var(--bs-btn-border-radius);
  background-color: var(--bs-btn-bg);
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media(prefers-reduced-motion: reduce) {
  .btn {
    transition: none
  }
}

.btn:hover {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color)
}

.btn-check+.btn:hover {
  color: var(--bs-btn-color);
  background-color: var(--bs-btn-bg);
  border-color: var(--bs-btn-border-color)
}

.btn:focus-visible {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--bs-btn-focus-box-shadow)
}

.btn-check:focus-visible+.btn {
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--bs-btn-focus-box-shadow)
}

.btn-check:checked+.btn,
:not(.btn-check)+.btn:active,
.btn:first-child:active,
.btn.active,
.btn.show {
  color: var(--bs-btn-active-color);
  background-color: var(--bs-btn-active-bg);
  border-color: var(--bs-btn-active-border-color)
}

.btn-check:checked+.btn:focus-visible,
:not(.btn-check)+.btn:active:focus-visible,
.btn:first-child:active:focus-visible,
.btn.active:focus-visible,
.btn.show:focus-visible {
  box-shadow: var(--bs-btn-focus-box-shadow)
}

.btn-check:checked:focus-visible+.btn {
  box-shadow: var(--bs-btn-focus-box-shadow)
}

.btn:disabled,
.btn.disabled,
fieldset:disabled .btn {
  color: var(--bs-btn-disabled-color);
  pointer-events: none;
  background-color: var(--bs-btn-disabled-bg);
  border-color: var(--bs-btn-disabled-border-color);
  opacity: var(--bs-btn-disabled-opacity)
}

.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #0d6efd;
  --bs-btn-border-color: #0d6efd;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #0b5ed7;
  --bs-btn-hover-border-color: #0a58ca;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #0a58ca;
  --bs-btn-active-border-color: #0a53be;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #0d6efd;
  --bs-btn-disabled-border-color: #0d6efd
}

.btn-secondary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #6c757d;
  --bs-btn-border-color: #6c757d;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #5c636a;
  --bs-btn-hover-border-color: #565e64;
  --bs-btn-focus-shadow-rgb: 130, 138, 145;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #565e64;
  --bs-btn-active-border-color: #51585e;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #6c757d;
  --bs-btn-disabled-border-color: #6c757d
}

.btn-success {
  --bs-btn-color: #fff;
  --bs-btn-bg: #198754;
  --bs-btn-border-color: #198754;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #157347;
  --bs-btn-hover-border-color: #146c43;
  --bs-btn-focus-shadow-rgb: 60, 153, 110;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #146c43;
  --bs-btn-active-border-color: #13653f;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #198754;
  --bs-btn-disabled-border-color: #198754
}

.btn-info {
  --bs-btn-color: #000;
  --bs-btn-bg: #0dcaf0;
  --bs-btn-border-color: #0dcaf0;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #31d2f2;
  --bs-btn-hover-border-color: #25cff2;
  --bs-btn-focus-shadow-rgb: 11, 172, 204;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #3dd5f3;
  --bs-btn-active-border-color: #25cff2;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #0dcaf0;
  --bs-btn-disabled-border-color: #0dcaf0
}

.btn-warning {
  --bs-btn-color: #000;
  --bs-btn-bg: #ffc107;
  --bs-btn-border-color: #ffc107;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #ffca2c;
  --bs-btn-hover-border-color: #ffc720;
  --bs-btn-focus-shadow-rgb: 217, 164, 6;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #ffcd39;
  --bs-btn-active-border-color: #ffc720;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #ffc107;
  --bs-btn-disabled-border-color: #ffc107
}

.btn-danger {
  --bs-btn-color: #fff;
  --bs-btn-bg: #dc3545;
  --bs-btn-border-color: #dc3545;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #bb2d3b;
  --bs-btn-hover-border-color: #b02a37;
  --bs-btn-focus-shadow-rgb: 225, 83, 97;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #b02a37;
  --bs-btn-active-border-color: #a52834;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #dc3545;
  --bs-btn-disabled-border-color: #dc3545
}

.btn-light {
  --bs-btn-color: #000;
  --bs-btn-bg: #f8f9fa;
  --bs-btn-border-color: #f8f9fa;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #d3d4d5;
  --bs-btn-hover-border-color: #c6c7c8;
  --bs-btn-focus-shadow-rgb: 211, 212, 213;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #c6c7c8;
  --bs-btn-active-border-color: #babbbc;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #f8f9fa;
  --bs-btn-disabled-border-color: #f8f9fa
}

.btn-dark {
  --bs-btn-color: #fff;
  --bs-btn-bg: #212529;
  --bs-btn-border-color: #212529;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #424649;
  --bs-btn-hover-border-color: #373b3e;
  --bs-btn-focus-shadow-rgb: 66, 70, 73;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #4d5154;
  --bs-btn-active-border-color: #373b3e;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #212529;
  --bs-btn-disabled-border-color: #212529
}

.btn-outline-primary {
  --bs-btn-color: #0d6efd;
  --bs-btn-border-color: #0d6efd;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #0d6efd;
  --bs-btn-hover-border-color: #0d6efd;
  --bs-btn-focus-shadow-rgb: 13, 110, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #0d6efd;
  --bs-btn-active-border-color: #0d6efd;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #0d6efd;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #0d6efd;
  --bs-gradient: none
}

.btn-outline-secondary {
  --bs-btn-color: #6c757d;
  --bs-btn-border-color: #6c757d;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #6c757d;
  --bs-btn-hover-border-color: #6c757d;
  --bs-btn-focus-shadow-rgb: 108, 117, 125;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #6c757d;
  --bs-btn-active-border-color: #6c757d;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #6c757d;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #6c757d;
  --bs-gradient: none
}

.btn-outline-success {
  --bs-btn-color: #198754;
  --bs-btn-border-color: #198754;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #198754;
  --bs-btn-hover-border-color: #198754;
  --bs-btn-focus-shadow-rgb: 25, 135, 84;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #198754;
  --bs-btn-active-border-color: #198754;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #198754;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #198754;
  --bs-gradient: none
}

.btn-outline-info {
  --bs-btn-color: #0dcaf0;
  --bs-btn-border-color: #0dcaf0;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #0dcaf0;
  --bs-btn-hover-border-color: #0dcaf0;
  --bs-btn-focus-shadow-rgb: 13, 202, 240;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #0dcaf0;
  --bs-btn-active-border-color: #0dcaf0;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #0dcaf0;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #0dcaf0;
  --bs-gradient: none
}

.btn-outline-warning {
  --bs-btn-color: #ffc107;
  --bs-btn-border-color: #ffc107;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #ffc107;
  --bs-btn-hover-border-color: #ffc107;
  --bs-btn-focus-shadow-rgb: 255, 193, 7;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #ffc107;
  --bs-btn-active-border-color: #ffc107;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #ffc107;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #ffc107;
  --bs-gradient: none
}

.btn-outline-danger {
  --bs-btn-color: #dc3545;
  --bs-btn-border-color: #dc3545;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #dc3545;
  --bs-btn-hover-border-color: #dc3545;
  --bs-btn-focus-shadow-rgb: 220, 53, 69;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #dc3545;
  --bs-btn-active-border-color: #dc3545;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #dc3545;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #dc3545;
  --bs-gradient: none
}

.btn-outline-light {
  --bs-btn-color: #f8f9fa;
  --bs-btn-border-color: #f8f9fa;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #f8f9fa;
  --bs-btn-hover-border-color: #f8f9fa;
  --bs-btn-focus-shadow-rgb: 248, 249, 250;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #f8f9fa;
  --bs-btn-active-border-color: #f8f9fa;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #f8f9fa;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #f8f9fa;
  --bs-gradient: none
}

.btn-outline-dark {
  --bs-btn-color: #212529;
  --bs-btn-border-color: #212529;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #212529;
  --bs-btn-hover-border-color: #212529;
  --bs-btn-focus-shadow-rgb: 33, 37, 41;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #212529;
  --bs-btn-active-border-color: #212529;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #212529;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #212529;
  --bs-gradient: none
}

.btn-link {
  --bs-btn-font-weight: 400;
  --bs-btn-color: var(--bs-link-color);
  --bs-btn-bg: transparent;
  --bs-btn-border-color: transparent;
  --bs-btn-hover-color: var(--bs-link-hover-color);
  --bs-btn-hover-border-color: transparent;
  --bs-btn-active-color: var(--bs-link-hover-color);
  --bs-btn-active-border-color: transparent;
  --bs-btn-disabled-color: #6c757d;
  --bs-btn-disabled-border-color: transparent;
  --bs-btn-box-shadow: 0 0 0 #000;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  text-decoration: underline
}

.btn-link:focus-visible {
  color: var(--bs-btn-color)
}

.btn-link:hover {
  color: var(--bs-btn-hover-color)
}

.btn-lg,
.btn-group-lg>.btn {
  --bs-btn-padding-y: 0.5rem;
  --bs-btn-padding-x: 1rem;
  --bs-btn-font-size: 1.25rem;
  --bs-btn-border-radius: var(--bs-border-radius-lg)
}

.btn-sm,
.btn-group-sm>.btn {
  --bs-btn-padding-y: 0.25rem;
  --bs-btn-padding-x: 0.5rem;
  --bs-btn-font-size: 0.875rem;
  --bs-btn-border-radius: var(--bs-border-radius-sm)
}

.fade {
  transition: opacity .15s linear
}

@media(prefers-reduced-motion: reduce) {
  .fade {
    transition: none
  }
}

.fade:not(.show) {
  opacity: 0
}

.collapse:not(.show) {
  display: none
}

.collapsing {
  height: 0;
  overflow: hidden;
  transition: height .35s ease
}

@media(prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none
  }
}

.collapsing.collapse-horizontal {
  width: 0;
  height: auto;
  transition: width .35s ease
}

@media(prefers-reduced-motion: reduce) {
  .collapsing.collapse-horizontal {
    transition: none
  }
}

.dropup,
.dropend,
.dropdown,
.dropstart,
.dropup-center,
.dropdown-center {
  position: relative
}

.dropdown-toggle {
  white-space: nowrap
}

.dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid rgba(0, 0, 0, 0);
  border-bottom: 0;
  border-left: .3em solid rgba(0, 0, 0, 0)
}

.dropdown-toggle:empty::after {
  margin-left: 0
}

.dropdown-menu {
  --bs-dropdown-zindex: 1000;
  --bs-dropdown-min-width: 10rem;
  --bs-dropdown-padding-x: 0;
  --bs-dropdown-padding-y: 0.5rem;
  --bs-dropdown-spacer: 0.125rem;
  --bs-dropdown-font-size: 1rem;
  --bs-dropdown-color: var(--bs-body-color);
  --bs-dropdown-bg: var(--bs-body-bg);
  --bs-dropdown-border-color: var(--bs-border-color-translucent);
  --bs-dropdown-border-radius: var(--bs-border-radius);
  --bs-dropdown-border-width: var(--bs-border-width);
  --bs-dropdown-inner-border-radius: calc(var(--bs-border-radius) - var(--bs-border-width));
  --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
  --bs-dropdown-divider-margin-y: 0.5rem;
  --bs-dropdown-box-shadow: var(--bs-box-shadow);
  --bs-dropdown-link-color: var(--bs-body-color);
  --bs-dropdown-link-hover-color: var(--bs-body-color);
  --bs-dropdown-link-hover-bg: var(--bs-tertiary-bg);
  --bs-dropdown-link-active-color: #fff;
  --bs-dropdown-link-active-bg: #0d6efd;
  --bs-dropdown-link-disabled-color: var(--bs-tertiary-color);
  --bs-dropdown-item-padding-x: 1rem;
  --bs-dropdown-item-padding-y: 0.25rem;
  --bs-dropdown-header-color: #6c757d;
  --bs-dropdown-header-padding-x: 1rem;
  --bs-dropdown-header-padding-y: 0.5rem;
  position: absolute;
  z-index: var(--bs-dropdown-zindex);
  display: none;
  min-width: var(--bs-dropdown-min-width);
  padding: var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);
  margin: 0;
  font-size: var(--bs-dropdown-font-size);
  color: var(--bs-dropdown-color);
  text-align: left;
  list-style: none;
  background-color: var(--bs-dropdown-bg);
  background-clip: padding-box;
  border: var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);
  border-radius: var(--bs-dropdown-border-radius)
}

.dropdown-menu[data-bs-popper] {
  top: 100%;
  left: 0;
  margin-top: var(--bs-dropdown-spacer)
}

.dropdown-menu-start {
  --bs-position: start
}

.dropdown-menu-start[data-bs-popper] {
  right: auto;
  left: 0
}

.dropdown-menu-end {
  --bs-position: end
}

.dropdown-menu-end[data-bs-popper] {
  right: 0;
  left: auto
}

@media(min-width: 576px) {
  .dropdown-menu-sm-start {
    --bs-position: start
  }

  .dropdown-menu-sm-start[data-bs-popper] {
    right: auto;
    left: 0
  }

  .dropdown-menu-sm-end {
    --bs-position: end
  }

  .dropdown-menu-sm-end[data-bs-popper] {
    right: 0;
    left: auto
  }
}

@media(min-width: 768px) {
  .dropdown-menu-md-start {
    --bs-position: start
  }

  .dropdown-menu-md-start[data-bs-popper] {
    right: auto;
    left: 0
  }

  .dropdown-menu-md-end {
    --bs-position: end
  }

  .dropdown-menu-md-end[data-bs-popper] {
    right: 0;
    left: auto
  }
}

@media(min-width: 992px) {
  .dropdown-menu-lg-start {
    --bs-position: start
  }

  .dropdown-menu-lg-start[data-bs-popper] {
    right: auto;
    left: 0
  }

  .dropdown-menu-lg-end {
    --bs-position: end
  }

  .dropdown-menu-lg-end[data-bs-popper] {
    right: 0;
    left: auto
  }
}

@media(min-width: 1200px) {
  .dropdown-menu-xl-start {
    --bs-position: start
  }

  .dropdown-menu-xl-start[data-bs-popper] {
    right: auto;
    left: 0
  }

  .dropdown-menu-xl-end {
    --bs-position: end
  }

  .dropdown-menu-xl-end[data-bs-popper] {
    right: 0;
    left: auto
  }
}

@media(min-width: 1400px) {
  .dropdown-menu-xxl-start {
    --bs-position: start
  }

  .dropdown-menu-xxl-start[data-bs-popper] {
    right: auto;
    left: 0
  }

  .dropdown-menu-xxl-end {
    --bs-position: end
  }

  .dropdown-menu-xxl-end[data-bs-popper] {
    right: 0;
    left: auto
  }
}

.dropup .dropdown-menu[data-bs-popper] {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: var(--bs-dropdown-spacer)
}

.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: 0;
  border-right: .3em solid rgba(0, 0, 0, 0);
  border-bottom: .3em solid;
  border-left: .3em solid rgba(0, 0, 0, 0)
}

.dropup .dropdown-toggle:empty::after {
  margin-left: 0
}

.dropend .dropdown-menu[data-bs-popper] {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: var(--bs-dropdown-spacer)
}

.dropend .dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid rgba(0, 0, 0, 0);
  border-right: 0;
  border-bottom: .3em solid rgba(0, 0, 0, 0);
  border-left: .3em solid
}

.dropend .dropdown-toggle:empty::after {
  margin-left: 0
}

.dropend .dropdown-toggle::after {
  vertical-align: 0
}

.dropstart .dropdown-menu[data-bs-popper] {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: var(--bs-dropdown-spacer)
}

.dropstart .dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: ""
}

.dropstart .dropdown-toggle::after {
  display: none
}

.dropstart .dropdown-toggle::before {
  display: inline-block;
  margin-right: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid rgba(0, 0, 0, 0);
  border-right: .3em solid;
  border-bottom: .3em solid rgba(0, 0, 0, 0)
}

.dropstart .dropdown-toggle:empty::after {
  margin-left: 0
}

.dropstart .dropdown-toggle::before {
  vertical-align: 0
}

.dropdown-divider {
  height: 0;
  margin: var(--bs-dropdown-divider-margin-y) 0;
  overflow: hidden;
  border-top: 1px solid var(--bs-dropdown-divider-bg);
  opacity: 1
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
  clear: both;
  font-weight: 400;
  color: var(--bs-dropdown-link-color);
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: rgba(0, 0, 0, 0);
  border: 0;
  border-radius: var(--bs-dropdown-item-border-radius, 0)
}

.dropdown-item:hover,
.dropdown-item:focus {
  color: var(--bs-dropdown-link-hover-color);
  background-color: var(--bs-dropdown-link-hover-bg)
}

.dropdown-item.active,
.dropdown-item:active {
  color: var(--bs-dropdown-link-active-color);
  text-decoration: none;
  background-color: var(--bs-dropdown-link-active-bg)
}

.dropdown-item.disabled,
.dropdown-item:disabled {
  color: var(--bs-dropdown-link-disabled-color);
  pointer-events: none;
  background-color: rgba(0, 0, 0, 0)
}

.dropdown-menu.show {
  display: block
}

.dropdown-header {
  display: block;
  padding: var(--bs-dropdown-header-padding-y) var(--bs-dropdown-header-padding-x);
  margin-bottom: 0;
  font-size: 0.875rem;
  color: var(--bs-dropdown-header-color);
  white-space: nowrap
}

.dropdown-item-text {
  display: block;
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
  color: var(--bs-dropdown-link-color)
}

.dropdown-menu-dark {
  --bs-dropdown-color: #dee2e6;
  --bs-dropdown-bg: #343a40;
  --bs-dropdown-border-color: var(--bs-border-color-translucent);
  --bs-dropdown-box-shadow: ;
  --bs-dropdown-link-color: #dee2e6;
  --bs-dropdown-link-hover-color: #fff;
  --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
  --bs-dropdown-link-hover-bg: rgba(255, 255, 255, 0.15);
  --bs-dropdown-link-active-color: #fff;
  --bs-dropdown-link-active-bg: #0d6efd;
  --bs-dropdown-link-disabled-color: #adb5bd;
  --bs-dropdown-header-color: #adb5bd
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle
}

.btn-group>.btn,
.btn-group-vertical>.btn {
  position: relative;
  flex: 1 1 auto
}

.btn-group>.btn-check:checked+.btn,
.btn-group>.btn-check:focus+.btn,
.btn-group>.btn:hover,
.btn-group>.btn:focus,
.btn-group>.btn:active,
.btn-group>.btn.active,
.btn-group-vertical>.btn-check:checked+.btn,
.btn-group-vertical>.btn-check:focus+.btn,
.btn-group-vertical>.btn:hover,
.btn-group-vertical>.btn:focus,
.btn-group-vertical>.btn:active,
.btn-group-vertical>.btn.active {
  z-index: 1
}

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start
}

.btn-toolbar .input-group {
  width: auto
}

.btn-group {
  border-radius: var(--bs-border-radius)
}

.btn-group>:not(.btn-check:first-child)+.btn,
.btn-group>.btn-group:not(:first-child) {
  margin-left: calc(-1*var(--bs-border-width))
}

.btn-group>.btn:not(:last-child):not(.dropdown-toggle),
.btn-group>.btn.dropdown-toggle-split:first-child,
.btn-group>.btn-group:not(:last-child)>.btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0
}

.btn-group>.btn:nth-child(n+3),
.btn-group>:not(.btn-check)+.btn,
.btn-group>.btn-group:not(:first-child)>.btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0
}

.dropdown-toggle-split {
  padding-right: .5625rem;
  padding-left: .5625rem
}

.dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after,
.dropend .dropdown-toggle-split::after {
  margin-left: 0
}

.dropstart .dropdown-toggle-split::before {
  margin-right: 0
}

.btn-sm+.dropdown-toggle-split,
.btn-group-sm>.btn+.dropdown-toggle-split {
  padding-right: .375rem;
  padding-left: .375rem
}

.btn-lg+.dropdown-toggle-split,
.btn-group-lg>.btn+.dropdown-toggle-split {
  padding-right: .75rem;
  padding-left: .75rem
}

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center
}

.btn-group-vertical>.btn,
.btn-group-vertical>.btn-group {
  width: 100%
}

.btn-group-vertical>.btn:not(:first-child),
.btn-group-vertical>.btn-group:not(:first-child) {
  margin-top: calc(-1*var(--bs-border-width))
}

.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical>.btn-group:not(:last-child)>.btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0
}

.btn-group-vertical>.btn:nth-child(n+3),
.btn-group-vertical>:not(.btn-check)+.btn,
.btn-group-vertical>.btn-group:not(:first-child)>.btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0
}

.nav {
  --bs-nav-link-padding-x: 1rem;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color: var(--bs-link-color);
  --bs-nav-link-hover-color: var(--bs-link-hover-color);
  --bs-nav-link-disabled-color: var(--bs-secondary-color);
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none
}

.nav-link {
  display: block;
  padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
  font-size: var(--bs-nav-link-font-size);
  font-weight: var(--bs-nav-link-font-weight);
  color: var(--bs-nav-link-color);
  text-decoration: none;
  background: none;
  border: 0;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out
}

@media(prefers-reduced-motion: reduce) {
  .nav-link {
    transition: none
  }
}

.nav-link:hover,
.nav-link:focus {
  color: var(--bs-nav-link-hover-color)
}

.nav-link:focus-visible {
  outline: 0;
  box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25)
}

.nav-link.disabled,
.nav-link:disabled {
  color: var(--bs-nav-link-disabled-color);
  pointer-events: none;
  cursor: default
}

.nav-tabs {
  --bs-nav-tabs-border-width: var(--bs-border-width);
  --bs-nav-tabs-border-color: var(--bs-border-color);
  --bs-nav-tabs-border-radius: var(--bs-border-radius);
  --bs-nav-tabs-link-hover-border-color: var(--bs-secondary-bg) var(--bs-secondary-bg) var(--bs-border-color);
  --bs-nav-tabs-link-active-color: var(--bs-emphasis-color);
  --bs-nav-tabs-link-active-bg: var(--bs-body-bg);
  --bs-nav-tabs-link-active-border-color: var(--bs-border-color) var(--bs-border-color) var(--bs-body-bg);
  border-bottom: var(--bs-nav-tabs-border-width) solid var(--bs-nav-tabs-border-color)
}

.nav-tabs .nav-link {
  margin-bottom: calc(-1*var(--bs-nav-tabs-border-width));
  border: var(--bs-nav-tabs-border-width) solid rgba(0, 0, 0, 0);
  border-top-left-radius: var(--bs-nav-tabs-border-radius);
  border-top-right-radius: var(--bs-nav-tabs-border-radius)
}

.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
  isolation: isolate;
  border-color: var(--bs-nav-tabs-link-hover-border-color)
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: var(--bs-nav-tabs-link-active-color);
  background-color: var(--bs-nav-tabs-link-active-bg);
  border-color: var(--bs-nav-tabs-link-active-border-color)
}

.nav-tabs .dropdown-menu {
  margin-top: calc(-1*var(--bs-nav-tabs-border-width));
  border-top-left-radius: 0;
  border-top-right-radius: 0
}

.nav-pills {
  --bs-nav-pills-border-radius: var(--bs-border-radius);
  --bs-nav-pills-link-active-color: #fff;
  --bs-nav-pills-link-active-bg: #0d6efd
}

.nav-pills .nav-link {
  border-radius: var(--bs-nav-pills-border-radius)
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  color: var(--bs-nav-pills-link-active-color);
  background-color: var(--bs-nav-pills-link-active-bg)
}

.nav-underline {
  --bs-nav-underline-gap: 1rem;
  --bs-nav-underline-border-width: 0.125rem;
  --bs-nav-underline-link-active-color: var(--bs-emphasis-color);
  gap: var(--bs-nav-underline-gap)
}

.nav-underline .nav-link {
  padding-right: 0;
  padding-left: 0;
  border-bottom: var(--bs-nav-underline-border-width) solid rgba(0, 0, 0, 0)
}

.nav-underline .nav-link:hover,
.nav-underline .nav-link:focus {
  border-bottom-color: currentcolor
}

.nav-underline .nav-link.active,
.nav-underline .show>.nav-link {
  font-weight: 700;
  color: var(--bs-nav-underline-link-active-color);
  border-bottom-color: currentcolor
}

.nav-fill>.nav-link,
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center
}

.nav-justified>.nav-link,
.nav-justified .nav-item {
  flex-grow: 1;
  flex-basis: 0;
  text-align: center
}

.nav-fill .nav-item .nav-link,
.nav-justified .nav-item .nav-link {
  width: 100%
}

.tab-content>.tab-pane {
  display: none
}

.tab-content>.active {
  display: block
}

.navbar {
  --bs-navbar-padding-x: 0;
  --bs-navbar-padding-y: 0.5rem;
  --bs-navbar-color: rgba(var(--bs-emphasis-color-rgb), 0.65);
  --bs-navbar-hover-color: rgba(var(--bs-emphasis-color-rgb), 0.8);
  --bs-navbar-disabled-color: rgba(var(--bs-emphasis-color-rgb), 0.3);
  --bs-navbar-active-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-brand-padding-y: 0.3125rem;
  --bs-navbar-brand-margin-end: 1rem;
  --bs-navbar-brand-font-size: 1.25rem;
  --bs-navbar-brand-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-brand-hover-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-nav-link-padding-x: 0.5rem;
  --bs-navbar-toggler-padding-y: 0.25rem;
  --bs-navbar-toggler-padding-x: 0.75rem;
  --bs-navbar-toggler-font-size: 1.25rem;
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2833, 37, 41, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  --bs-navbar-toggler-border-color: rgba(var(--bs-emphasis-color-rgb), 0.15);
  --bs-navbar-toggler-border-radius: var(--bs-border-radius);
  --bs-navbar-toggler-focus-width: 0.25rem;
  --bs-navbar-toggler-transition: box-shadow 0.15s ease-in-out;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: var(--bs-navbar-padding-y) var(--bs-navbar-padding-x)
}

.navbar>.container,
.navbar>.container-fluid,
.navbar>.container-sm,
.navbar>.container-md,
.navbar>.container-lg,
.navbar>.container-xl,
.navbar>.container-xxl {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between
}

.navbar-brand {
  padding-top: var(--bs-navbar-brand-padding-y);
  padding-bottom: var(--bs-navbar-brand-padding-y);
  margin-right: var(--bs-navbar-brand-margin-end);
  font-size: var(--bs-navbar-brand-font-size);
  color: var(--bs-navbar-brand-color);
  text-decoration: none;
  white-space: nowrap
}

.navbar-brand:hover,
.navbar-brand:focus {
  color: var(--bs-navbar-brand-hover-color)
}

.navbar-nav {
  --bs-nav-link-padding-x: 0;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color: var(--bs-navbar-color);
  --bs-nav-link-hover-color: var(--bs-navbar-hover-color);
  --bs-nav-link-disabled-color: var(--bs-navbar-disabled-color);
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
  color: var(--bs-navbar-active-color)
}

.navbar-nav .dropdown-menu {
  position: static
}

.navbar-text {
  padding-top: .5rem;
  padding-bottom: .5rem;
  color: var(--bs-navbar-color)
}

.navbar-text a,
.navbar-text a:hover,
.navbar-text a:focus {
  color: var(--bs-navbar-active-color)
}

.navbar-collapse {
  flex-grow: 1;
  flex-basis: 100%;
  align-items: center
}

.navbar-toggler {
  padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
  font-size: var(--bs-navbar-toggler-font-size);
  line-height: 1;
  color: var(--bs-navbar-color);
  background-color: rgba(0, 0, 0, 0);
  border: var(--bs-border-width) solid var(--bs-navbar-toggler-border-color);
  border-radius: var(--bs-navbar-toggler-border-radius);
  transition: var(--bs-navbar-toggler-transition)
}

@media(prefers-reduced-motion: reduce) {
  .navbar-toggler {
    transition: none
  }
}

.navbar-toggler:hover {
  text-decoration: none
}

.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: 0 0 0 var(--bs-navbar-toggler-focus-width)
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-image: var(--bs-navbar-toggler-icon-bg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%
}

.navbar-nav-scroll {
  max-height: var(--bs-scroll-height, 75vh);
  overflow-y: auto
}

@media(min-width: 576px) {
  .navbar-expand-sm {
    flex-wrap: nowrap;
    justify-content: flex-start
  }

  .navbar-expand-sm .navbar-nav {
    flex-direction: row
  }

  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute
  }

  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x)
  }

  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible
  }

  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto
  }

  .navbar-expand-sm .navbar-toggler {
    display: none
  }

  .navbar-expand-sm .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: rgba(0, 0, 0, 0) !important;
    border: 0 !important;
    transform: none !important;
    transition: none
  }

  .navbar-expand-sm .offcanvas .offcanvas-header {
    display: none
  }

  .navbar-expand-sm .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible
  }
}

@media(min-width: 768px) {
  .navbar-expand-md {
    flex-wrap: nowrap;
    justify-content: flex-start
  }

  .navbar-expand-md .navbar-nav {
    flex-direction: row
  }

  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute
  }

  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x)
  }

  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible
  }

  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto
  }

  .navbar-expand-md .navbar-toggler {
    display: none
  }

  .navbar-expand-md .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: rgba(0, 0, 0, 0) !important;
    border: 0 !important;
    transform: none !important;
    transition: none
  }

  .navbar-expand-md .offcanvas .offcanvas-header {
    display: none
  }

  .navbar-expand-md .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible
  }
}

@media(min-width: 992px) {
  .navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: flex-start
  }

  .navbar-expand-lg .navbar-nav {
    flex-direction: row
  }

  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x)
  }

  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible
  }

  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto
  }

  .navbar-expand-lg .navbar-toggler {
    display: none
  }

  .navbar-expand-lg .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: rgba(0, 0, 0, 0) !important;
    border: 0 !important;
    transform: none !important;
    transition: none
  }

  .navbar-expand-lg .offcanvas .offcanvas-header {
    display: none
  }

  .navbar-expand-lg .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible
  }
}

@media(min-width: 1200px) {
  .navbar-expand-xl {
    flex-wrap: nowrap;
    justify-content: flex-start
  }

  .navbar-expand-xl .navbar-nav {
    flex-direction: row
  }

  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute
  }

  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x)
  }

  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible
  }

  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto
  }

  .navbar-expand-xl .navbar-toggler {
    display: none
  }

  .navbar-expand-xl .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: rgba(0, 0, 0, 0) !important;
    border: 0 !important;
    transform: none !important;
    transition: none
  }

  .navbar-expand-xl .offcanvas .offcanvas-header {
    display: none
  }

  .navbar-expand-xl .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible
  }
}

@media(min-width: 1400px) {
  .navbar-expand-xxl {
    flex-wrap: nowrap;
    justify-content: flex-start
  }

  .navbar-expand-xxl .navbar-nav {
    flex-direction: row
  }

  .navbar-expand-xxl .navbar-nav .dropdown-menu {
    position: absolute
  }

  .navbar-expand-xxl .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x)
  }

  .navbar-expand-xxl .navbar-nav-scroll {
    overflow: visible
  }

  .navbar-expand-xxl .navbar-collapse {
    display: flex !important;
    flex-basis: auto
  }

  .navbar-expand-xxl .navbar-toggler {
    display: none
  }

  .navbar-expand-xxl .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: rgba(0, 0, 0, 0) !important;
    border: 0 !important;
    transform: none !important;
    transition: none
  }

  .navbar-expand-xxl .offcanvas .offcanvas-header {
    display: none
  }

  .navbar-expand-xxl .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible
  }
}

.navbar-expand {
  flex-wrap: nowrap;
  justify-content: flex-start
}

.navbar-expand .navbar-nav {
  flex-direction: row
}

.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute
}

.navbar-expand .navbar-nav .nav-link {
  padding-right: var(--bs-navbar-nav-link-padding-x);
  padding-left: var(--bs-navbar-nav-link-padding-x)
}

.navbar-expand .navbar-nav-scroll {
  overflow: visible
}

.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto
}

.navbar-expand .navbar-toggler {
  display: none
}

.navbar-expand .offcanvas {
  position: static;
  z-index: auto;
  flex-grow: 1;
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
  background-color: rgba(0, 0, 0, 0) !important;
  border: 0 !important;
  transform: none !important;
  transition: none
}

.navbar-expand .offcanvas .offcanvas-header {
  display: none
}

.navbar-expand .offcanvas .offcanvas-body {
  display: flex;
  flex-grow: 0;
  padding: 0;
  overflow-y: visible
}

.navbar-dark,
.navbar[data-bs-theme=dark] {
  --bs-navbar-color: rgba(255, 255, 255, 0.55);
  --bs-navbar-hover-color: rgba(255, 255, 255, 0.75);
  --bs-navbar-disabled-color: rgba(255, 255, 255, 0.25);
  --bs-navbar-active-color: #fff;
  --bs-navbar-brand-color: #fff;
  --bs-navbar-brand-hover-color: #fff;
  --bs-navbar-toggler-border-color: rgba(255, 255, 255, 0.1);
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}

[data-bs-theme=dark] .navbar-toggler-icon {
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}

.card {
  --bs-card-spacer-y: 1rem;
  --bs-card-spacer-x: 1rem;
  --bs-card-title-spacer-y: 0.5rem;
  --bs-card-title-color: ;
  --bs-card-subtitle-color: ;
  --bs-card-border-width: var(--bs-border-width);
  --bs-card-border-color: var(--bs-border-color-translucent);
  --bs-card-border-radius: var(--bs-border-radius);
  --bs-card-box-shadow: ;
  --bs-card-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
  --bs-card-cap-padding-y: 0.5rem;
  --bs-card-cap-padding-x: 1rem;
  --bs-card-cap-bg: rgba(var(--bs-body-color-rgb), 0.03);
  --bs-card-cap-color: ;
  --bs-card-height: ;
  --bs-card-color: ;
  --bs-card-bg: var(--bs-body-bg);
  --bs-card-img-overlay-padding: 1rem;
  --bs-card-group-margin: 0.75rem;
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  height: var(--bs-card-height);
  color: var(--bs-body-color);
  word-wrap: break-word;
  background-color: var(--bs-card-bg);
  background-clip: border-box;
  border: var(--bs-card-border-width) solid var(--bs-card-border-color);
  border-radius: var(--bs-card-border-radius)
}

.card>hr {
  margin-right: 0;
  margin-left: 0
}

.card>.list-group {
  border-top: inherit;
  border-bottom: inherit
}

.card>.list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: var(--bs-card-inner-border-radius);
  border-top-right-radius: var(--bs-card-inner-border-radius)
}

.card>.list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: var(--bs-card-inner-border-radius);
  border-bottom-left-radius: var(--bs-card-inner-border-radius)
}

.card>.card-header+.list-group,
.card>.list-group+.card-footer {
  border-top: 0
}

.card-body {
  flex: 1 1 auto;
  padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);
  color: var(--bs-card-color)
}

.card-title {
  margin-bottom: var(--bs-card-title-spacer-y);
  color: var(--bs-card-title-color)
}

.card-subtitle {
  margin-top: calc(-0.5*var(--bs-card-title-spacer-y));
  margin-bottom: 0;
  color: var(--bs-card-subtitle-color)
}

.card-text:last-child {
  margin-bottom: 0
}

.card-link+.card-link {
  margin-left: var(--bs-card-spacer-x)
}

.card-header {
  padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
  margin-bottom: 0;
  color: var(--bs-card-cap-color);
  background-color: var(--bs-card-cap-bg);
  border-bottom: var(--bs-card-border-width) solid var(--bs-card-border-color)
}

.card-header:first-child {
  border-radius: var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius) 0 0
}

.card-footer {
  padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
  color: var(--bs-card-cap-color);
  background-color: var(--bs-card-cap-bg);
  border-top: var(--bs-card-border-width) solid var(--bs-card-border-color)
}

.card-footer:last-child {
  border-radius: 0 0 var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius)
}

.card-header-tabs {
  margin-right: calc(-0.5*var(--bs-card-cap-padding-x));
  margin-bottom: calc(-1*var(--bs-card-cap-padding-y));
  margin-left: calc(-0.5*var(--bs-card-cap-padding-x));
  border-bottom: 0
}

.card-header-tabs .nav-link.active {
  background-color: var(--bs-card-bg);
  border-bottom-color: var(--bs-card-bg)
}

.card-header-pills {
  margin-right: calc(-0.5*var(--bs-card-cap-padding-x));
  margin-left: calc(-0.5*var(--bs-card-cap-padding-x))
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: var(--bs-card-img-overlay-padding);
  border-radius: var(--bs-card-inner-border-radius)
}

.card-img,
.card-img-top,
.card-img-bottom {
  width: 100%
}

.card-img,
.card-img-top {
  border-top-left-radius: var(--bs-card-inner-border-radius);
  border-top-right-radius: var(--bs-card-inner-border-radius)
}

.card-img,
.card-img-bottom {
  border-bottom-right-radius: var(--bs-card-inner-border-radius);
  border-bottom-left-radius: var(--bs-card-inner-border-radius)
}

.card-group>.card {
  margin-bottom: var(--bs-card-group-margin)
}

@media(min-width: 576px) {
  .card-group {
    display: flex;
    flex-flow: row wrap
  }

  .card-group>.card {
    flex: 1 0 0;
    margin-bottom: 0
  }

  .card-group>.card+.card {
    margin-left: 0;
    border-left: 0
  }

  .card-group>.card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
  }

  .card-group>.card:not(:last-child)>.card-img-top,
  .card-group>.card:not(:last-child)>.card-header {
    border-top-right-radius: 0
  }

  .card-group>.card:not(:last-child)>.card-img-bottom,
  .card-group>.card:not(:last-child)>.card-footer {
    border-bottom-right-radius: 0
  }

  .card-group>.card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
  }

  .card-group>.card:not(:first-child)>.card-img-top,
  .card-group>.card:not(:first-child)>.card-header {
    border-top-left-radius: 0
  }

  .card-group>.card:not(:first-child)>.card-img-bottom,
  .card-group>.card:not(:first-child)>.card-footer {
    border-bottom-left-radius: 0
  }
}

.accordion {
  --bs-accordion-color: var(--bs-body-color);
  --bs-accordion-bg: var(--bs-body-bg);
  --bs-accordion-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
  --bs-accordion-border-color: var(--bs-border-color);
  --bs-accordion-border-width: var(--bs-border-width);
  --bs-accordion-border-radius: var(--bs-border-radius);
  --bs-accordion-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
  --bs-accordion-btn-padding-x: 1.25rem;
  --bs-accordion-btn-padding-y: 1rem;
  --bs-accordion-btn-color: var(--bs-body-color);
  --bs-accordion-btn-bg: var(--bs-accordion-bg);
  --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23212529' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  --bs-accordion-btn-icon-width: 1.25rem;
  --bs-accordion-btn-icon-transform: rotate(-180deg);
  --bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
  --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23052c65' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  --bs-accordion-body-padding-x: 1.25rem;
  --bs-accordion-body-padding-y: 1rem;
  --bs-accordion-active-color: var(--bs-primary-text-emphasis);
  --bs-accordion-active-bg: var(--bs-primary-bg-subtle)
}

.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);
  font-size: 1rem;
  color: var(--bs-accordion-btn-color);
  text-align: left;
  background-color: var(--bs-accordion-btn-bg);
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition: var(--bs-accordion-transition)
}

@media(prefers-reduced-motion: reduce) {
  .accordion-button {
    transition: none
  }
}

.accordion-button:not(.collapsed) {
  color: var(--bs-accordion-active-color);
  background-color: var(--bs-accordion-active-bg);
  box-shadow: inset 0 calc(-1*var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color)
}

.accordion-button:not(.collapsed)::after {
  background-image: var(--bs-accordion-btn-active-icon);
  transform: var(--bs-accordion-btn-icon-transform)
}

.accordion-button::after {
  flex-shrink: 0;
  width: var(--bs-accordion-btn-icon-width);
  height: var(--bs-accordion-btn-icon-width);
  margin-left: auto;
  content: "";
  background-image: var(--bs-accordion-btn-icon);
  background-repeat: no-repeat;
  background-size: var(--bs-accordion-btn-icon-width);
  transition: var(--bs-accordion-btn-icon-transition)
}

@media(prefers-reduced-motion: reduce) {
  .accordion-button::after {
    transition: none
  }
}

.accordion-button:hover {
  z-index: 2
}

.accordion-button:focus {
  z-index: 3;
  outline: 0;
  box-shadow: var(--bs-accordion-btn-focus-box-shadow)
}

.accordion-header {
  margin-bottom: 0
}

.accordion-item {
  color: var(--bs-accordion-color);
  background-color: var(--bs-accordion-bg);
  border: var(--bs-accordion-border-width) solid var(--bs-accordion-border-color)
}

.accordion-item:first-of-type {
  border-top-left-radius: var(--bs-accordion-border-radius);
  border-top-right-radius: var(--bs-accordion-border-radius)
}

.accordion-item:first-of-type>.accordion-header .accordion-button {
  border-top-left-radius: var(--bs-accordion-inner-border-radius);
  border-top-right-radius: var(--bs-accordion-inner-border-radius)
}

.accordion-item:not(:first-of-type) {
  border-top: 0
}

.accordion-item:last-of-type {
  border-bottom-right-radius: var(--bs-accordion-border-radius);
  border-bottom-left-radius: var(--bs-accordion-border-radius)
}

.accordion-item:last-of-type>.accordion-header .accordion-button.collapsed {
  border-bottom-right-radius: var(--bs-accordion-inner-border-radius);
  border-bottom-left-radius: var(--bs-accordion-inner-border-radius)
}

.accordion-item:last-of-type>.accordion-collapse {
  border-bottom-right-radius: var(--bs-accordion-border-radius);
  border-bottom-left-radius: var(--bs-accordion-border-radius)
}

.accordion-body {
  padding: var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x)
}

.accordion-flush>.accordion-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0
}

.accordion-flush>.accordion-item:first-child {
  border-top: 0
}

.accordion-flush>.accordion-item:last-child {
  border-bottom: 0
}

.accordion-flush>.accordion-item>.accordion-collapse,
.accordion-flush>.accordion-item>.accordion-header .accordion-button,
.accordion-flush>.accordion-item>.accordion-header .accordion-button.collapsed {
  border-radius: 0
}

[data-bs-theme=dark] .accordion-button::after {
  --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%236ea8fe'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708'/%3e%3c/svg%3e");
  --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%236ea8fe'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708'/%3e%3c/svg%3e")
}

.breadcrumb {
  --bs-breadcrumb-padding-x: 0;
  --bs-breadcrumb-padding-y: 0;
  --bs-breadcrumb-margin-bottom: 1rem;
  --bs-breadcrumb-bg: ;
  --bs-breadcrumb-border-radius: ;
  --bs-breadcrumb-divider-color: var(--bs-secondary-color);
  --bs-breadcrumb-item-padding-x: 0.5rem;
  --bs-breadcrumb-item-active-color: var(--bs-secondary-color);
  display: flex;
  flex-wrap: wrap;
  padding: var(--bs-breadcrumb-padding-y) var(--bs-breadcrumb-padding-x);
  margin-bottom: var(--bs-breadcrumb-margin-bottom);
  font-size: var(--bs-breadcrumb-font-size);
  list-style: none;
  background-color: var(--bs-breadcrumb-bg);
  border-radius: var(--bs-breadcrumb-border-radius)
}

.breadcrumb-item+.breadcrumb-item {
  padding-left: var(--bs-breadcrumb-item-padding-x)
}

.breadcrumb-item+.breadcrumb-item::before {
  float: left;
  padding-right: var(--bs-breadcrumb-item-padding-x);
  color: var(--bs-breadcrumb-divider-color);
  content: var(--bs-breadcrumb-divider, "/")
    /* rtl: var(--bs-breadcrumb-divider, "/") */
}

.breadcrumb-item.active {
  color: var(--bs-breadcrumb-item-active-color)
}

.pagination {
  --bs-pagination-padding-x: 0.75rem;
  --bs-pagination-padding-y: 0.375rem;
  --bs-pagination-font-size: 1rem;
  --bs-pagination-color: var(--bs-link-color);
  --bs-pagination-bg: var(--bs-body-bg);
  --bs-pagination-border-width: var(--bs-border-width);
  --bs-pagination-border-color: var(--bs-border-color);
  --bs-pagination-border-radius: var(--bs-border-radius);
  --bs-pagination-hover-color: var(--bs-link-hover-color);
  --bs-pagination-hover-bg: var(--bs-tertiary-bg);
  --bs-pagination-hover-border-color: var(--bs-border-color);
  --bs-pagination-focus-color: var(--bs-link-hover-color);
  --bs-pagination-focus-bg: var(--bs-secondary-bg);
  --bs-pagination-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  --bs-pagination-active-color: #fff;
  --bs-pagination-active-bg: #0d6efd;
  --bs-pagination-active-border-color: #0d6efd;
  --bs-pagination-disabled-color: var(--bs-secondary-color);
  --bs-pagination-disabled-bg: var(--bs-secondary-bg);
  --bs-pagination-disabled-border-color: var(--bs-border-color);
  display: flex;
  padding-left: 0;
  list-style: none
}

.page-link {
  position: relative;
  display: block;
  padding: var(--bs-pagination-padding-y) var(--bs-pagination-padding-x);
  font-size: var(--bs-pagination-font-size);
  color: var(--bs-pagination-color);
  text-decoration: none;
  background-color: var(--bs-pagination-bg);
  border: var(--bs-pagination-border-width) solid var(--bs-pagination-border-color);
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media(prefers-reduced-motion: reduce) {
  .page-link {
    transition: none
  }
}

.page-link:hover {
  z-index: 2;
  color: var(--bs-pagination-hover-color);
  background-color: var(--bs-pagination-hover-bg);
  border-color: var(--bs-pagination-hover-border-color)
}

.page-link:focus {
  z-index: 3;
  color: var(--bs-pagination-focus-color);
  background-color: var(--bs-pagination-focus-bg);
  outline: 0;
  box-shadow: var(--bs-pagination-focus-box-shadow)
}

.page-link.active,
.active>.page-link {
  z-index: 3;
  color: var(--bs-pagination-active-color);
  background-color: var(--bs-pagination-active-bg);
  border-color: var(--bs-pagination-active-border-color)
}

.page-link.disabled,
.disabled>.page-link {
  color: var(--bs-pagination-disabled-color);
  pointer-events: none;
  background-color: var(--bs-pagination-disabled-bg);
  border-color: var(--bs-pagination-disabled-border-color)
}

.page-item:not(:first-child) .page-link {
  margin-left: calc(-1*var(--bs-border-width))
}

.page-item:first-child .page-link {
  border-top-left-radius: var(--bs-pagination-border-radius);
  border-bottom-left-radius: var(--bs-pagination-border-radius)
}

.page-item:last-child .page-link {
  border-top-right-radius: var(--bs-pagination-border-radius);
  border-bottom-right-radius: var(--bs-pagination-border-radius)
}

.pagination-lg {
  --bs-pagination-padding-x: 1.5rem;
  --bs-pagination-padding-y: 0.75rem;
  --bs-pagination-font-size: 1.25rem;
  --bs-pagination-border-radius: var(--bs-border-radius-lg)
}

.pagination-sm {
  --bs-pagination-padding-x: 0.5rem;
  --bs-pagination-padding-y: 0.25rem;
  --bs-pagination-font-size: 0.875rem;
  --bs-pagination-border-radius: var(--bs-border-radius-sm)
}

.badge {
  --bs-badge-padding-x: 0.65em;
  --bs-badge-padding-y: 0.35em;
  --bs-badge-font-size: 0.75em;
  --bs-badge-font-weight: 700;
  --bs-badge-color: #fff;
  --bs-badge-border-radius: var(--bs-border-radius);
  display: inline-block;
  padding: var(--bs-badge-padding-y) var(--bs-badge-padding-x);
  font-size: var(--bs-badge-font-size);
  font-weight: var(--bs-badge-font-weight);
  line-height: 1;
  color: var(--bs-badge-color);
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: var(--bs-badge-border-radius)
}

.badge:empty {
  display: none
}

.btn .badge {
  position: relative;
  top: -1px
}

.alert {
  --bs-alert-bg: transparent;
  --bs-alert-padding-x: 1rem;
  --bs-alert-padding-y: 1rem;
  --bs-alert-margin-bottom: 1rem;
  --bs-alert-color: inherit;
  --bs-alert-border-color: transparent;
  --bs-alert-border: var(--bs-border-width) solid var(--bs-alert-border-color);
  --bs-alert-border-radius: var(--bs-border-radius);
  --bs-alert-link-color: inherit;
  position: relative;
  padding: var(--bs-alert-padding-y) var(--bs-alert-padding-x);
  margin-bottom: var(--bs-alert-margin-bottom);
  color: var(--bs-alert-color);
  background-color: var(--bs-alert-bg);
  border: var(--bs-alert-border);
  border-radius: var(--bs-alert-border-radius)
}

.alert-heading {
  color: inherit
}

.alert-link {
  font-weight: 700;
  color: var(--bs-alert-link-color)
}

.alert-dismissible {
  padding-right: 3rem
}

.alert-dismissible .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 1.25rem 1rem
}

.alert-primary {
  --bs-alert-color: var(--bs-primary-text-emphasis);
  --bs-alert-bg: var(--bs-primary-bg-subtle);
  --bs-alert-border-color: var(--bs-primary-border-subtle);
  --bs-alert-link-color: var(--bs-primary-text-emphasis)
}

.alert-secondary {
  --bs-alert-color: var(--bs-secondary-text-emphasis);
  --bs-alert-bg: var(--bs-secondary-bg-subtle);
  --bs-alert-border-color: var(--bs-secondary-border-subtle);
  --bs-alert-link-color: var(--bs-secondary-text-emphasis)
}

.alert-success {
  --bs-alert-color: var(--bs-success-text-emphasis);
  --bs-alert-bg: var(--bs-success-bg-subtle);
  --bs-alert-border-color: var(--bs-success-border-subtle);
  --bs-alert-link-color: var(--bs-success-text-emphasis)
}

.alert-info {
  --bs-alert-color: var(--bs-info-text-emphasis);
  --bs-alert-bg: var(--bs-info-bg-subtle);
  --bs-alert-border-color: var(--bs-info-border-subtle);
  --bs-alert-link-color: var(--bs-info-text-emphasis)
}

.alert-warning {
  --bs-alert-color: var(--bs-warning-text-emphasis);
  --bs-alert-bg: var(--bs-warning-bg-subtle);
  --bs-alert-border-color: var(--bs-warning-border-subtle);
  --bs-alert-link-color: var(--bs-warning-text-emphasis)
}

.alert-danger {
  --bs-alert-color: var(--bs-danger-text-emphasis);
  --bs-alert-bg: var(--bs-danger-bg-subtle);
  --bs-alert-border-color: var(--bs-danger-border-subtle);
  --bs-alert-link-color: var(--bs-danger-text-emphasis)
}

.alert-light {
  --bs-alert-color: var(--bs-light-text-emphasis);
  --bs-alert-bg: var(--bs-light-bg-subtle);
  --bs-alert-border-color: var(--bs-light-border-subtle);
  --bs-alert-link-color: var(--bs-light-text-emphasis)
}

.alert-dark {
  --bs-alert-color: var(--bs-dark-text-emphasis);
  --bs-alert-bg: var(--bs-dark-bg-subtle);
  --bs-alert-border-color: var(--bs-dark-border-subtle);
  --bs-alert-link-color: var(--bs-dark-text-emphasis)
}

@keyframes progress-bar-stripes {
  0% {
    background-position-x: var(--bs-progress-height)
  }
}

.progress,
.progress-stacked {
  --bs-progress-height: 1rem;
  --bs-progress-font-size: 0.75rem;
  --bs-progress-bg: var(--bs-secondary-bg);
  --bs-progress-border-radius: var(--bs-border-radius);
  --bs-progress-box-shadow: var(--bs-box-shadow-inset);
  --bs-progress-bar-color: #fff;
  --bs-progress-bar-bg: #0d6efd;
  --bs-progress-bar-transition: width 0.6s ease;
  display: flex;
  height: var(--bs-progress-height);
  overflow: hidden;
  font-size: var(--bs-progress-font-size);
  background-color: var(--bs-progress-bg);
  border-radius: var(--bs-progress-border-radius)
}

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: var(--bs-progress-bar-color);
  text-align: center;
  white-space: nowrap;
  background-color: var(--bs-progress-bar-bg);
  transition: var(--bs-progress-bar-transition)
}

@media(prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none
  }
}

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: var(--bs-progress-height) var(--bs-progress-height)
}

.progress-stacked>.progress {
  overflow: visible
}

.progress-stacked>.progress>.progress-bar {
  width: 100%
}

.progress-bar-animated {
  animation: 1s linear infinite progress-bar-stripes
}

@media(prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    animation: none
  }
}

.list-group {
  --bs-list-group-color: var(--bs-body-color);
  --bs-list-group-bg: var(--bs-body-bg);
  --bs-list-group-border-color: var(--bs-border-color);
  --bs-list-group-border-width: var(--bs-border-width);
  --bs-list-group-border-radius: var(--bs-border-radius);
  --bs-list-group-item-padding-x: 1rem;
  --bs-list-group-item-padding-y: 0.5rem;
  --bs-list-group-action-color: var(--bs-secondary-color);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-tertiary-bg);
  --bs-list-group-action-active-color: var(--bs-body-color);
  --bs-list-group-action-active-bg: var(--bs-secondary-bg);
  --bs-list-group-disabled-color: var(--bs-secondary-color);
  --bs-list-group-disabled-bg: var(--bs-body-bg);
  --bs-list-group-active-color: #fff;
  --bs-list-group-active-bg: #0d6efd;
  --bs-list-group-active-border-color: #0d6efd;
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: var(--bs-list-group-border-radius)
}

.list-group-numbered {
  list-style-type: none;
  counter-reset: section
}

.list-group-numbered>.list-group-item::before {
  content: counters(section, ".") ". ";
  counter-increment: section
}

.list-group-item {
  position: relative;
  display: block;
  padding: var(--bs-list-group-item-padding-y) var(--bs-list-group-item-padding-x);
  color: var(--bs-list-group-color);
  text-decoration: none;
  background-color: var(--bs-list-group-bg);
  border: var(--bs-list-group-border-width) solid var(--bs-list-group-border-color)
}

.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit
}

.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit
}

.list-group-item.disabled,
.list-group-item:disabled {
  color: var(--bs-list-group-disabled-color);
  pointer-events: none;
  background-color: var(--bs-list-group-disabled-bg)
}

.list-group-item.active {
  z-index: 2;
  color: var(--bs-list-group-active-color);
  background-color: var(--bs-list-group-active-bg);
  border-color: var(--bs-list-group-active-border-color)
}

.list-group-item+.list-group-item {
  border-top-width: 0
}

.list-group-item+.list-group-item.active {
  margin-top: calc(-1*var(--bs-list-group-border-width));
  border-top-width: var(--bs-list-group-border-width)
}

.list-group-item-action {
  width: 100%;
  color: var(--bs-list-group-action-color);
  text-align: inherit
}

.list-group-item-action:not(.active):hover,
.list-group-item-action:not(.active):focus {
  z-index: 1;
  color: var(--bs-list-group-action-hover-color);
  text-decoration: none;
  background-color: var(--bs-list-group-action-hover-bg)
}

.list-group-item-action:not(.active):active {
  color: var(--bs-list-group-action-active-color);
  background-color: var(--bs-list-group-action-active-bg)
}

.list-group-horizontal {
  flex-direction: row
}

.list-group-horizontal>.list-group-item:first-child:not(:last-child) {
  border-bottom-left-radius: var(--bs-list-group-border-radius);
  border-top-right-radius: 0
}

.list-group-horizontal>.list-group-item:last-child:not(:first-child) {
  border-top-right-radius: var(--bs-list-group-border-radius);
  border-bottom-left-radius: 0
}

.list-group-horizontal>.list-group-item.active {
  margin-top: 0
}

.list-group-horizontal>.list-group-item+.list-group-item {
  border-top-width: var(--bs-list-group-border-width);
  border-left-width: 0
}

.list-group-horizontal>.list-group-item+.list-group-item.active {
  margin-left: calc(-1*var(--bs-list-group-border-width));
  border-left-width: var(--bs-list-group-border-width)
}

@media(min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row
  }

  .list-group-horizontal-sm>.list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0
  }

  .list-group-horizontal-sm>.list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0
  }

  .list-group-horizontal-sm>.list-group-item.active {
    margin-top: 0
  }

  .list-group-horizontal-sm>.list-group-item+.list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0
  }

  .list-group-horizontal-sm>.list-group-item+.list-group-item.active {
    margin-left: calc(-1*var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width)
  }
}

@media(min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row
  }

  .list-group-horizontal-md>.list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0
  }

  .list-group-horizontal-md>.list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0
  }

  .list-group-horizontal-md>.list-group-item.active {
    margin-top: 0
  }

  .list-group-horizontal-md>.list-group-item+.list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0
  }

  .list-group-horizontal-md>.list-group-item+.list-group-item.active {
    margin-left: calc(-1*var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width)
  }
}

@media(min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row
  }

  .list-group-horizontal-lg>.list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0
  }

  .list-group-horizontal-lg>.list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0
  }

  .list-group-horizontal-lg>.list-group-item.active {
    margin-top: 0
  }

  .list-group-horizontal-lg>.list-group-item+.list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0
  }

  .list-group-horizontal-lg>.list-group-item+.list-group-item.active {
    margin-left: calc(-1*var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width)
  }
}

@media(min-width: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row
  }

  .list-group-horizontal-xl>.list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0
  }

  .list-group-horizontal-xl>.list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0
  }

  .list-group-horizontal-xl>.list-group-item.active {
    margin-top: 0
  }

  .list-group-horizontal-xl>.list-group-item+.list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0
  }

  .list-group-horizontal-xl>.list-group-item+.list-group-item.active {
    margin-left: calc(-1*var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width)
  }
}

@media(min-width: 1400px) {
  .list-group-horizontal-xxl {
    flex-direction: row
  }

  .list-group-horizontal-xxl>.list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0
  }

  .list-group-horizontal-xxl>.list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0
  }

  .list-group-horizontal-xxl>.list-group-item.active {
    margin-top: 0
  }

  .list-group-horizontal-xxl>.list-group-item+.list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0
  }

  .list-group-horizontal-xxl>.list-group-item+.list-group-item.active {
    margin-left: calc(-1*var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width)
  }
}

.list-group-flush {
  border-radius: 0
}

.list-group-flush>.list-group-item {
  border-width: 0 0 var(--bs-list-group-border-width)
}

.list-group-flush>.list-group-item:last-child {
  border-bottom-width: 0
}

.list-group-item-primary {
  --bs-list-group-color: var(--bs-primary-text-emphasis);
  --bs-list-group-bg: var(--bs-primary-bg-subtle);
  --bs-list-group-border-color: var(--bs-primary-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-primary-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-primary-border-subtle);
  --bs-list-group-active-color: var(--bs-primary-bg-subtle);
  --bs-list-group-active-bg: var(--bs-primary-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-primary-text-emphasis)
}

.list-group-item-secondary {
  --bs-list-group-color: var(--bs-secondary-text-emphasis);
  --bs-list-group-bg: var(--bs-secondary-bg-subtle);
  --bs-list-group-border-color: var(--bs-secondary-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-secondary-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-secondary-border-subtle);
  --bs-list-group-active-color: var(--bs-secondary-bg-subtle);
  --bs-list-group-active-bg: var(--bs-secondary-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-secondary-text-emphasis)
}

.list-group-item-success {
  --bs-list-group-color: var(--bs-success-text-emphasis);
  --bs-list-group-bg: var(--bs-success-bg-subtle);
  --bs-list-group-border-color: var(--bs-success-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-success-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-success-border-subtle);
  --bs-list-group-active-color: var(--bs-success-bg-subtle);
  --bs-list-group-active-bg: var(--bs-success-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-success-text-emphasis)
}

.list-group-item-info {
  --bs-list-group-color: var(--bs-info-text-emphasis);
  --bs-list-group-bg: var(--bs-info-bg-subtle);
  --bs-list-group-border-color: var(--bs-info-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-info-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-info-border-subtle);
  --bs-list-group-active-color: var(--bs-info-bg-subtle);
  --bs-list-group-active-bg: var(--bs-info-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-info-text-emphasis)
}

.list-group-item-warning {
  --bs-list-group-color: var(--bs-warning-text-emphasis);
  --bs-list-group-bg: var(--bs-warning-bg-subtle);
  --bs-list-group-border-color: var(--bs-warning-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-warning-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-warning-border-subtle);
  --bs-list-group-active-color: var(--bs-warning-bg-subtle);
  --bs-list-group-active-bg: var(--bs-warning-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-warning-text-emphasis)
}

.list-group-item-danger {
  --bs-list-group-color: var(--bs-danger-text-emphasis);
  --bs-list-group-bg: var(--bs-danger-bg-subtle);
  --bs-list-group-border-color: var(--bs-danger-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-danger-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-danger-border-subtle);
  --bs-list-group-active-color: var(--bs-danger-bg-subtle);
  --bs-list-group-active-bg: var(--bs-danger-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-danger-text-emphasis)
}

.list-group-item-light {
  --bs-list-group-color: var(--bs-light-text-emphasis);
  --bs-list-group-bg: var(--bs-light-bg-subtle);
  --bs-list-group-border-color: var(--bs-light-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-light-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-light-border-subtle);
  --bs-list-group-active-color: var(--bs-light-bg-subtle);
  --bs-list-group-active-bg: var(--bs-light-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-light-text-emphasis)
}

.list-group-item-dark {
  --bs-list-group-color: var(--bs-dark-text-emphasis);
  --bs-list-group-bg: var(--bs-dark-bg-subtle);
  --bs-list-group-border-color: var(--bs-dark-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-dark-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-dark-border-subtle);
  --bs-list-group-active-color: var(--bs-dark-bg-subtle);
  --bs-list-group-active-bg: var(--bs-dark-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-dark-text-emphasis)
}

.btn-close {
  --bs-btn-close-color: #000;
  --bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414'/%3e%3c/svg%3e");
  --bs-btn-close-opacity: 0.5;
  --bs-btn-close-hover-opacity: 0.75;
  --bs-btn-close-focus-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  --bs-btn-close-focus-opacity: 1;
  --bs-btn-close-disabled-opacity: 0.25;
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: .25em .25em;
  color: var(--bs-btn-close-color);
  background: rgba(0, 0, 0, 0) var(--bs-btn-close-bg) center/1em auto no-repeat;
  filter: var(--bs-btn-close-filter);
  border: 0;
  border-radius: .375rem;
  opacity: var(--bs-btn-close-opacity)
}

.btn-close:hover {
  color: var(--bs-btn-close-color);
  text-decoration: none;
  opacity: var(--bs-btn-close-hover-opacity)
}

.btn-close:focus {
  outline: 0;
  box-shadow: var(--bs-btn-close-focus-shadow);
  opacity: var(--bs-btn-close-focus-opacity)
}

.btn-close:disabled,
.btn-close.disabled {
  pointer-events: none;
  user-select: none;
  opacity: var(--bs-btn-close-disabled-opacity)
}

.btn-close-white {
  --bs-btn-close-filter: invert(1) grayscale(100%) brightness(200%)
}

:root,
[data-bs-theme=light] {
  --bs-btn-close-filter:
}

[data-bs-theme=dark] {
  --bs-btn-close-filter: invert(1) grayscale(100%) brightness(200%)
}

.toast {
  --bs-toast-zindex: 1090;
  --bs-toast-padding-x: 0.75rem;
  --bs-toast-padding-y: 0.5rem;
  --bs-toast-spacing: 1.5rem;
  --bs-toast-max-width: 350px;
  --bs-toast-font-size: 0.875rem;
  --bs-toast-color: ;
  --bs-toast-bg: rgba(var(--bs-body-bg-rgb), 0.85);
  --bs-toast-border-width: var(--bs-border-width);
  --bs-toast-border-color: var(--bs-border-color-translucent);
  --bs-toast-border-radius: var(--bs-border-radius);
  --bs-toast-box-shadow: var(--bs-box-shadow);
  --bs-toast-header-color: var(--bs-secondary-color);
  --bs-toast-header-bg: rgba(var(--bs-body-bg-rgb), 0.85);
  --bs-toast-header-border-color: var(--bs-border-color-translucent);
  width: var(--bs-toast-max-width);
  max-width: 100%;
  font-size: var(--bs-toast-font-size);
  color: var(--bs-toast-color);
  pointer-events: auto;
  background-color: var(--bs-toast-bg);
  background-clip: padding-box;
  border: var(--bs-toast-border-width) solid var(--bs-toast-border-color);
  box-shadow: var(--bs-toast-box-shadow);
  border-radius: var(--bs-toast-border-radius)
}

.toast.showing {
  opacity: 0
}

.toast:not(.show) {
  display: none
}

.toast-container {
  --bs-toast-zindex: 1090;
  position: absolute;
  z-index: var(--bs-toast-zindex);
  width: max-content;
  max-width: 100%;
  pointer-events: none
}

.toast-container>:not(:last-child) {
  margin-bottom: var(--bs-toast-spacing)
}

.toast-header {
  display: flex;
  align-items: center;
  padding: var(--bs-toast-padding-y) var(--bs-toast-padding-x);
  color: var(--bs-toast-header-color);
  background-color: var(--bs-toast-header-bg);
  background-clip: padding-box;
  border-bottom: var(--bs-toast-border-width) solid var(--bs-toast-header-border-color);
  border-top-left-radius: calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));
  border-top-right-radius: calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width))
}

.toast-header .btn-close {
  margin-right: calc(-0.5*var(--bs-toast-padding-x));
  margin-left: var(--bs-toast-padding-x)
}

.toast-body {
  padding: var(--bs-toast-padding-x);
  word-wrap: break-word
}

.modal {
  --bs-modal-zindex: 1055;
  --bs-modal-width: 500px;
  --bs-modal-padding: 1rem;
  --bs-modal-margin: 0.5rem;
  --bs-modal-color: var(--bs-body-color);
  --bs-modal-bg: var(--bs-body-bg);
  --bs-modal-border-color: var(--bs-border-color-translucent);
  --bs-modal-border-width: var(--bs-border-width);
  --bs-modal-border-radius: var(--bs-border-radius-lg);
  --bs-modal-box-shadow: var(--bs-box-shadow-sm);
  --bs-modal-inner-border-radius: calc(var(--bs-border-radius-lg) - (var(--bs-border-width)));
  --bs-modal-header-padding-x: 1rem;
  --bs-modal-header-padding-y: 1rem;
  --bs-modal-header-padding: 1rem 1rem;
  --bs-modal-header-border-color: var(--bs-border-color);
  --bs-modal-header-border-width: var(--bs-border-width);
  --bs-modal-title-line-height: 1.5;
  --bs-modal-footer-gap: 0.5rem;
  --bs-modal-footer-bg: ;
  --bs-modal-footer-border-color: var(--bs-border-color);
  --bs-modal-footer-border-width: var(--bs-border-width);
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-modal-zindex);
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: var(--bs-modal-margin);
  pointer-events: none
}

.modal.fade .modal-dialog {
  transition: transform .3s ease-out
}

@media(prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none
  }
}

.modal.show .modal-dialog {
  transform: none
}

.modal.modal-static .modal-dialog {
  transform: scale(1.02)
}

.modal-dialog-scrollable {
  height: calc(100% - var(--bs-modal-margin)*2)
}

.modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden
}

.modal-dialog-scrollable .modal-body {
  overflow-y: auto
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - var(--bs-modal-margin)*2)
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  color: var(--bs-modal-color);
  pointer-events: auto;
  background-color: var(--bs-modal-bg);
  background-clip: padding-box;
  border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
  border-radius: var(--bs-modal-border-radius);
  outline: 0
}

.modal-backdrop {
  --bs-backdrop-zindex: 1050;
  --bs-backdrop-bg: #000;
  --bs-backdrop-opacity: 0.5;
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-backdrop-zindex);
  width: 100vw;
  height: 100vh;
  background-color: var(--bs-backdrop-bg)
}

.modal-backdrop.fade {
  opacity: 0
}

.modal-backdrop.show {
  opacity: var(--bs-backdrop-opacity)
}

.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  padding: var(--bs-modal-header-padding);
  border-bottom: var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);
  border-top-left-radius: var(--bs-modal-inner-border-radius);
  border-top-right-radius: var(--bs-modal-inner-border-radius)
}

.modal-header .btn-close {
  padding: calc(var(--bs-modal-header-padding-y)*.5) calc(var(--bs-modal-header-padding-x)*.5);
  margin-top: calc(-0.5*var(--bs-modal-header-padding-y));
  margin-right: calc(-0.5*var(--bs-modal-header-padding-x));
  margin-bottom: calc(-0.5*var(--bs-modal-header-padding-y));
  margin-left: auto
}

.modal-title {
  margin-bottom: 0;
  line-height: var(--bs-modal-title-line-height)
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: var(--bs-modal-padding)
}

.modal-footer {
  display: flex;
  flex-shrink: 0;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap)*.5);
  background-color: var(--bs-modal-footer-bg);
  border-top: var(--bs-modal-footer-border-width) solid var(--bs-modal-footer-border-color);
  border-bottom-right-radius: var(--bs-modal-inner-border-radius);
  border-bottom-left-radius: var(--bs-modal-inner-border-radius)
}

.modal-footer>* {
  margin: calc(var(--bs-modal-footer-gap)*.5)
}

@media(min-width: 576px) {
  .modal {
    --bs-modal-margin: 1.75rem;
    --bs-modal-box-shadow: var(--bs-box-shadow)
  }

  .modal-dialog {
    max-width: var(--bs-modal-width);
    margin-right: auto;
    margin-left: auto
  }

  .modal-sm {
    --bs-modal-width: 300px
  }
}

@media(min-width: 992px) {

  .modal-lg,
  .modal-xl {
    --bs-modal-width: 800px
  }
}

@media(min-width: 1200px) {
  .modal-xl {
    --bs-modal-width: 1140px
  }
}

.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0
}

.modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0
}

.modal-fullscreen .modal-header,
.modal-fullscreen .modal-footer {
  border-radius: 0
}

.modal-fullscreen .modal-body {
  overflow-y: auto
}

@media(max-width: 575.98px) {
  .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0
  }

  .modal-fullscreen-sm-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0
  }

  .modal-fullscreen-sm-down .modal-header,
  .modal-fullscreen-sm-down .modal-footer {
    border-radius: 0
  }

  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto
  }
}

@media(max-width: 767.98px) {
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0
  }

  .modal-fullscreen-md-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0
  }

  .modal-fullscreen-md-down .modal-header,
  .modal-fullscreen-md-down .modal-footer {
    border-radius: 0
  }

  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto
  }
}

@media(max-width: 991.98px) {
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0
  }

  .modal-fullscreen-lg-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0
  }

  .modal-fullscreen-lg-down .modal-header,
  .modal-fullscreen-lg-down .modal-footer {
    border-radius: 0
  }

  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto
  }
}

@media(max-width: 1199.98px) {
  .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0
  }

  .modal-fullscreen-xl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0
  }

  .modal-fullscreen-xl-down .modal-header,
  .modal-fullscreen-xl-down .modal-footer {
    border-radius: 0
  }

  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto
  }
}

@media(max-width: 1399.98px) {
  .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0
  }

  .modal-fullscreen-xxl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0
  }

  .modal-fullscreen-xxl-down .modal-header,
  .modal-fullscreen-xxl-down .modal-footer {
    border-radius: 0
  }

  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto
  }
}

.tooltip {
  --bs-tooltip-zindex: 1080;
  --bs-tooltip-max-width: 200px;
  --bs-tooltip-padding-x: 0.5rem;
  --bs-tooltip-padding-y: 0.25rem;
  --bs-tooltip-margin: ;
  --bs-tooltip-font-size: 0.875rem;
  --bs-tooltip-color: var(--bs-body-bg);
  --bs-tooltip-bg: var(--bs-emphasis-color);
  --bs-tooltip-border-radius: var(--bs-border-radius);
  --bs-tooltip-opacity: 0.9;
  --bs-tooltip-arrow-width: 0.8rem;
  --bs-tooltip-arrow-height: 0.4rem;
  z-index: var(--bs-tooltip-zindex);
  display: block;
  margin: var(--bs-tooltip-margin);
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: var(--bs-tooltip-font-size);
  word-wrap: break-word;
  opacity: 0
}

.tooltip.show {
  opacity: var(--bs-tooltip-opacity)
}

.tooltip .tooltip-arrow {
  display: block;
  width: var(--bs-tooltip-arrow-width);
  height: var(--bs-tooltip-arrow-height)
}

.tooltip .tooltip-arrow::before {
  position: absolute;
  content: "";
  border-color: rgba(0, 0, 0, 0);
  border-style: solid
}

.bs-tooltip-top .tooltip-arrow,
.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow {
  bottom: calc(-1*var(--bs-tooltip-arrow-height))
}

.bs-tooltip-top .tooltip-arrow::before,
.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before {
  top: -1px;
  border-width: var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width)*.5) 0;
  border-top-color: var(--bs-tooltip-bg)
}

.bs-tooltip-end .tooltip-arrow,
.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow {
  left: calc(-1*var(--bs-tooltip-arrow-height));
  width: var(--bs-tooltip-arrow-height);
  height: var(--bs-tooltip-arrow-width)
}

.bs-tooltip-end .tooltip-arrow::before,
.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before {
  right: -1px;
  border-width: calc(var(--bs-tooltip-arrow-width)*.5) var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width)*.5) 0;
  border-right-color: var(--bs-tooltip-bg)
}

.bs-tooltip-bottom .tooltip-arrow,
.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow {
  top: calc(-1*var(--bs-tooltip-arrow-height))
}

.bs-tooltip-bottom .tooltip-arrow::before,
.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before {
  bottom: -1px;
  border-width: 0 calc(var(--bs-tooltip-arrow-width)*.5) var(--bs-tooltip-arrow-height);
  border-bottom-color: var(--bs-tooltip-bg)
}

.bs-tooltip-start .tooltip-arrow,
.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow {
  right: calc(-1*var(--bs-tooltip-arrow-height));
  width: var(--bs-tooltip-arrow-height);
  height: var(--bs-tooltip-arrow-width)
}

.bs-tooltip-start .tooltip-arrow::before,
.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before {
  left: -1px;
  border-width: calc(var(--bs-tooltip-arrow-width)*.5) 0 calc(var(--bs-tooltip-arrow-width)*.5) var(--bs-tooltip-arrow-height);
  border-left-color: var(--bs-tooltip-bg)
}

.tooltip-inner {
  max-width: var(--bs-tooltip-max-width);
  padding: var(--bs-tooltip-padding-y) var(--bs-tooltip-padding-x);
  color: var(--bs-tooltip-color);
  text-align: center;
  background-color: var(--bs-tooltip-bg);
  border-radius: var(--bs-tooltip-border-radius)
}

.popover {
  --bs-popover-zindex: 1070;
  --bs-popover-max-width: 276px;
  --bs-popover-font-size: 0.875rem;
  --bs-popover-bg: var(--bs-body-bg);
  --bs-popover-border-width: var(--bs-border-width);
  --bs-popover-border-color: var(--bs-border-color-translucent);
  --bs-popover-border-radius: var(--bs-border-radius-lg);
  --bs-popover-inner-border-radius: calc(var(--bs-border-radius-lg) - var(--bs-border-width));
  --bs-popover-box-shadow: var(--bs-box-shadow);
  --bs-popover-header-padding-x: 1rem;
  --bs-popover-header-padding-y: 0.5rem;
  --bs-popover-header-font-size: 1rem;
  --bs-popover-header-color: inherit;
  --bs-popover-header-bg: var(--bs-secondary-bg);
  --bs-popover-body-padding-x: 1rem;
  --bs-popover-body-padding-y: 1rem;
  --bs-popover-body-color: var(--bs-body-color);
  --bs-popover-arrow-width: 1rem;
  --bs-popover-arrow-height: 0.5rem;
  --bs-popover-arrow-border: var(--bs-popover-border-color);
  z-index: var(--bs-popover-zindex);
  display: block;
  max-width: var(--bs-popover-max-width);
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: var(--bs-popover-font-size);
  word-wrap: break-word;
  background-color: var(--bs-popover-bg);
  background-clip: padding-box;
  border: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
  border-radius: var(--bs-popover-border-radius)
}

.popover .popover-arrow {
  display: block;
  width: var(--bs-popover-arrow-width);
  height: var(--bs-popover-arrow-height)
}

.popover .popover-arrow::before,
.popover .popover-arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: rgba(0, 0, 0, 0);
  border-style: solid;
  border-width: 0
}

.bs-popover-top>.popover-arrow,
.bs-popover-auto[data-popper-placement^=top]>.popover-arrow {
  bottom: calc(-1*(var(--bs-popover-arrow-height)) - var(--bs-popover-border-width))
}

.bs-popover-top>.popover-arrow::before,
.bs-popover-auto[data-popper-placement^=top]>.popover-arrow::before,
.bs-popover-top>.popover-arrow::after,
.bs-popover-auto[data-popper-placement^=top]>.popover-arrow::after {
  border-width: var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width)*.5) 0
}

.bs-popover-top>.popover-arrow::before,
.bs-popover-auto[data-popper-placement^=top]>.popover-arrow::before {
  bottom: 0;
  border-top-color: var(--bs-popover-arrow-border)
}

.bs-popover-top>.popover-arrow::after,
.bs-popover-auto[data-popper-placement^=top]>.popover-arrow::after {
  bottom: var(--bs-popover-border-width);
  border-top-color: var(--bs-popover-bg)
}

.bs-popover-end>.popover-arrow,
.bs-popover-auto[data-popper-placement^=right]>.popover-arrow {
  left: calc(-1*(var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
  width: var(--bs-popover-arrow-height);
  height: var(--bs-popover-arrow-width)
}

.bs-popover-end>.popover-arrow::before,
.bs-popover-auto[data-popper-placement^=right]>.popover-arrow::before,
.bs-popover-end>.popover-arrow::after,
.bs-popover-auto[data-popper-placement^=right]>.popover-arrow::after {
  border-width: calc(var(--bs-popover-arrow-width)*.5) var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width)*.5) 0
}

.bs-popover-end>.popover-arrow::before,
.bs-popover-auto[data-popper-placement^=right]>.popover-arrow::before {
  left: 0;
  border-right-color: var(--bs-popover-arrow-border)
}

.bs-popover-end>.popover-arrow::after,
.bs-popover-auto[data-popper-placement^=right]>.popover-arrow::after {
  left: var(--bs-popover-border-width);
  border-right-color: var(--bs-popover-bg)
}

.bs-popover-bottom>.popover-arrow,
.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow {
  top: calc(-1*(var(--bs-popover-arrow-height)) - var(--bs-popover-border-width))
}

.bs-popover-bottom>.popover-arrow::before,
.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow::before,
.bs-popover-bottom>.popover-arrow::after,
.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow::after {
  border-width: 0 calc(var(--bs-popover-arrow-width)*.5) var(--bs-popover-arrow-height)
}

.bs-popover-bottom>.popover-arrow::before,
.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow::before {
  top: 0;
  border-bottom-color: var(--bs-popover-arrow-border)
}

.bs-popover-bottom>.popover-arrow::after,
.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow::after {
  top: var(--bs-popover-border-width);
  border-bottom-color: var(--bs-popover-bg)
}

.bs-popover-bottom .popover-header::before,
.bs-popover-auto[data-popper-placement^=bottom] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: var(--bs-popover-arrow-width);
  margin-left: calc(-0.5*var(--bs-popover-arrow-width));
  content: "";
  border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-header-bg)
}

.bs-popover-start>.popover-arrow,
.bs-popover-auto[data-popper-placement^=left]>.popover-arrow {
  right: calc(-1*(var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
  width: var(--bs-popover-arrow-height);
  height: var(--bs-popover-arrow-width)
}

.bs-popover-start>.popover-arrow::before,
.bs-popover-auto[data-popper-placement^=left]>.popover-arrow::before,
.bs-popover-start>.popover-arrow::after,
.bs-popover-auto[data-popper-placement^=left]>.popover-arrow::after {
  border-width: calc(var(--bs-popover-arrow-width)*.5) 0 calc(var(--bs-popover-arrow-width)*.5) var(--bs-popover-arrow-height)
}

.bs-popover-start>.popover-arrow::before,
.bs-popover-auto[data-popper-placement^=left]>.popover-arrow::before {
  right: 0;
  border-left-color: var(--bs-popover-arrow-border)
}

.bs-popover-start>.popover-arrow::after,
.bs-popover-auto[data-popper-placement^=left]>.popover-arrow::after {
  right: var(--bs-popover-border-width);
  border-left-color: var(--bs-popover-bg)
}

.popover-header {
  padding: var(--bs-popover-header-padding-y) var(--bs-popover-header-padding-x);
  margin-bottom: 0;
  font-size: var(--bs-popover-header-font-size);
  color: var(--bs-popover-header-color);
  background-color: var(--bs-popover-header-bg);
  border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
  border-top-left-radius: var(--bs-popover-inner-border-radius);
  border-top-right-radius: var(--bs-popover-inner-border-radius)
}

.popover-header:empty {
  display: none
}

.popover-body {
  padding: var(--bs-popover-body-padding-y) var(--bs-popover-body-padding-x);
  color: var(--bs-popover-body-color)
}

.carousel {
  position: relative
}

.carousel.pointer-event {
  touch-action: pan-y
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden
}

.carousel-inner::after {
  display: block;
  clear: both;
  content: ""
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  backface-visibility: hidden;
  transition: transform .6s ease-in-out
}

@media(prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none
  }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block
}

.carousel-item-next:not(.carousel-item-start),
.active.carousel-item-end {
  transform: translateX(100%)
}

.carousel-item-prev:not(.carousel-item-end),
.active.carousel-item-start {
  transform: translateX(-100%)
}

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none
}

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-start,
.carousel-fade .carousel-item-prev.carousel-item-end {
  z-index: 1;
  opacity: 1
}

.carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s .6s
}

@media(prefers-reduced-motion: reduce) {

  .carousel-fade .active.carousel-item-start,
  .carousel-fade .active.carousel-item-end {
    transition: none
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: none;
  filter: var(--bs-carousel-control-icon-filter);
  border: 0;
  opacity: .5;
  transition: opacity .15s ease
}

@media(prefers-reduced-motion: reduce) {

  .carousel-control-prev,
  .carousel-control-next {
    transition: none
  }
}

.carousel-control-prev:hover,
.carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: .9
}

.carousel-control-prev {
  left: 0
}

.carousel-control-next {
  right: 0
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0'/%3e%3c/svg%3e")
    /*rtl:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708'/%3e%3c/svg%3e")*/
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708'/%3e%3c/svg%3e")
    /*rtl:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0'/%3e%3c/svg%3e")*/
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding: 0;
  margin-right: 15%;
  margin-bottom: 1rem;
  margin-left: 15%
}

.carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  padding: 0;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: var(--bs-carousel-indicator-active-bg);
  background-clip: padding-box;
  border: 0;
  border-top: 10px solid rgba(0, 0, 0, 0);
  border-bottom: 10px solid rgba(0, 0, 0, 0);
  opacity: .5;
  transition: opacity .6s ease
}

@media(prefers-reduced-motion: reduce) {
  .carousel-indicators [data-bs-target] {
    transition: none
  }
}

.carousel-indicators .active {
  opacity: 1
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 1.25rem;
  left: 15%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: var(--bs-carousel-caption-color);
  text-align: center
}

.carousel-dark {
  --bs-carousel-indicator-active-bg: #000;
  --bs-carousel-caption-color: #000;
  --bs-carousel-control-icon-filter: invert(1) grayscale(100)
}

:root,
[data-bs-theme=light] {
  --bs-carousel-indicator-active-bg: #fff;
  --bs-carousel-caption-color: #fff;
  --bs-carousel-control-icon-filter:
}

[data-bs-theme=dark] {
  --bs-carousel-indicator-active-bg: #000;
  --bs-carousel-caption-color: #000;
  --bs-carousel-control-icon-filter: invert(1) grayscale(100)
}

.spinner-grow,
.spinner-border {
  display: inline-block;
  width: var(--bs-spinner-width);
  height: var(--bs-spinner-height);
  vertical-align: var(--bs-spinner-vertical-align);
  border-radius: 50%;
  animation: var(--bs-spinner-animation-speed) linear infinite var(--bs-spinner-animation-name)
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg)
      /* rtl:ignore */
  }
}

.spinner-border {
  --bs-spinner-width: 2rem;
  --bs-spinner-height: 2rem;
  --bs-spinner-vertical-align: -0.125em;
  --bs-spinner-border-width: 0.25em;
  --bs-spinner-animation-speed: 0.75s;
  --bs-spinner-animation-name: spinner-border;
  border: var(--bs-spinner-border-width) solid currentcolor;
  border-right-color: rgba(0, 0, 0, 0)
}

.spinner-border-sm {
  --bs-spinner-width: 1rem;
  --bs-spinner-height: 1rem;
  --bs-spinner-border-width: 0.2em
}

@keyframes spinner-grow {
  0% {
    transform: scale(0)
  }

  50% {
    opacity: 1;
    transform: none
  }
}

.spinner-grow {
  --bs-spinner-width: 2rem;
  --bs-spinner-height: 2rem;
  --bs-spinner-vertical-align: -0.125em;
  --bs-spinner-animation-speed: 0.75s;
  --bs-spinner-animation-name: spinner-grow;
  background-color: currentcolor;
  opacity: 0
}

.spinner-grow-sm {
  --bs-spinner-width: 1rem;
  --bs-spinner-height: 1rem
}

@media(prefers-reduced-motion: reduce) {

  .spinner-border,
  .spinner-grow {
    --bs-spinner-animation-speed: 1.5s
  }
}

.offcanvas,
.offcanvas-xxl,
.offcanvas-xl,
.offcanvas-lg,
.offcanvas-md,
.offcanvas-sm {
  --bs-offcanvas-zindex: 1045;
  --bs-offcanvas-width: 400px;
  --bs-offcanvas-height: 30vh;
  --bs-offcanvas-padding-x: 1rem;
  --bs-offcanvas-padding-y: 1rem;
  --bs-offcanvas-color: var(--bs-body-color);
  --bs-offcanvas-bg: var(--bs-body-bg);
  --bs-offcanvas-border-width: var(--bs-border-width);
  --bs-offcanvas-border-color: var(--bs-border-color-translucent);
  --bs-offcanvas-box-shadow: var(--bs-box-shadow-sm);
  --bs-offcanvas-transition: transform 0.3s ease-in-out;
  --bs-offcanvas-title-line-height: 1.5
}

@media(max-width: 575.98px) {
  .offcanvas-sm {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition)
  }
}

@media(max-width: 575.98px)and (prefers-reduced-motion: reduce) {
  .offcanvas-sm {
    transition: none
  }
}

@media(max-width: 575.98px) {
  .offcanvas-sm.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%)
  }

  .offcanvas-sm.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%)
  }

  .offcanvas-sm.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%)
  }

  .offcanvas-sm.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%)
  }

  .offcanvas-sm.showing,
  .offcanvas-sm.show:not(.hiding) {
    transform: none
  }

  .offcanvas-sm.showing,
  .offcanvas-sm.hiding,
  .offcanvas-sm.show {
    visibility: visible
  }
}

@media(min-width: 576px) {
  .offcanvas-sm {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: rgba(0, 0, 0, 0) !important
  }

  .offcanvas-sm .offcanvas-header {
    display: none
  }

  .offcanvas-sm .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: rgba(0, 0, 0, 0) !important
  }
}

@media(max-width: 767.98px) {
  .offcanvas-md {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition)
  }
}

@media(max-width: 767.98px)and (prefers-reduced-motion: reduce) {
  .offcanvas-md {
    transition: none
  }
}

@media(max-width: 767.98px) {
  .offcanvas-md.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%)
  }

  .offcanvas-md.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%)
  }

  .offcanvas-md.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%)
  }

  .offcanvas-md.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%)
  }

  .offcanvas-md.showing,
  .offcanvas-md.show:not(.hiding) {
    transform: none
  }

  .offcanvas-md.showing,
  .offcanvas-md.hiding,
  .offcanvas-md.show {
    visibility: visible
  }
}

@media(min-width: 768px) {
  .offcanvas-md {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: rgba(0, 0, 0, 0) !important
  }

  .offcanvas-md .offcanvas-header {
    display: none
  }

  .offcanvas-md .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: rgba(0, 0, 0, 0) !important
  }
}

@media(max-width: 991.98px) {
  .offcanvas-lg {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition)
  }
}

@media(max-width: 991.98px)and (prefers-reduced-motion: reduce) {
  .offcanvas-lg {
    transition: none
  }
}

@media(max-width: 991.98px) {
  .offcanvas-lg.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%)
  }

  .offcanvas-lg.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%)
  }

  .offcanvas-lg.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%)
  }

  .offcanvas-lg.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%)
  }

  .offcanvas-lg.showing,
  .offcanvas-lg.show:not(.hiding) {
    transform: none
  }

  .offcanvas-lg.showing,
  .offcanvas-lg.hiding,
  .offcanvas-lg.show {
    visibility: visible
  }
}

@media(min-width: 992px) {
  .offcanvas-lg {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: rgba(0, 0, 0, 0) !important
  }

  .offcanvas-lg .offcanvas-header {
    display: none
  }

  .offcanvas-lg .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: rgba(0, 0, 0, 0) !important
  }
}

@media(max-width: 1199.98px) {
  .offcanvas-xl {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition)
  }
}

@media(max-width: 1199.98px)and (prefers-reduced-motion: reduce) {
  .offcanvas-xl {
    transition: none
  }
}

@media(max-width: 1199.98px) {
  .offcanvas-xl.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%)
  }

  .offcanvas-xl.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%)
  }

  .offcanvas-xl.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%)
  }

  .offcanvas-xl.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%)
  }

  .offcanvas-xl.showing,
  .offcanvas-xl.show:not(.hiding) {
    transform: none
  }

  .offcanvas-xl.showing,
  .offcanvas-xl.hiding,
  .offcanvas-xl.show {
    visibility: visible
  }
}

@media(min-width: 1200px) {
  .offcanvas-xl {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: rgba(0, 0, 0, 0) !important
  }

  .offcanvas-xl .offcanvas-header {
    display: none
  }

  .offcanvas-xl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: rgba(0, 0, 0, 0) !important
  }
}

@media(max-width: 1399.98px) {
  .offcanvas-xxl {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition)
  }
}

@media(max-width: 1399.98px)and (prefers-reduced-motion: reduce) {
  .offcanvas-xxl {
    transition: none
  }
}

@media(max-width: 1399.98px) {
  .offcanvas-xxl.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%)
  }

  .offcanvas-xxl.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%)
  }

  .offcanvas-xxl.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%)
  }

  .offcanvas-xxl.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%)
  }

  .offcanvas-xxl.showing,
  .offcanvas-xxl.show:not(.hiding) {
    transform: none
  }

  .offcanvas-xxl.showing,
  .offcanvas-xxl.hiding,
  .offcanvas-xxl.show {
    visibility: visible
  }
}

@media(min-width: 1400px) {
  .offcanvas-xxl {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: rgba(0, 0, 0, 0) !important
  }

  .offcanvas-xxl .offcanvas-header {
    display: none
  }

  .offcanvas-xxl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: rgba(0, 0, 0, 0) !important
  }
}

.offcanvas {
  position: fixed;
  bottom: 0;
  z-index: var(--bs-offcanvas-zindex);
  display: flex;
  flex-direction: column;
  max-width: 100%;
  color: var(--bs-offcanvas-color);
  visibility: hidden;
  background-color: var(--bs-offcanvas-bg);
  background-clip: padding-box;
  outline: 0;
  transition: var(--bs-offcanvas-transition)
}

@media(prefers-reduced-motion: reduce) {
  .offcanvas {
    transition: none
  }
}

.offcanvas.offcanvas-start {
  top: 0;
  left: 0;
  width: var(--bs-offcanvas-width);
  border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateX(-100%)
}

.offcanvas.offcanvas-end {
  top: 0;
  right: 0;
  width: var(--bs-offcanvas-width);
  border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateX(100%)
}

.offcanvas.offcanvas-top {
  top: 0;
  right: 0;
  left: 0;
  height: var(--bs-offcanvas-height);
  max-height: 100%;
  border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateY(-100%)
}

.offcanvas.offcanvas-bottom {
  right: 0;
  left: 0;
  height: var(--bs-offcanvas-height);
  max-height: 100%;
  border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateY(100%)
}

.offcanvas.showing,
.offcanvas.show:not(.hiding) {
  transform: none
}

.offcanvas.showing,
.offcanvas.hiding,
.offcanvas.show {
  visibility: visible
}

.offcanvas-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000
}

.offcanvas-backdrop.fade {
  opacity: 0
}

.offcanvas-backdrop.show {
  opacity: .5
}

.offcanvas-header {
  display: flex;
  align-items: center;
  padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x)
}

.offcanvas-header .btn-close {
  padding: calc(var(--bs-offcanvas-padding-y)*.5) calc(var(--bs-offcanvas-padding-x)*.5);
  margin-top: calc(-0.5*var(--bs-offcanvas-padding-y));
  margin-right: calc(-0.5*var(--bs-offcanvas-padding-x));
  margin-bottom: calc(-0.5*var(--bs-offcanvas-padding-y));
  margin-left: auto
}

.offcanvas-title {
  margin-bottom: 0;
  line-height: var(--bs-offcanvas-title-line-height)
}

.offcanvas-body {
  flex-grow: 1;
  padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
  overflow-y: auto
}

.placeholder {
  display: inline-block;
  min-height: 1em;
  vertical-align: middle;
  cursor: wait;
  background-color: currentcolor;
  opacity: .5
}

.placeholder.btn::before {
  display: inline-block;
  content: ""
}

.placeholder-xs {
  min-height: .6em
}

.placeholder-sm {
  min-height: .8em
}

.placeholder-lg {
  min-height: 1.2em
}

.placeholder-glow .placeholder {
  animation: placeholder-glow 2s ease-in-out infinite
}

@keyframes placeholder-glow {
  50% {
    opacity: .2
  }
}

.placeholder-wave {
  mask-image: linear-gradient(130deg, #000 55%, rgba(0, 0, 0, 0.8) 75%, #000 95%);
  mask-size: 200% 100%;
  animation: placeholder-wave 2s linear infinite
}

@keyframes placeholder-wave {
  100% {
    mask-position: -200% 0%
  }
}

.clearfix::after {
  display: block;
  clear: both;
  content: ""
}

.text-bg-primary {
  color: #fff !important;
  background-color: RGBA(var(--bs-primary-rgb), var(--bs-bg-opacity, 1)) !important
}

.text-bg-secondary {
  color: #fff !important;
  background-color: RGBA(var(--bs-secondary-rgb), var(--bs-bg-opacity, 1)) !important
}

.text-bg-success {
  color: #fff !important;
  background-color: RGBA(var(--bs-success-rgb), var(--bs-bg-opacity, 1)) !important
}

.text-bg-info {
  color: #000 !important;
  background-color: RGBA(var(--bs-info-rgb), var(--bs-bg-opacity, 1)) !important
}

.text-bg-warning {
  color: #000 !important;
  background-color: RGBA(var(--bs-warning-rgb), var(--bs-bg-opacity, 1)) !important
}

.text-bg-danger {
  color: #fff !important;
  background-color: RGBA(var(--bs-danger-rgb), var(--bs-bg-opacity, 1)) !important
}

.text-bg-light {
  color: #000 !important;
  background-color: RGBA(var(--bs-light-rgb), var(--bs-bg-opacity, 1)) !important
}

.text-bg-dark {
  color: #fff !important;
  background-color: RGBA(var(--bs-dark-rgb), var(--bs-bg-opacity, 1)) !important
}

.link-primary {
  color: RGBA(var(--bs-primary-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-primary-rgb), var(--bs-link-underline-opacity, 1)) !important
}

.link-primary:hover,
.link-primary:focus {
  color: RGBA(10, 88, 202, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(10, 88, 202, var(--bs-link-underline-opacity, 1)) !important
}

.link-secondary {
  color: RGBA(var(--bs-secondary-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-secondary-rgb), var(--bs-link-underline-opacity, 1)) !important
}

.link-secondary:hover,
.link-secondary:focus {
  color: RGBA(86, 94, 100, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(86, 94, 100, var(--bs-link-underline-opacity, 1)) !important
}

.link-success {
  color: RGBA(var(--bs-success-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-success-rgb), var(--bs-link-underline-opacity, 1)) !important
}

.link-success:hover,
.link-success:focus {
  color: RGBA(20, 108, 67, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(20, 108, 67, var(--bs-link-underline-opacity, 1)) !important
}

.link-info {
  color: RGBA(var(--bs-info-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-info-rgb), var(--bs-link-underline-opacity, 1)) !important
}

.link-info:hover,
.link-info:focus {
  color: RGBA(61, 213, 243, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(61, 213, 243, var(--bs-link-underline-opacity, 1)) !important
}

.link-warning {
  color: RGBA(var(--bs-warning-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-warning-rgb), var(--bs-link-underline-opacity, 1)) !important
}

.link-warning:hover,
.link-warning:focus {
  color: RGBA(255, 205, 57, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(255, 205, 57, var(--bs-link-underline-opacity, 1)) !important
}

.link-danger {
  color: RGBA(var(--bs-danger-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-danger-rgb), var(--bs-link-underline-opacity, 1)) !important
}

.link-danger:hover,
.link-danger:focus {
  color: RGBA(176, 42, 55, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(176, 42, 55, var(--bs-link-underline-opacity, 1)) !important
}

.link-light {
  color: RGBA(var(--bs-light-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-light-rgb), var(--bs-link-underline-opacity, 1)) !important
}

.link-light:hover,
.link-light:focus {
  color: RGBA(249, 250, 251, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(249, 250, 251, var(--bs-link-underline-opacity, 1)) !important
}

.link-dark {
  color: RGBA(var(--bs-dark-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-dark-rgb), var(--bs-link-underline-opacity, 1)) !important
}

.link-dark:hover,
.link-dark:focus {
  color: RGBA(26, 30, 33, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(26, 30, 33, var(--bs-link-underline-opacity, 1)) !important
}

.link-body-emphasis {
  color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 1)) !important
}

.link-body-emphasis:hover,
.link-body-emphasis:focus {
  color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-opacity, 0.75)) !important;
  text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 0.75)) !important
}

.focus-ring:focus {
  outline: 0;
  box-shadow: var(--bs-focus-ring-x, 0) var(--bs-focus-ring-y, 0) var(--bs-focus-ring-blur, 0) var(--bs-focus-ring-width) var(--bs-focus-ring-color)
}

.icon-link {
  display: inline-flex;
  gap: .375rem;
  align-items: center;
  text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 0.5));
  text-underline-offset: .25em;
  backface-visibility: hidden
}

.icon-link>.bi {
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  fill: currentcolor;
  transition: .2s ease-in-out transform
}

@media(prefers-reduced-motion: reduce) {
  .icon-link>.bi {
    transition: none
  }
}

.icon-link-hover:hover>.bi,
.icon-link-hover:focus-visible>.bi {
  transform: var(--bs-icon-link-transform, translate3d(0.25em, 0, 0))
}

.ratio {
  position: relative;
  width: 100%
}

.ratio::before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: ""
}

.ratio>* {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

.ratio-1x1 {
  --bs-aspect-ratio: 100%
}

.ratio-4x3 {
  --bs-aspect-ratio: 75%
}

.ratio-16x9 {
  --bs-aspect-ratio: 56.25%
}

.ratio-21x9 {
  --bs-aspect-ratio: 42.8571428571%
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030
}

.sticky-top {
  position: sticky;
  top: 0;
  z-index: 1020
}

.sticky-bottom {
  position: sticky;
  bottom: 0;
  z-index: 1020
}

@media(min-width: 576px) {
  .sticky-sm-top {
    position: sticky;
    top: 0;
    z-index: 1020
  }

  .sticky-sm-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020
  }
}

@media(min-width: 768px) {
  .sticky-md-top {
    position: sticky;
    top: 0;
    z-index: 1020
  }

  .sticky-md-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020
  }
}

@media(min-width: 992px) {
  .sticky-lg-top {
    position: sticky;
    top: 0;
    z-index: 1020
  }

  .sticky-lg-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020
  }
}

@media(min-width: 1200px) {
  .sticky-xl-top {
    position: sticky;
    top: 0;
    z-index: 1020
  }

  .sticky-xl-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020
  }
}

@media(min-width: 1400px) {
  .sticky-xxl-top {
    position: sticky;
    top: 0;
    z-index: 1020
  }

  .sticky-xxl-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020
  }
}

.hstack {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-self: stretch
}

.vstack {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  align-self: stretch
}

.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important
}

.visually-hidden:not(caption),
.visually-hidden-focusable:not(:focus):not(:focus-within):not(caption) {
  position: absolute !important
}

.visually-hidden *,
.visually-hidden-focusable:not(:focus):not(:focus-within) * {
  overflow: hidden !important
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: ""
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}

.vr {
  display: inline-block;
  align-self: stretch;
  width: var(--bs-border-width);
  min-height: 1em;
  background-color: currentcolor;
  opacity: .25
}

.align-baseline {
  vertical-align: baseline !important
}

.align-top {
  vertical-align: top !important
}

.align-middle {
  vertical-align: middle !important
}

.align-bottom {
  vertical-align: bottom !important
}

.align-text-bottom {
  vertical-align: text-bottom !important
}

.align-text-top {
  vertical-align: text-top !important
}

.float-start {
  float: left !important
}

.float-end {
  float: right !important
}

.float-none {
  float: none !important
}

.object-fit-contain {
  object-fit: contain !important
}

.object-fit-cover {
  object-fit: cover !important
}

.object-fit-fill {
  object-fit: fill !important
}

.object-fit-scale {
  object-fit: scale-down !important
}

.object-fit-none {
  object-fit: none !important
}

.opacity-0 {
  opacity: 0 !important
}

.opacity-25 {
  opacity: .25 !important
}

.opacity-50 {
  opacity: .5 !important
}

.opacity-75 {
  opacity: .75 !important
}

.opacity-100 {
  opacity: 1 !important
}

.overflow-auto {
  overflow: auto !important
}

.overflow-hidden {
  overflow: hidden !important
}

.overflow-visible {
  overflow: visible !important
}

.overflow-scroll {
  overflow: scroll !important
}

.overflow-x-auto {
  overflow-x: auto !important
}

.overflow-x-hidden {
  overflow-x: hidden !important
}

.overflow-x-visible {
  overflow-x: visible !important
}

.overflow-x-scroll {
  overflow-x: scroll !important
}

.overflow-y-auto {
  overflow-y: auto !important
}

.overflow-y-hidden {
  overflow-y: hidden !important
}

.overflow-y-visible {
  overflow-y: visible !important
}

.overflow-y-scroll {
  overflow-y: scroll !important
}

.d-inline {
  display: inline !important
}

.d-inline-block {
  display: inline-block !important
}

.d-block {
  display: block !important
}

.d-grid {
  display: grid !important
}

.d-inline-grid {
  display: inline-grid !important
}

.d-table {
  display: table !important
}

.d-table-row {
  display: table-row !important
}

.d-table-cell {
  display: table-cell !important
}

.d-flex {
  display: flex !important
}

.d-inline-flex {
  display: inline-flex !important
}

.d-none {
  display: none !important
}

.shadow {
  box-shadow: var(--bs-box-shadow) !important
}

.shadow-sm {
  box-shadow: var(--bs-box-shadow-sm) !important
}

.shadow-lg {
  box-shadow: var(--bs-box-shadow-lg) !important
}

.shadow-none {
  box-shadow: none !important
}

.focus-ring-primary {
  --bs-focus-ring-color: rgba(var(--bs-primary-rgb), var(--bs-focus-ring-opacity))
}

.focus-ring-secondary {
  --bs-focus-ring-color: rgba(var(--bs-secondary-rgb), var(--bs-focus-ring-opacity))
}

.focus-ring-success {
  --bs-focus-ring-color: rgba(var(--bs-success-rgb), var(--bs-focus-ring-opacity))
}

.focus-ring-info {
  --bs-focus-ring-color: rgba(var(--bs-info-rgb), var(--bs-focus-ring-opacity))
}

.focus-ring-warning {
  --bs-focus-ring-color: rgba(var(--bs-warning-rgb), var(--bs-focus-ring-opacity))
}

.focus-ring-danger {
  --bs-focus-ring-color: rgba(var(--bs-danger-rgb), var(--bs-focus-ring-opacity))
}

.focus-ring-light {
  --bs-focus-ring-color: rgba(var(--bs-light-rgb), var(--bs-focus-ring-opacity))
}

.focus-ring-dark {
  --bs-focus-ring-color: rgba(var(--bs-dark-rgb), var(--bs-focus-ring-opacity))
}

.position-static {
  position: static !important
}

.position-relative {
  position: relative !important
}

.position-absolute {
  position: absolute !important
}

.position-fixed {
  position: fixed !important
}

.position-sticky {
  position: sticky !important
}

.top-0 {
  top: 0 !important
}

.top-50 {
  top: 50% !important
}

.top-100 {
  top: 100% !important
}

.bottom-0 {
  bottom: 0 !important
}

.bottom-50 {
  bottom: 50% !important
}

.bottom-100 {
  bottom: 100% !important
}

.start-0 {
  left: 0 !important
}

.start-50 {
  left: 50% !important
}

.start-100 {
  left: 100% !important
}

.end-0 {
  right: 0 !important
}

.end-50 {
  right: 50% !important
}

.end-100 {
  right: 100% !important
}

.translate-middle {
  transform: translate(-50%, -50%) !important
}

.translate-middle-x {
  transform: translateX(-50%) !important
}

.translate-middle-y {
  transform: translateY(-50%) !important
}

.border {
  border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important
}

.border-0 {
  border: 0 !important
}

.border-top {
  border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important
}

.border-top-0 {
  border-top: 0 !important
}

.border-end {
  border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important
}

.border-end-0 {
  border-right: 0 !important
}

.border-bottom {
  border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important
}

.border-bottom-0 {
  border-bottom: 0 !important
}

.border-start {
  border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important
}

.border-start-0 {
  border-left: 0 !important
}

.border-primary {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-primary-rgb), var(--bs-border-opacity)) !important
}

.border-secondary {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-secondary-rgb), var(--bs-border-opacity)) !important
}

.border-success {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-success-rgb), var(--bs-border-opacity)) !important
}

.border-info {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-info-rgb), var(--bs-border-opacity)) !important
}

.border-warning {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-warning-rgb), var(--bs-border-opacity)) !important
}

.border-danger {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-danger-rgb), var(--bs-border-opacity)) !important
}

.border-light {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-light-rgb), var(--bs-border-opacity)) !important
}

.border-dark {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-dark-rgb), var(--bs-border-opacity)) !important
}

.border-black {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-black-rgb), var(--bs-border-opacity)) !important
}

.border-white {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-white-rgb), var(--bs-border-opacity)) !important
}

.border-primary-subtle {
  border-color: var(--bs-primary-border-subtle) !important
}

.border-secondary-subtle {
  border-color: var(--bs-secondary-border-subtle) !important
}

.border-success-subtle {
  border-color: var(--bs-success-border-subtle) !important
}

.border-info-subtle {
  border-color: var(--bs-info-border-subtle) !important
}

.border-warning-subtle {
  border-color: var(--bs-warning-border-subtle) !important
}

.border-danger-subtle {
  border-color: var(--bs-danger-border-subtle) !important
}

.border-light-subtle {
  border-color: var(--bs-light-border-subtle) !important
}

.border-dark-subtle {
  border-color: var(--bs-dark-border-subtle) !important
}

.border-1 {
  border-width: 1px !important
}

.border-2 {
  border-width: 2px !important
}

.border-3 {
  border-width: 3px !important
}

.border-4 {
  border-width: 4px !important
}

.border-5 {
  border-width: 5px !important
}

.border-opacity-10 {
  --bs-border-opacity: 0.1
}

.border-opacity-25 {
  --bs-border-opacity: 0.25
}

.border-opacity-50 {
  --bs-border-opacity: 0.5
}

.border-opacity-75 {
  --bs-border-opacity: 0.75
}

.border-opacity-100 {
  --bs-border-opacity: 1
}

.w-25 {
  width: 25% !important
}

.w-50 {
  width: 50% !important
}

.w-75 {
  width: 75% !important
}

.w-100 {
  width: 100% !important
}

.w-auto {
  width: auto !important
}

.mw-100 {
  max-width: 100% !important
}

.vw-100 {
  width: 100vw !important
}

.min-vw-100 {
  min-width: 100vw !important
}

.h-25 {
  height: 25% !important
}

.h-50 {
  height: 50% !important
}

.h-75 {
  height: 75% !important
}

.h-100 {
  height: 100% !important
}

.h-auto {
  height: auto !important
}

.mh-100 {
  max-height: 100% !important
}

.vh-100 {
  height: 100vh !important
}

.min-vh-100 {
  min-height: 100vh !important
}

.flex-fill {
  flex: 1 1 auto !important
}

.flex-row {
  flex-direction: row !important
}

.flex-column {
  flex-direction: column !important
}

.flex-row-reverse {
  flex-direction: row-reverse !important
}

.flex-column-reverse {
  flex-direction: column-reverse !important
}

.flex-grow-0 {
  flex-grow: 0 !important
}

.flex-grow-1 {
  flex-grow: 1 !important
}

.flex-shrink-0 {
  flex-shrink: 0 !important
}

.flex-shrink-1 {
  flex-shrink: 1 !important
}

.flex-wrap {
  flex-wrap: wrap !important
}

.flex-nowrap {
  flex-wrap: nowrap !important
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important
}

.justify-content-start {
  justify-content: flex-start !important
}

.justify-content-end {
  justify-content: flex-end !important
}

.justify-content-center {
  justify-content: center !important
}

.justify-content-between {
  justify-content: space-between !important
}

.justify-content-around {
  justify-content: space-around !important
}

.justify-content-evenly {
  justify-content: space-evenly !important
}

.align-items-start {
  align-items: flex-start !important
}

.align-items-end {
  align-items: flex-end !important
}

.align-items-center {
  align-items: center !important
}

.align-items-baseline {
  align-items: baseline !important
}

.align-items-stretch {
  align-items: stretch !important
}

.align-content-start {
  align-content: flex-start !important
}

.align-content-end {
  align-content: flex-end !important
}

.align-content-center {
  align-content: center !important
}

.align-content-between {
  align-content: space-between !important
}

.align-content-around {
  align-content: space-around !important
}

.align-content-stretch {
  align-content: stretch !important
}

.align-self-auto {
  align-self: auto !important
}

.align-self-start {
  align-self: flex-start !important
}

.align-self-end {
  align-self: flex-end !important
}

.align-self-center {
  align-self: center !important
}

.align-self-baseline {
  align-self: baseline !important
}

.align-self-stretch {
  align-self: stretch !important
}

.order-first {
  order: -1 !important
}

.order-0 {
  order: 0 !important
}

.order-1 {
  order: 1 !important
}

.order-2 {
  order: 2 !important
}

.order-3 {
  order: 3 !important
}

.order-4 {
  order: 4 !important
}

.order-5 {
  order: 5 !important
}

.order-last {
  order: 6 !important
}

.m-0 {
  margin: 0 !important
}

.m-1 {
  margin: .25rem !important
}

.m-2 {
  margin: .5rem !important
}

.m-3 {
  margin: 1rem !important
}

.m-4 {
  margin: 1.5rem !important
}

.m-5 {
  margin: 3rem !important
}

.m-auto {
  margin: auto !important
}

.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important
}

.mx-1 {
  margin-right: .25rem !important;
  margin-left: .25rem !important
}

.mx-2 {
  margin-right: .5rem !important;
  margin-left: .5rem !important
}

.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important
}

.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important
}

.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important
}

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important
}

.my-1 {
  margin-top: .25rem !important;
  margin-bottom: .25rem !important
}

.my-2 {
  margin-top: .5rem !important;
  margin-bottom: .5rem !important
}

.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important
}

.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important
}

.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important
}

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important
}

.mt-0 {
  margin-top: 0 !important
}

.mt-1 {
  margin-top: .25rem !important
}

.mt-2 {
  margin-top: .5rem !important
}

.mt-3 {
  margin-top: 1rem !important
}

.mt-4 {
  margin-top: 1.5rem !important
}

.mt-5 {
  margin-top: 3rem !important
}

.mt-auto {
  margin-top: auto !important
}

.me-0 {
  margin-right: 0 !important
}

.me-1 {
  margin-right: .25rem !important
}

.me-2 {
  margin-right: .5rem !important
}

.me-3 {
  margin-right: 1rem !important
}

.me-4 {
  margin-right: 1.5rem !important
}

.me-5 {
  margin-right: 3rem !important
}

.me-auto {
  margin-right: auto !important
}

.mb-0 {
  margin-bottom: 0 !important
}

.mb-1 {
  margin-bottom: .25rem !important
}

.mb-2 {
  margin-bottom: .5rem !important
}

.mb-3 {
  margin-bottom: 1rem !important
}

.mb-4 {
  margin-bottom: 1.5rem !important
}

.mb-5 {
  margin-bottom: 3rem !important
}

.mb-auto {
  margin-bottom: auto !important
}

.ms-0 {
  margin-left: 0 !important
}

.ms-1 {
  margin-left: .25rem !important
}

.ms-2 {
  margin-left: .5rem !important
}

.ms-3 {
  margin-left: 1rem !important
}

.ms-4 {
  margin-left: 1.5rem !important
}

.ms-5 {
  margin-left: 3rem !important
}

.ms-auto {
  margin-left: auto !important
}

.p-0 {
  padding: 0 !important
}

.p-1 {
  padding: .25rem !important
}

.p-2 {
  padding: .5rem !important
}

.p-3 {
  padding: 1rem !important
}

.p-4 {
  padding: 1.5rem !important
}

.p-5 {
  padding: 3rem !important
}

.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important
}

.px-1 {
  padding-right: .25rem !important;
  padding-left: .25rem !important
}

.px-2 {
  padding-right: .5rem !important;
  padding-left: .5rem !important
}

.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important
}

.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important
}

.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important
}

.py-1 {
  padding-top: .25rem !important;
  padding-bottom: .25rem !important
}

.py-2 {
  padding-top: .5rem !important;
  padding-bottom: .5rem !important
}

.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important
}

.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important
}

.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important
}

.pt-0 {
  padding-top: 0 !important
}

.pt-1 {
  padding-top: .25rem !important
}

.pt-2 {
  padding-top: .5rem !important
}

.pt-3 {
  padding-top: 1rem !important
}

.pt-4 {
  padding-top: 1.5rem !important
}

.pt-5 {
  padding-top: 3rem !important
}

.pe-0 {
  padding-right: 0 !important
}

.pe-1 {
  padding-right: .25rem !important
}

.pe-2 {
  padding-right: .5rem !important
}

.pe-3 {
  padding-right: 1rem !important
}

.pe-4 {
  padding-right: 1.5rem !important
}

.pe-5 {
  padding-right: 3rem !important
}

.pb-0 {
  padding-bottom: 0 !important
}

.pb-1 {
  padding-bottom: .25rem !important
}

.pb-2 {
  padding-bottom: .5rem !important
}

.pb-3 {
  padding-bottom: 1rem !important
}

.pb-4 {
  padding-bottom: 1.5rem !important
}

.pb-5 {
  padding-bottom: 3rem !important
}

.ps-0 {
  padding-left: 0 !important
}

.ps-1 {
  padding-left: .25rem !important
}

.ps-2 {
  padding-left: .5rem !important
}

.ps-3 {
  padding-left: 1rem !important
}

.ps-4 {
  padding-left: 1.5rem !important
}

.ps-5 {
  padding-left: 3rem !important
}

.gap-0 {
  gap: 0 !important
}

.gap-1 {
  gap: .25rem !important
}

.gap-2 {
  gap: .5rem !important
}

.gap-3 {
  gap: 1rem !important
}

.gap-4 {
  gap: 1.5rem !important
}

.gap-5 {
  gap: 3rem !important
}

.row-gap-0 {
  row-gap: 0 !important
}

.row-gap-1 {
  row-gap: .25rem !important
}

.row-gap-2 {
  row-gap: .5rem !important
}

.row-gap-3 {
  row-gap: 1rem !important
}

.row-gap-4 {
  row-gap: 1.5rem !important
}

.row-gap-5 {
  row-gap: 3rem !important
}

.column-gap-0 {
  column-gap: 0 !important
}

.column-gap-1 {
  column-gap: .25rem !important
}

.column-gap-2 {
  column-gap: .5rem !important
}

.column-gap-3 {
  column-gap: 1rem !important
}

.column-gap-4 {
  column-gap: 1.5rem !important
}

.column-gap-5 {
  column-gap: 3rem !important
}

.font-monospace {
  font-family: var(--bs-font-monospace) !important
}

.fs-1 {
  font-size: calc(1.375rem + 1.5vw) !important
}

.fs-2 {
  font-size: calc(1.325rem + 0.9vw) !important
}

.fs-3 {
  font-size: calc(1.3rem + 0.6vw) !important
}

.fs-4 {
  font-size: calc(1.275rem + 0.3vw) !important
}

.fs-5 {
  font-size: 1.25rem !important
}

.fs-6 {
  font-size: 1rem !important
}

.fst-italic {
  font-style: italic !important
}

.fst-normal {
  font-style: normal !important
}

.fw-lighter {
  font-weight: lighter !important
}

.fw-light {
  font-weight: 300 !important
}

.fw-normal {
  font-weight: 400 !important
}

.fw-medium {
  font-weight: 500 !important
}

.fw-semibold {
  font-weight: 600 !important
}

.fw-bold {
  font-weight: 700 !important
}

.fw-bolder {
  font-weight: bolder !important
}

.lh-1 {
  line-height: 1 !important
}

.lh-sm {
  line-height: 1.25 !important
}

.lh-base {
  line-height: 1.5 !important
}

.lh-lg {
  line-height: 2 !important
}

.text-start {
  text-align: left !important
}

.text-end {
  text-align: right !important
}

.text-center {
  text-align: center !important
}

.text-decoration-none {
  text-decoration: none !important
}

.text-decoration-underline {
  text-decoration: underline !important
}

.text-decoration-line-through {
  text-decoration: line-through !important
}

.text-lowercase {
  text-transform: lowercase !important
}

.text-uppercase {
  text-transform: uppercase !important
}

.text-capitalize {
  text-transform: capitalize !important
}

.text-wrap {
  white-space: normal !important
}

.text-nowrap {
  white-space: nowrap !important
}

.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important
}

.text-primary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important
}

.text-secondary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important
}

.text-success {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important
}

.text-info {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important
}

.text-warning {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important
}

.text-danger {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important
}

.text-light {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important
}

.text-dark {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important
}

.text-black {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important
}

.text-white {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important
}

.text-body {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important
}

.text-muted {
  --bs-text-opacity: 1;
  color: var(--bs-secondary-color) !important
}

.text-black-50 {
  --bs-text-opacity: 1;
  color: rgba(0, 0, 0, .5) !important
}

.text-white-50 {
  --bs-text-opacity: 1;
  color: rgba(255, 255, 255, .5) !important
}

.text-body-secondary {
  --bs-text-opacity: 1;
  color: var(--bs-secondary-color) !important
}

.text-body-tertiary {
  --bs-text-opacity: 1;
  color: var(--bs-tertiary-color) !important
}

.text-body-emphasis {
  --bs-text-opacity: 1;
  color: var(--bs-emphasis-color) !important
}

.text-reset {
  --bs-text-opacity: 1;
  color: inherit !important
}

.text-opacity-25 {
  --bs-text-opacity: 0.25
}

.text-opacity-50 {
  --bs-text-opacity: 0.5
}

.text-opacity-75 {
  --bs-text-opacity: 0.75
}

.text-opacity-100 {
  --bs-text-opacity: 1
}

.text-primary-emphasis {
  color: var(--bs-primary-text-emphasis) !important
}

.text-secondary-emphasis {
  color: var(--bs-secondary-text-emphasis) !important
}

.text-success-emphasis {
  color: var(--bs-success-text-emphasis) !important
}

.text-info-emphasis {
  color: var(--bs-info-text-emphasis) !important
}

.text-warning-emphasis {
  color: var(--bs-warning-text-emphasis) !important
}

.text-danger-emphasis {
  color: var(--bs-danger-text-emphasis) !important
}

.text-light-emphasis {
  color: var(--bs-light-text-emphasis) !important
}

.text-dark-emphasis {
  color: var(--bs-dark-text-emphasis) !important
}

.link-opacity-10 {
  --bs-link-opacity: 0.1
}

.link-opacity-10-hover:hover {
  --bs-link-opacity: 0.1
}

.link-opacity-25 {
  --bs-link-opacity: 0.25
}

.link-opacity-25-hover:hover {
  --bs-link-opacity: 0.25
}

.link-opacity-50 {
  --bs-link-opacity: 0.5
}

.link-opacity-50-hover:hover {
  --bs-link-opacity: 0.5
}

.link-opacity-75 {
  --bs-link-opacity: 0.75
}

.link-opacity-75-hover:hover {
  --bs-link-opacity: 0.75
}

.link-opacity-100 {
  --bs-link-opacity: 1
}

.link-opacity-100-hover:hover {
  --bs-link-opacity: 1
}

.link-offset-1 {
  text-underline-offset: .125em !important
}

.link-offset-1-hover:hover {
  text-underline-offset: .125em !important
}

.link-offset-2 {
  text-underline-offset: .25em !important
}

.link-offset-2-hover:hover {
  text-underline-offset: .25em !important
}

.link-offset-3 {
  text-underline-offset: .375em !important
}

.link-offset-3-hover:hover {
  text-underline-offset: .375em !important
}

.link-underline-primary {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-primary-rgb), var(--bs-link-underline-opacity)) !important
}

.link-underline-secondary {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-secondary-rgb), var(--bs-link-underline-opacity)) !important
}

.link-underline-success {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-success-rgb), var(--bs-link-underline-opacity)) !important
}

.link-underline-info {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-info-rgb), var(--bs-link-underline-opacity)) !important
}

.link-underline-warning {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-warning-rgb), var(--bs-link-underline-opacity)) !important
}

.link-underline-danger {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-danger-rgb), var(--bs-link-underline-opacity)) !important
}

.link-underline-light {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-light-rgb), var(--bs-link-underline-opacity)) !important
}

.link-underline-dark {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-dark-rgb), var(--bs-link-underline-opacity)) !important
}

.link-underline {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-underline-opacity, 1)) !important
}

.link-underline-opacity-0 {
  --bs-link-underline-opacity: 0
}

.link-underline-opacity-0-hover:hover {
  --bs-link-underline-opacity: 0
}

.link-underline-opacity-10 {
  --bs-link-underline-opacity: 0.1
}

.link-underline-opacity-10-hover:hover {
  --bs-link-underline-opacity: 0.1
}

.link-underline-opacity-25 {
  --bs-link-underline-opacity: 0.25
}

.link-underline-opacity-25-hover:hover {
  --bs-link-underline-opacity: 0.25
}

.link-underline-opacity-50 {
  --bs-link-underline-opacity: 0.5
}

.link-underline-opacity-50-hover:hover {
  --bs-link-underline-opacity: 0.5
}

.link-underline-opacity-75 {
  --bs-link-underline-opacity: 0.75
}

.link-underline-opacity-75-hover:hover {
  --bs-link-underline-opacity: 0.75
}

.link-underline-opacity-100 {
  --bs-link-underline-opacity: 1
}

.link-underline-opacity-100-hover:hover {
  --bs-link-underline-opacity: 1
}

.bg-primary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important
}

.bg-secondary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important
}

.bg-success {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important
}

.bg-info {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important
}

.bg-warning {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important
}

.bg-danger {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important
}

.bg-light {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important
}

.bg-dark {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important
}

.bg-black {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important
}

.bg-white {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important
}

.bg-body {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important
}

.bg-transparent {
  --bs-bg-opacity: 1;
  background-color: rgba(0, 0, 0, 0) !important
}

.bg-body-secondary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-bg-rgb), var(--bs-bg-opacity)) !important
}

.bg-body-tertiary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-tertiary-bg-rgb), var(--bs-bg-opacity)) !important
}

.bg-opacity-10 {
  --bs-bg-opacity: 0.1
}

.bg-opacity-25 {
  --bs-bg-opacity: 0.25
}

.bg-opacity-50 {
  --bs-bg-opacity: 0.5
}

.bg-opacity-75 {
  --bs-bg-opacity: 0.75
}

.bg-opacity-100 {
  --bs-bg-opacity: 1
}

.bg-primary-subtle {
  background-color: var(--bs-primary-bg-subtle) !important
}

.bg-secondary-subtle {
  background-color: var(--bs-secondary-bg-subtle) !important
}

.bg-success-subtle {
  background-color: var(--bs-success-bg-subtle) !important
}

.bg-info-subtle {
  background-color: var(--bs-info-bg-subtle) !important
}

.bg-warning-subtle {
  background-color: var(--bs-warning-bg-subtle) !important
}

.bg-danger-subtle {
  background-color: var(--bs-danger-bg-subtle) !important
}

.bg-light-subtle {
  background-color: var(--bs-light-bg-subtle) !important
}

.bg-dark-subtle {
  background-color: var(--bs-dark-bg-subtle) !important
}

.bg-gradient {
  background-image: var(--bs-gradient) !important
}

.user-select-all {
  user-select: all !important
}

.user-select-auto {
  user-select: auto !important
}

.user-select-none {
  user-select: none !important
}

.pe-none {
  pointer-events: none !important
}

.pe-auto {
  pointer-events: auto !important
}

.rounded {
  border-radius: var(--bs-border-radius) !important
}

.rounded-0 {
  border-radius: 0 !important
}

.rounded-1 {
  border-radius: var(--bs-border-radius-sm) !important
}

.rounded-2 {
  border-radius: var(--bs-border-radius) !important
}

.rounded-3 {
  border-radius: var(--bs-border-radius-lg) !important
}

.rounded-4 {
  border-radius: var(--bs-border-radius-xl) !important
}

.rounded-5 {
  border-radius: var(--bs-border-radius-xxl) !important
}

.rounded-circle {
  border-radius: 50% !important
}

.rounded-pill {
  border-radius: var(--bs-border-radius-pill) !important
}

.rounded-top {
  border-top-left-radius: var(--bs-border-radius) !important;
  border-top-right-radius: var(--bs-border-radius) !important
}

.rounded-top-0 {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important
}

.rounded-top-1 {
  border-top-left-radius: var(--bs-border-radius-sm) !important;
  border-top-right-radius: var(--bs-border-radius-sm) !important
}

.rounded-top-2 {
  border-top-left-radius: var(--bs-border-radius) !important;
  border-top-right-radius: var(--bs-border-radius) !important
}

.rounded-top-3 {
  border-top-left-radius: var(--bs-border-radius-lg) !important;
  border-top-right-radius: var(--bs-border-radius-lg) !important
}

.rounded-top-4 {
  border-top-left-radius: var(--bs-border-radius-xl) !important;
  border-top-right-radius: var(--bs-border-radius-xl) !important
}

.rounded-top-5 {
  border-top-left-radius: var(--bs-border-radius-xxl) !important;
  border-top-right-radius: var(--bs-border-radius-xxl) !important
}

.rounded-top-circle {
  border-top-left-radius: 50% !important;
  border-top-right-radius: 50% !important
}

.rounded-top-pill {
  border-top-left-radius: var(--bs-border-radius-pill) !important;
  border-top-right-radius: var(--bs-border-radius-pill) !important
}

.rounded-end {
  border-top-right-radius: var(--bs-border-radius) !important;
  border-bottom-right-radius: var(--bs-border-radius) !important
}

.rounded-end-0 {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important
}

.rounded-end-1 {
  border-top-right-radius: var(--bs-border-radius-sm) !important;
  border-bottom-right-radius: var(--bs-border-radius-sm) !important
}

.rounded-end-2 {
  border-top-right-radius: var(--bs-border-radius) !important;
  border-bottom-right-radius: var(--bs-border-radius) !important
}

.rounded-end-3 {
  border-top-right-radius: var(--bs-border-radius-lg) !important;
  border-bottom-right-radius: var(--bs-border-radius-lg) !important
}

.rounded-end-4 {
  border-top-right-radius: var(--bs-border-radius-xl) !important;
  border-bottom-right-radius: var(--bs-border-radius-xl) !important
}

.rounded-end-5 {
  border-top-right-radius: var(--bs-border-radius-xxl) !important;
  border-bottom-right-radius: var(--bs-border-radius-xxl) !important
}

.rounded-end-circle {
  border-top-right-radius: 50% !important;
  border-bottom-right-radius: 50% !important
}

.rounded-end-pill {
  border-top-right-radius: var(--bs-border-radius-pill) !important;
  border-bottom-right-radius: var(--bs-border-radius-pill) !important
}

.rounded-bottom {
  border-bottom-right-radius: var(--bs-border-radius) !important;
  border-bottom-left-radius: var(--bs-border-radius) !important
}

.rounded-bottom-0 {
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important
}

.rounded-bottom-1 {
  border-bottom-right-radius: var(--bs-border-radius-sm) !important;
  border-bottom-left-radius: var(--bs-border-radius-sm) !important
}

.rounded-bottom-2 {
  border-bottom-right-radius: var(--bs-border-radius) !important;
  border-bottom-left-radius: var(--bs-border-radius) !important
}

.rounded-bottom-3 {
  border-bottom-right-radius: var(--bs-border-radius-lg) !important;
  border-bottom-left-radius: var(--bs-border-radius-lg) !important
}

.rounded-bottom-4 {
  border-bottom-right-radius: var(--bs-border-radius-xl) !important;
  border-bottom-left-radius: var(--bs-border-radius-xl) !important
}

.rounded-bottom-5 {
  border-bottom-right-radius: var(--bs-border-radius-xxl) !important;
  border-bottom-left-radius: var(--bs-border-radius-xxl) !important
}

.rounded-bottom-circle {
  border-bottom-right-radius: 50% !important;
  border-bottom-left-radius: 50% !important
}

.rounded-bottom-pill {
  border-bottom-right-radius: var(--bs-border-radius-pill) !important;
  border-bottom-left-radius: var(--bs-border-radius-pill) !important
}

.rounded-start {
  border-bottom-left-radius: var(--bs-border-radius) !important;
  border-top-left-radius: var(--bs-border-radius) !important
}

.rounded-start-0 {
  border-bottom-left-radius: 0 !important;
  border-top-left-radius: 0 !important
}

.rounded-start-1 {
  border-bottom-left-radius: var(--bs-border-radius-sm) !important;
  border-top-left-radius: var(--bs-border-radius-sm) !important
}

.rounded-start-2 {
  border-bottom-left-radius: var(--bs-border-radius) !important;
  border-top-left-radius: var(--bs-border-radius) !important
}

.rounded-start-3 {
  border-bottom-left-radius: var(--bs-border-radius-lg) !important;
  border-top-left-radius: var(--bs-border-radius-lg) !important
}

.rounded-start-4 {
  border-bottom-left-radius: var(--bs-border-radius-xl) !important;
  border-top-left-radius: var(--bs-border-radius-xl) !important
}

.rounded-start-5 {
  border-bottom-left-radius: var(--bs-border-radius-xxl) !important;
  border-top-left-radius: var(--bs-border-radius-xxl) !important
}

.rounded-start-circle {
  border-bottom-left-radius: 50% !important;
  border-top-left-radius: 50% !important
}

.rounded-start-pill {
  border-bottom-left-radius: var(--bs-border-radius-pill) !important;
  border-top-left-radius: var(--bs-border-radius-pill) !important
}

.visible {
  visibility: visible !important
}

.invisible {
  visibility: hidden !important
}

.z-n1 {
  z-index: -1 !important
}

.z-0 {
  z-index: 0 !important
}

.z-1 {
  z-index: 1 !important
}

.z-2 {
  z-index: 2 !important
}

.z-3 {
  z-index: 3 !important
}

@media(min-width: 576px) {
  .float-sm-start {
    float: left !important
  }

  .float-sm-end {
    float: right !important
  }

  .float-sm-none {
    float: none !important
  }

  .object-fit-sm-contain {
    object-fit: contain !important
  }

  .object-fit-sm-cover {
    object-fit: cover !important
  }

  .object-fit-sm-fill {
    object-fit: fill !important
  }

  .object-fit-sm-scale {
    object-fit: scale-down !important
  }

  .object-fit-sm-none {
    object-fit: none !important
  }

  .d-sm-inline {
    display: inline !important
  }

  .d-sm-inline-block {
    display: inline-block !important
  }

  .d-sm-block {
    display: block !important
  }

  .d-sm-grid {
    display: grid !important
  }

  .d-sm-inline-grid {
    display: inline-grid !important
  }

  .d-sm-table {
    display: table !important
  }

  .d-sm-table-row {
    display: table-row !important
  }

  .d-sm-table-cell {
    display: table-cell !important
  }

  .d-sm-flex {
    display: flex !important
  }

  .d-sm-inline-flex {
    display: inline-flex !important
  }

  .d-sm-none {
    display: none !important
  }

  .flex-sm-fill {
    flex: 1 1 auto !important
  }

  .flex-sm-row {
    flex-direction: row !important
  }

  .flex-sm-column {
    flex-direction: column !important
  }

  .flex-sm-row-reverse {
    flex-direction: row-reverse !important
  }

  .flex-sm-column-reverse {
    flex-direction: column-reverse !important
  }

  .flex-sm-grow-0 {
    flex-grow: 0 !important
  }

  .flex-sm-grow-1 {
    flex-grow: 1 !important
  }

  .flex-sm-shrink-0 {
    flex-shrink: 0 !important
  }

  .flex-sm-shrink-1 {
    flex-shrink: 1 !important
  }

  .flex-sm-wrap {
    flex-wrap: wrap !important
  }

  .flex-sm-nowrap {
    flex-wrap: nowrap !important
  }

  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important
  }

  .justify-content-sm-start {
    justify-content: flex-start !important
  }

  .justify-content-sm-end {
    justify-content: flex-end !important
  }

  .justify-content-sm-center {
    justify-content: center !important
  }

  .justify-content-sm-between {
    justify-content: space-between !important
  }

  .justify-content-sm-around {
    justify-content: space-around !important
  }

  .justify-content-sm-evenly {
    justify-content: space-evenly !important
  }

  .align-items-sm-start {
    align-items: flex-start !important
  }

  .align-items-sm-end {
    align-items: flex-end !important
  }

  .align-items-sm-center {
    align-items: center !important
  }

  .align-items-sm-baseline {
    align-items: baseline !important
  }

  .align-items-sm-stretch {
    align-items: stretch !important
  }

  .align-content-sm-start {
    align-content: flex-start !important
  }

  .align-content-sm-end {
    align-content: flex-end !important
  }

  .align-content-sm-center {
    align-content: center !important
  }

  .align-content-sm-between {
    align-content: space-between !important
  }

  .align-content-sm-around {
    align-content: space-around !important
  }

  .align-content-sm-stretch {
    align-content: stretch !important
  }

  .align-self-sm-auto {
    align-self: auto !important
  }

  .align-self-sm-start {
    align-self: flex-start !important
  }

  .align-self-sm-end {
    align-self: flex-end !important
  }

  .align-self-sm-center {
    align-self: center !important
  }

  .align-self-sm-baseline {
    align-self: baseline !important
  }

  .align-self-sm-stretch {
    align-self: stretch !important
  }

  .order-sm-first {
    order: -1 !important
  }

  .order-sm-0 {
    order: 0 !important
  }

  .order-sm-1 {
    order: 1 !important
  }

  .order-sm-2 {
    order: 2 !important
  }

  .order-sm-3 {
    order: 3 !important
  }

  .order-sm-4 {
    order: 4 !important
  }

  .order-sm-5 {
    order: 5 !important
  }

  .order-sm-last {
    order: 6 !important
  }

  .m-sm-0 {
    margin: 0 !important
  }

  .m-sm-1 {
    margin: .25rem !important
  }

  .m-sm-2 {
    margin: .5rem !important
  }

  .m-sm-3 {
    margin: 1rem !important
  }

  .m-sm-4 {
    margin: 1.5rem !important
  }

  .m-sm-5 {
    margin: 3rem !important
  }

  .m-sm-auto {
    margin: auto !important
  }

  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important
  }

  .mx-sm-1 {
    margin-right: .25rem !important;
    margin-left: .25rem !important
  }

  .mx-sm-2 {
    margin-right: .5rem !important;
    margin-left: .5rem !important
  }

  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important
  }

  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important
  }

  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important
  }

  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important
  }

  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important
  }

  .my-sm-1 {
    margin-top: .25rem !important;
    margin-bottom: .25rem !important
  }

  .my-sm-2 {
    margin-top: .5rem !important;
    margin-bottom: .5rem !important
  }

  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important
  }

  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important
  }

  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important
  }

  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important
  }

  .mt-sm-0 {
    margin-top: 0 !important
  }

  .mt-sm-1 {
    margin-top: .25rem !important
  }

  .mt-sm-2 {
    margin-top: .5rem !important
  }

  .mt-sm-3 {
    margin-top: 1rem !important
  }

  .mt-sm-4 {
    margin-top: 1.5rem !important
  }

  .mt-sm-5 {
    margin-top: 3rem !important
  }

  .mt-sm-auto {
    margin-top: auto !important
  }

  .me-sm-0 {
    margin-right: 0 !important
  }

  .me-sm-1 {
    margin-right: .25rem !important
  }

  .me-sm-2 {
    margin-right: .5rem !important
  }

  .me-sm-3 {
    margin-right: 1rem !important
  }

  .me-sm-4 {
    margin-right: 1.5rem !important
  }

  .me-sm-5 {
    margin-right: 3rem !important
  }

  .me-sm-auto {
    margin-right: auto !important
  }

  .mb-sm-0 {
    margin-bottom: 0 !important
  }

  .mb-sm-1 {
    margin-bottom: .25rem !important
  }

  .mb-sm-2 {
    margin-bottom: .5rem !important
  }

  .mb-sm-3 {
    margin-bottom: 1rem !important
  }

  .mb-sm-4 {
    margin-bottom: 1.5rem !important
  }

  .mb-sm-5 {
    margin-bottom: 3rem !important
  }

  .mb-sm-auto {
    margin-bottom: auto !important
  }

  .ms-sm-0 {
    margin-left: 0 !important
  }

  .ms-sm-1 {
    margin-left: .25rem !important
  }

  .ms-sm-2 {
    margin-left: .5rem !important
  }

  .ms-sm-3 {
    margin-left: 1rem !important
  }

  .ms-sm-4 {
    margin-left: 1.5rem !important
  }

  .ms-sm-5 {
    margin-left: 3rem !important
  }

  .ms-sm-auto {
    margin-left: auto !important
  }

  .p-sm-0 {
    padding: 0 !important
  }

  .p-sm-1 {
    padding: .25rem !important
  }

  .p-sm-2 {
    padding: .5rem !important
  }

  .p-sm-3 {
    padding: 1rem !important
  }

  .p-sm-4 {
    padding: 1.5rem !important
  }

  .p-sm-5 {
    padding: 3rem !important
  }

  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important
  }

  .px-sm-1 {
    padding-right: .25rem !important;
    padding-left: .25rem !important
  }

  .px-sm-2 {
    padding-right: .5rem !important;
    padding-left: .5rem !important
  }

  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important
  }

  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important
  }

  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important
  }

  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important
  }

  .py-sm-1 {
    padding-top: .25rem !important;
    padding-bottom: .25rem !important
  }

  .py-sm-2 {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important
  }

  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important
  }

  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important
  }

  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important
  }

  .pt-sm-0 {
    padding-top: 0 !important
  }

  .pt-sm-1 {
    padding-top: .25rem !important
  }

  .pt-sm-2 {
    padding-top: .5rem !important
  }

  .pt-sm-3 {
    padding-top: 1rem !important
  }

  .pt-sm-4 {
    padding-top: 1.5rem !important
  }

  .pt-sm-5 {
    padding-top: 3rem !important
  }

  .pe-sm-0 {
    padding-right: 0 !important
  }

  .pe-sm-1 {
    padding-right: .25rem !important
  }

  .pe-sm-2 {
    padding-right: .5rem !important
  }

  .pe-sm-3 {
    padding-right: 1rem !important
  }

  .pe-sm-4 {
    padding-right: 1.5rem !important
  }

  .pe-sm-5 {
    padding-right: 3rem !important
  }

  .pb-sm-0 {
    padding-bottom: 0 !important
  }

  .pb-sm-1 {
    padding-bottom: .25rem !important
  }

  .pb-sm-2 {
    padding-bottom: .5rem !important
  }

  .pb-sm-3 {
    padding-bottom: 1rem !important
  }

  .pb-sm-4 {
    padding-bottom: 1.5rem !important
  }

  .pb-sm-5 {
    padding-bottom: 3rem !important
  }

  .ps-sm-0 {
    padding-left: 0 !important
  }

  .ps-sm-1 {
    padding-left: .25rem !important
  }

  .ps-sm-2 {
    padding-left: .5rem !important
  }

  .ps-sm-3 {
    padding-left: 1rem !important
  }

  .ps-sm-4 {
    padding-left: 1.5rem !important
  }

  .ps-sm-5 {
    padding-left: 3rem !important
  }

  .gap-sm-0 {
    gap: 0 !important
  }

  .gap-sm-1 {
    gap: .25rem !important
  }

  .gap-sm-2 {
    gap: .5rem !important
  }

  .gap-sm-3 {
    gap: 1rem !important
  }

  .gap-sm-4 {
    gap: 1.5rem !important
  }

  .gap-sm-5 {
    gap: 3rem !important
  }

  .row-gap-sm-0 {
    row-gap: 0 !important
  }

  .row-gap-sm-1 {
    row-gap: .25rem !important
  }

  .row-gap-sm-2 {
    row-gap: .5rem !important
  }

  .row-gap-sm-3 {
    row-gap: 1rem !important
  }

  .row-gap-sm-4 {
    row-gap: 1.5rem !important
  }

  .row-gap-sm-5 {
    row-gap: 3rem !important
  }

  .column-gap-sm-0 {
    column-gap: 0 !important
  }

  .column-gap-sm-1 {
    column-gap: .25rem !important
  }

  .column-gap-sm-2 {
    column-gap: .5rem !important
  }

  .column-gap-sm-3 {
    column-gap: 1rem !important
  }

  .column-gap-sm-4 {
    column-gap: 1.5rem !important
  }

  .column-gap-sm-5 {
    column-gap: 3rem !important
  }

  .text-sm-start {
    text-align: left !important
  }

  .text-sm-end {
    text-align: right !important
  }

  .text-sm-center {
    text-align: center !important
  }
}

@media(min-width: 768px) {
  .float-md-start {
    float: left !important
  }

  .float-md-end {
    float: right !important
  }

  .float-md-none {
    float: none !important
  }

  .object-fit-md-contain {
    object-fit: contain !important
  }

  .object-fit-md-cover {
    object-fit: cover !important
  }

  .object-fit-md-fill {
    object-fit: fill !important
  }

  .object-fit-md-scale {
    object-fit: scale-down !important
  }

  .object-fit-md-none {
    object-fit: none !important
  }

  .d-md-inline {
    display: inline !important
  }

  .d-md-inline-block {
    display: inline-block !important
  }

  .d-md-block {
    display: block !important
  }

  .d-md-grid {
    display: grid !important
  }

  .d-md-inline-grid {
    display: inline-grid !important
  }

  .d-md-table {
    display: table !important
  }

  .d-md-table-row {
    display: table-row !important
  }

  .d-md-table-cell {
    display: table-cell !important
  }

  .d-md-flex {
    display: flex !important
  }

  .d-md-inline-flex {
    display: inline-flex !important
  }

  .d-md-none {
    display: none !important
  }

  .flex-md-fill {
    flex: 1 1 auto !important
  }

  .flex-md-row {
    flex-direction: row !important
  }

  .flex-md-column {
    flex-direction: column !important
  }

  .flex-md-row-reverse {
    flex-direction: row-reverse !important
  }

  .flex-md-column-reverse {
    flex-direction: column-reverse !important
  }

  .flex-md-grow-0 {
    flex-grow: 0 !important
  }

  .flex-md-grow-1 {
    flex-grow: 1 !important
  }

  .flex-md-shrink-0 {
    flex-shrink: 0 !important
  }

  .flex-md-shrink-1 {
    flex-shrink: 1 !important
  }

  .flex-md-wrap {
    flex-wrap: wrap !important
  }

  .flex-md-nowrap {
    flex-wrap: nowrap !important
  }

  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important
  }

  .justify-content-md-start {
    justify-content: flex-start !important
  }

  .justify-content-md-end {
    justify-content: flex-end !important
  }

  .justify-content-md-center {
    justify-content: center !important
  }

  .justify-content-md-between {
    justify-content: space-between !important
  }

  .justify-content-md-around {
    justify-content: space-around !important
  }

  .justify-content-md-evenly {
    justify-content: space-evenly !important
  }

  .align-items-md-start {
    align-items: flex-start !important
  }

  .align-items-md-end {
    align-items: flex-end !important
  }

  .align-items-md-center {
    align-items: center !important
  }

  .align-items-md-baseline {
    align-items: baseline !important
  }

  .align-items-md-stretch {
    align-items: stretch !important
  }

  .align-content-md-start {
    align-content: flex-start !important
  }

  .align-content-md-end {
    align-content: flex-end !important
  }

  .align-content-md-center {
    align-content: center !important
  }

  .align-content-md-between {
    align-content: space-between !important
  }

  .align-content-md-around {
    align-content: space-around !important
  }

  .align-content-md-stretch {
    align-content: stretch !important
  }

  .align-self-md-auto {
    align-self: auto !important
  }

  .align-self-md-start {
    align-self: flex-start !important
  }

  .align-self-md-end {
    align-self: flex-end !important
  }

  .align-self-md-center {
    align-self: center !important
  }

  .align-self-md-baseline {
    align-self: baseline !important
  }

  .align-self-md-stretch {
    align-self: stretch !important
  }

  .order-md-first {
    order: -1 !important
  }

  .order-md-0 {
    order: 0 !important
  }

  .order-md-1 {
    order: 1 !important
  }

  .order-md-2 {
    order: 2 !important
  }

  .order-md-3 {
    order: 3 !important
  }

  .order-md-4 {
    order: 4 !important
  }

  .order-md-5 {
    order: 5 !important
  }

  .order-md-last {
    order: 6 !important
  }

  .m-md-0 {
    margin: 0 !important
  }

  .m-md-1 {
    margin: .25rem !important
  }

  .m-md-2 {
    margin: .5rem !important
  }

  .m-md-3 {
    margin: 1rem !important
  }

  .m-md-4 {
    margin: 1.5rem !important
  }

  .m-md-5 {
    margin: 3rem !important
  }

  .m-md-auto {
    margin: auto !important
  }

  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important
  }

  .mx-md-1 {
    margin-right: .25rem !important;
    margin-left: .25rem !important
  }

  .mx-md-2 {
    margin-right: .5rem !important;
    margin-left: .5rem !important
  }

  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important
  }

  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important
  }

  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important
  }

  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important
  }

  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important
  }

  .my-md-1 {
    margin-top: .25rem !important;
    margin-bottom: .25rem !important
  }

  .my-md-2 {
    margin-top: .5rem !important;
    margin-bottom: .5rem !important
  }

  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important
  }

  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important
  }

  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important
  }

  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important
  }

  .mt-md-0 {
    margin-top: 0 !important
  }

  .mt-md-1 {
    margin-top: .25rem !important
  }

  .mt-md-2 {
    margin-top: .5rem !important
  }

  .mt-md-3 {
    margin-top: 1rem !important
  }

  .mt-md-4 {
    margin-top: 1.5rem !important
  }

  .mt-md-5 {
    margin-top: 3rem !important
  }

  .mt-md-auto {
    margin-top: auto !important
  }

  .me-md-0 {
    margin-right: 0 !important
  }

  .me-md-1 {
    margin-right: .25rem !important
  }

  .me-md-2 {
    margin-right: .5rem !important
  }

  .me-md-3 {
    margin-right: 1rem !important
  }

  .me-md-4 {
    margin-right: 1.5rem !important
  }

  .me-md-5 {
    margin-right: 3rem !important
  }

  .me-md-auto {
    margin-right: auto !important
  }

  .mb-md-0 {
    margin-bottom: 0 !important
  }

  .mb-md-1 {
    margin-bottom: .25rem !important
  }

  .mb-md-2 {
    margin-bottom: .5rem !important
  }

  .mb-md-3 {
    margin-bottom: 1rem !important
  }

  .mb-md-4 {
    margin-bottom: 1.5rem !important
  }

  .mb-md-5 {
    margin-bottom: 3rem !important
  }

  .mb-md-auto {
    margin-bottom: auto !important
  }

  .ms-md-0 {
    margin-left: 0 !important
  }

  .ms-md-1 {
    margin-left: .25rem !important
  }

  .ms-md-2 {
    margin-left: .5rem !important
  }

  .ms-md-3 {
    margin-left: 1rem !important
  }

  .ms-md-4 {
    margin-left: 1.5rem !important
  }

  .ms-md-5 {
    margin-left: 3rem !important
  }

  .ms-md-auto {
    margin-left: auto !important
  }

  .p-md-0 {
    padding: 0 !important
  }

  .p-md-1 {
    padding: .25rem !important
  }

  .p-md-2 {
    padding: .5rem !important
  }

  .p-md-3 {
    padding: 1rem !important
  }

  .p-md-4 {
    padding: 1.5rem !important
  }

  .p-md-5 {
    padding: 3rem !important
  }

  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important
  }

  .px-md-1 {
    padding-right: .25rem !important;
    padding-left: .25rem !important
  }

  .px-md-2 {
    padding-right: .5rem !important;
    padding-left: .5rem !important
  }

  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important
  }

  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important
  }

  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important
  }

  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important
  }

  .py-md-1 {
    padding-top: .25rem !important;
    padding-bottom: .25rem !important
  }

  .py-md-2 {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important
  }

  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important
  }

  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important
  }

  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important
  }

  .pt-md-0 {
    padding-top: 0 !important
  }

  .pt-md-1 {
    padding-top: .25rem !important
  }

  .pt-md-2 {
    padding-top: .5rem !important
  }

  .pt-md-3 {
    padding-top: 1rem !important
  }

  .pt-md-4 {
    padding-top: 1.5rem !important
  }

  .pt-md-5 {
    padding-top: 3rem !important
  }

  .pe-md-0 {
    padding-right: 0 !important
  }

  .pe-md-1 {
    padding-right: .25rem !important
  }

  .pe-md-2 {
    padding-right: .5rem !important
  }

  .pe-md-3 {
    padding-right: 1rem !important
  }

  .pe-md-4 {
    padding-right: 1.5rem !important
  }

  .pe-md-5 {
    padding-right: 3rem !important
  }

  .pb-md-0 {
    padding-bottom: 0 !important
  }

  .pb-md-1 {
    padding-bottom: .25rem !important
  }

  .pb-md-2 {
    padding-bottom: .5rem !important
  }

  .pb-md-3 {
    padding-bottom: 1rem !important
  }

  .pb-md-4 {
    padding-bottom: 1.5rem !important
  }

  .pb-md-5 {
    padding-bottom: 3rem !important
  }

  .ps-md-0 {
    padding-left: 0 !important
  }

  .ps-md-1 {
    padding-left: .25rem !important
  }

  .ps-md-2 {
    padding-left: .5rem !important
  }

  .ps-md-3 {
    padding-left: 1rem !important
  }

  .ps-md-4 {
    padding-left: 1.5rem !important
  }

  .ps-md-5 {
    padding-left: 3rem !important
  }

  .gap-md-0 {
    gap: 0 !important
  }

  .gap-md-1 {
    gap: .25rem !important
  }

  .gap-md-2 {
    gap: .5rem !important
  }

  .gap-md-3 {
    gap: 1rem !important
  }

  .gap-md-4 {
    gap: 1.5rem !important
  }

  .gap-md-5 {
    gap: 3rem !important
  }

  .row-gap-md-0 {
    row-gap: 0 !important
  }

  .row-gap-md-1 {
    row-gap: .25rem !important
  }

  .row-gap-md-2 {
    row-gap: .5rem !important
  }

  .row-gap-md-3 {
    row-gap: 1rem !important
  }

  .row-gap-md-4 {
    row-gap: 1.5rem !important
  }

  .row-gap-md-5 {
    row-gap: 3rem !important
  }

  .column-gap-md-0 {
    column-gap: 0 !important
  }

  .column-gap-md-1 {
    column-gap: .25rem !important
  }

  .column-gap-md-2 {
    column-gap: .5rem !important
  }

  .column-gap-md-3 {
    column-gap: 1rem !important
  }

  .column-gap-md-4 {
    column-gap: 1.5rem !important
  }

  .column-gap-md-5 {
    column-gap: 3rem !important
  }

  .text-md-start {
    text-align: left !important
  }

  .text-md-end {
    text-align: right !important
  }

  .text-md-center {
    text-align: center !important
  }
}

@media(min-width: 992px) {
  .float-lg-start {
    float: left !important
  }

  .float-lg-end {
    float: right !important
  }

  .float-lg-none {
    float: none !important
  }

  .object-fit-lg-contain {
    object-fit: contain !important
  }

  .object-fit-lg-cover {
    object-fit: cover !important
  }

  .object-fit-lg-fill {
    object-fit: fill !important
  }

  .object-fit-lg-scale {
    object-fit: scale-down !important
  }

  .object-fit-lg-none {
    object-fit: none !important
  }

  .d-lg-inline {
    display: inline !important
  }

  .d-lg-inline-block {
    display: inline-block !important
  }

  .d-lg-block {
    display: block !important
  }

  .d-lg-grid {
    display: grid !important
  }

  .d-lg-inline-grid {
    display: inline-grid !important
  }

  .d-lg-table {
    display: table !important
  }

  .d-lg-table-row {
    display: table-row !important
  }

  .d-lg-table-cell {
    display: table-cell !important
  }

  .d-lg-flex {
    display: flex !important
  }

  .d-lg-inline-flex {
    display: inline-flex !important
  }

  .d-lg-none {
    display: none !important
  }

  .flex-lg-fill {
    flex: 1 1 auto !important
  }

  .flex-lg-row {
    flex-direction: row !important
  }

  .flex-lg-column {
    flex-direction: column !important
  }

  .flex-lg-row-reverse {
    flex-direction: row-reverse !important
  }

  .flex-lg-column-reverse {
    flex-direction: column-reverse !important
  }

  .flex-lg-grow-0 {
    flex-grow: 0 !important
  }

  .flex-lg-grow-1 {
    flex-grow: 1 !important
  }

  .flex-lg-shrink-0 {
    flex-shrink: 0 !important
  }

  .flex-lg-shrink-1 {
    flex-shrink: 1 !important
  }

  .flex-lg-wrap {
    flex-wrap: wrap !important
  }

  .flex-lg-nowrap {
    flex-wrap: nowrap !important
  }

  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important
  }

  .justify-content-lg-start {
    justify-content: flex-start !important
  }

  .justify-content-lg-end {
    justify-content: flex-end !important
  }

  .justify-content-lg-center {
    justify-content: center !important
  }

  .justify-content-lg-between {
    justify-content: space-between !important
  }

  .justify-content-lg-around {
    justify-content: space-around !important
  }

  .justify-content-lg-evenly {
    justify-content: space-evenly !important
  }

  .align-items-lg-start {
    align-items: flex-start !important
  }

  .align-items-lg-end {
    align-items: flex-end !important
  }

  .align-items-lg-center {
    align-items: center !important
  }

  .align-items-lg-baseline {
    align-items: baseline !important
  }

  .align-items-lg-stretch {
    align-items: stretch !important
  }

  .align-content-lg-start {
    align-content: flex-start !important
  }

  .align-content-lg-end {
    align-content: flex-end !important
  }

  .align-content-lg-center {
    align-content: center !important
  }

  .align-content-lg-between {
    align-content: space-between !important
  }

  .align-content-lg-around {
    align-content: space-around !important
  }

  .align-content-lg-stretch {
    align-content: stretch !important
  }

  .align-self-lg-auto {
    align-self: auto !important
  }

  .align-self-lg-start {
    align-self: flex-start !important
  }

  .align-self-lg-end {
    align-self: flex-end !important
  }

  .align-self-lg-center {
    align-self: center !important
  }

  .align-self-lg-baseline {
    align-self: baseline !important
  }

  .align-self-lg-stretch {
    align-self: stretch !important
  }

  .order-lg-first {
    order: -1 !important
  }

  .order-lg-0 {
    order: 0 !important
  }

  .order-lg-1 {
    order: 1 !important
  }

  .order-lg-2 {
    order: 2 !important
  }

  .order-lg-3 {
    order: 3 !important
  }

  .order-lg-4 {
    order: 4 !important
  }

  .order-lg-5 {
    order: 5 !important
  }

  .order-lg-last {
    order: 6 !important
  }

  .m-lg-0 {
    margin: 0 !important
  }

  .m-lg-1 {
    margin: .25rem !important
  }

  .m-lg-2 {
    margin: .5rem !important
  }

  .m-lg-3 {
    margin: 1rem !important
  }

  .m-lg-4 {
    margin: 1.5rem !important
  }

  .m-lg-5 {
    margin: 3rem !important
  }

  .m-lg-auto {
    margin: auto !important
  }

  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important
  }

  .mx-lg-1 {
    margin-right: .25rem !important;
    margin-left: .25rem !important
  }

  .mx-lg-2 {
    margin-right: .5rem !important;
    margin-left: .5rem !important
  }

  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important
  }

  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important
  }

  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important
  }

  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important
  }

  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important
  }

  .my-lg-1 {
    margin-top: .25rem !important;
    margin-bottom: .25rem !important
  }

  .my-lg-2 {
    margin-top: .5rem !important;
    margin-bottom: .5rem !important
  }

  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important
  }

  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important
  }

  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important
  }

  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important
  }

  .mt-lg-0 {
    margin-top: 0 !important
  }

  .mt-lg-1 {
    margin-top: .25rem !important
  }

  .mt-lg-2 {
    margin-top: .5rem !important
  }

  .mt-lg-3 {
    margin-top: 1rem !important
  }

  .mt-lg-4 {
    margin-top: 1.5rem !important
  }

  .mt-lg-5 {
    margin-top: 3rem !important
  }

  .mt-lg-auto {
    margin-top: auto !important
  }

  .me-lg-0 {
    margin-right: 0 !important
  }

  .me-lg-1 {
    margin-right: .25rem !important
  }

  .me-lg-2 {
    margin-right: .5rem !important
  }

  .me-lg-3 {
    margin-right: 1rem !important
  }

  .me-lg-4 {
    margin-right: 1.5rem !important
  }

  .me-lg-5 {
    margin-right: 3rem !important
  }

  .me-lg-auto {
    margin-right: auto !important
  }

  .mb-lg-0 {
    margin-bottom: 0 !important
  }

  .mb-lg-1 {
    margin-bottom: .25rem !important
  }

  .mb-lg-2 {
    margin-bottom: .5rem !important
  }

  .mb-lg-3 {
    margin-bottom: 1rem !important
  }

  .mb-lg-4 {
    margin-bottom: 1.5rem !important
  }

  .mb-lg-5 {
    margin-bottom: 3rem !important
  }

  .mb-lg-auto {
    margin-bottom: auto !important
  }

  .ms-lg-0 {
    margin-left: 0 !important
  }

  .ms-lg-1 {
    margin-left: .25rem !important
  }

  .ms-lg-2 {
    margin-left: .5rem !important
  }

  .ms-lg-3 {
    margin-left: 1rem !important
  }

  .ms-lg-4 {
    margin-left: 1.5rem !important
  }

  .ms-lg-5 {
    margin-left: 3rem !important
  }

  .ms-lg-auto {
    margin-left: auto !important
  }

  .p-lg-0 {
    padding: 0 !important
  }

  .p-lg-1 {
    padding: .25rem !important
  }

  .p-lg-2 {
    padding: .5rem !important
  }

  .p-lg-3 {
    padding: 1rem !important
  }

  .p-lg-4 {
    padding: 1.5rem !important
  }

  .p-lg-5 {
    padding: 3rem !important
  }

  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important
  }

  .px-lg-1 {
    padding-right: .25rem !important;
    padding-left: .25rem !important
  }

  .px-lg-2 {
    padding-right: .5rem !important;
    padding-left: .5rem !important
  }

  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important
  }

  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important
  }

  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important
  }

  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important
  }

  .py-lg-1 {
    padding-top: .25rem !important;
    padding-bottom: .25rem !important
  }

  .py-lg-2 {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important
  }

  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important
  }

  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important
  }

  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important
  }

  .pt-lg-0 {
    padding-top: 0 !important
  }

  .pt-lg-1 {
    padding-top: .25rem !important
  }

  .pt-lg-2 {
    padding-top: .5rem !important
  }

  .pt-lg-3 {
    padding-top: 1rem !important
  }

  .pt-lg-4 {
    padding-top: 1.5rem !important
  }

  .pt-lg-5 {
    padding-top: 3rem !important
  }

  .pe-lg-0 {
    padding-right: 0 !important
  }

  .pe-lg-1 {
    padding-right: .25rem !important
  }

  .pe-lg-2 {
    padding-right: .5rem !important
  }

  .pe-lg-3 {
    padding-right: 1rem !important
  }

  .pe-lg-4 {
    padding-right: 1.5rem !important
  }

  .pe-lg-5 {
    padding-right: 3rem !important
  }

  .pb-lg-0 {
    padding-bottom: 0 !important
  }

  .pb-lg-1 {
    padding-bottom: .25rem !important
  }

  .pb-lg-2 {
    padding-bottom: .5rem !important
  }

  .pb-lg-3 {
    padding-bottom: 1rem !important
  }

  .pb-lg-4 {
    padding-bottom: 1.5rem !important
  }

  .pb-lg-5 {
    padding-bottom: 3rem !important
  }

  .ps-lg-0 {
    padding-left: 0 !important
  }

  .ps-lg-1 {
    padding-left: .25rem !important
  }

  .ps-lg-2 {
    padding-left: .5rem !important
  }

  .ps-lg-3 {
    padding-left: 1rem !important
  }

  .ps-lg-4 {
    padding-left: 1.5rem !important
  }

  .ps-lg-5 {
    padding-left: 3rem !important
  }

  .gap-lg-0 {
    gap: 0 !important
  }

  .gap-lg-1 {
    gap: .25rem !important
  }

  .gap-lg-2 {
    gap: .5rem !important
  }

  .gap-lg-3 {
    gap: 1rem !important
  }

  .gap-lg-4 {
    gap: 1.5rem !important
  }

  .gap-lg-5 {
    gap: 3rem !important
  }

  .row-gap-lg-0 {
    row-gap: 0 !important
  }

  .row-gap-lg-1 {
    row-gap: .25rem !important
  }

  .row-gap-lg-2 {
    row-gap: .5rem !important
  }

  .row-gap-lg-3 {
    row-gap: 1rem !important
  }

  .row-gap-lg-4 {
    row-gap: 1.5rem !important
  }

  .row-gap-lg-5 {
    row-gap: 3rem !important
  }

  .column-gap-lg-0 {
    column-gap: 0 !important
  }

  .column-gap-lg-1 {
    column-gap: .25rem !important
  }

  .column-gap-lg-2 {
    column-gap: .5rem !important
  }

  .column-gap-lg-3 {
    column-gap: 1rem !important
  }

  .column-gap-lg-4 {
    column-gap: 1.5rem !important
  }

  .column-gap-lg-5 {
    column-gap: 3rem !important
  }

  .text-lg-start {
    text-align: left !important
  }

  .text-lg-end {
    text-align: right !important
  }

  .text-lg-center {
    text-align: center !important
  }
}

@media(min-width: 1200px) {
  .float-xl-start {
    float: left !important
  }

  .float-xl-end {
    float: right !important
  }

  .float-xl-none {
    float: none !important
  }

  .object-fit-xl-contain {
    object-fit: contain !important
  }

  .object-fit-xl-cover {
    object-fit: cover !important
  }

  .object-fit-xl-fill {
    object-fit: fill !important
  }

  .object-fit-xl-scale {
    object-fit: scale-down !important
  }

  .object-fit-xl-none {
    object-fit: none !important
  }

  .d-xl-inline {
    display: inline !important
  }

  .d-xl-inline-block {
    display: inline-block !important
  }

  .d-xl-block {
    display: block !important
  }

  .d-xl-grid {
    display: grid !important
  }

  .d-xl-inline-grid {
    display: inline-grid !important
  }

  .d-xl-table {
    display: table !important
  }

  .d-xl-table-row {
    display: table-row !important
  }

  .d-xl-table-cell {
    display: table-cell !important
  }

  .d-xl-flex {
    display: flex !important
  }

  .d-xl-inline-flex {
    display: inline-flex !important
  }

  .d-xl-none {
    display: none !important
  }

  .flex-xl-fill {
    flex: 1 1 auto !important
  }

  .flex-xl-row {
    flex-direction: row !important
  }

  .flex-xl-column {
    flex-direction: column !important
  }

  .flex-xl-row-reverse {
    flex-direction: row-reverse !important
  }

  .flex-xl-column-reverse {
    flex-direction: column-reverse !important
  }

  .flex-xl-grow-0 {
    flex-grow: 0 !important
  }

  .flex-xl-grow-1 {
    flex-grow: 1 !important
  }

  .flex-xl-shrink-0 {
    flex-shrink: 0 !important
  }

  .flex-xl-shrink-1 {
    flex-shrink: 1 !important
  }

  .flex-xl-wrap {
    flex-wrap: wrap !important
  }

  .flex-xl-nowrap {
    flex-wrap: nowrap !important
  }

  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important
  }

  .justify-content-xl-start {
    justify-content: flex-start !important
  }

  .justify-content-xl-end {
    justify-content: flex-end !important
  }

  .justify-content-xl-center {
    justify-content: center !important
  }

  .justify-content-xl-between {
    justify-content: space-between !important
  }

  .justify-content-xl-around {
    justify-content: space-around !important
  }

  .justify-content-xl-evenly {
    justify-content: space-evenly !important
  }

  .align-items-xl-start {
    align-items: flex-start !important
  }

  .align-items-xl-end {
    align-items: flex-end !important
  }

  .align-items-xl-center {
    align-items: center !important
  }

  .align-items-xl-baseline {
    align-items: baseline !important
  }

  .align-items-xl-stretch {
    align-items: stretch !important
  }

  .align-content-xl-start {
    align-content: flex-start !important
  }

  .align-content-xl-end {
    align-content: flex-end !important
  }

  .align-content-xl-center {
    align-content: center !important
  }

  .align-content-xl-between {
    align-content: space-between !important
  }

  .align-content-xl-around {
    align-content: space-around !important
  }

  .align-content-xl-stretch {
    align-content: stretch !important
  }

  .align-self-xl-auto {
    align-self: auto !important
  }

  .align-self-xl-start {
    align-self: flex-start !important
  }

  .align-self-xl-end {
    align-self: flex-end !important
  }

  .align-self-xl-center {
    align-self: center !important
  }

  .align-self-xl-baseline {
    align-self: baseline !important
  }

  .align-self-xl-stretch {
    align-self: stretch !important
  }

  .order-xl-first {
    order: -1 !important
  }

  .order-xl-0 {
    order: 0 !important
  }

  .order-xl-1 {
    order: 1 !important
  }

  .order-xl-2 {
    order: 2 !important
  }

  .order-xl-3 {
    order: 3 !important
  }

  .order-xl-4 {
    order: 4 !important
  }

  .order-xl-5 {
    order: 5 !important
  }

  .order-xl-last {
    order: 6 !important
  }

  .m-xl-0 {
    margin: 0 !important
  }

  .m-xl-1 {
    margin: .25rem !important
  }

  .m-xl-2 {
    margin: .5rem !important
  }

  .m-xl-3 {
    margin: 1rem !important
  }

  .m-xl-4 {
    margin: 1.5rem !important
  }

  .m-xl-5 {
    margin: 3rem !important
  }

  .m-xl-auto {
    margin: auto !important
  }

  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important
  }

  .mx-xl-1 {
    margin-right: .25rem !important;
    margin-left: .25rem !important
  }

  .mx-xl-2 {
    margin-right: .5rem !important;
    margin-left: .5rem !important
  }

  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important
  }

  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important
  }

  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important
  }

  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important
  }

  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important
  }

  .my-xl-1 {
    margin-top: .25rem !important;
    margin-bottom: .25rem !important
  }

  .my-xl-2 {
    margin-top: .5rem !important;
    margin-bottom: .5rem !important
  }

  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important
  }

  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important
  }

  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important
  }

  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important
  }

  .mt-xl-0 {
    margin-top: 0 !important
  }

  .mt-xl-1 {
    margin-top: .25rem !important
  }

  .mt-xl-2 {
    margin-top: .5rem !important
  }

  .mt-xl-3 {
    margin-top: 1rem !important
  }

  .mt-xl-4 {
    margin-top: 1.5rem !important
  }

  .mt-xl-5 {
    margin-top: 3rem !important
  }

  .mt-xl-auto {
    margin-top: auto !important
  }

  .me-xl-0 {
    margin-right: 0 !important
  }

  .me-xl-1 {
    margin-right: .25rem !important
  }

  .me-xl-2 {
    margin-right: .5rem !important
  }

  .me-xl-3 {
    margin-right: 1rem !important
  }

  .me-xl-4 {
    margin-right: 1.5rem !important
  }

  .me-xl-5 {
    margin-right: 3rem !important
  }

  .me-xl-auto {
    margin-right: auto !important
  }

  .mb-xl-0 {
    margin-bottom: 0 !important
  }

  .mb-xl-1 {
    margin-bottom: .25rem !important
  }

  .mb-xl-2 {
    margin-bottom: .5rem !important
  }

  .mb-xl-3 {
    margin-bottom: 1rem !important
  }

  .mb-xl-4 {
    margin-bottom: 1.5rem !important
  }

  .mb-xl-5 {
    margin-bottom: 3rem !important
  }

  .mb-xl-auto {
    margin-bottom: auto !important
  }

  .ms-xl-0 {
    margin-left: 0 !important
  }

  .ms-xl-1 {
    margin-left: .25rem !important
  }

  .ms-xl-2 {
    margin-left: .5rem !important
  }

  .ms-xl-3 {
    margin-left: 1rem !important
  }

  .ms-xl-4 {
    margin-left: 1.5rem !important
  }

  .ms-xl-5 {
    margin-left: 3rem !important
  }

  .ms-xl-auto {
    margin-left: auto !important
  }

  .p-xl-0 {
    padding: 0 !important
  }

  .p-xl-1 {
    padding: .25rem !important
  }

  .p-xl-2 {
    padding: .5rem !important
  }

  .p-xl-3 {
    padding: 1rem !important
  }

  .p-xl-4 {
    padding: 1.5rem !important
  }

  .p-xl-5 {
    padding: 3rem !important
  }

  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important
  }

  .px-xl-1 {
    padding-right: .25rem !important;
    padding-left: .25rem !important
  }

  .px-xl-2 {
    padding-right: .5rem !important;
    padding-left: .5rem !important
  }

  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important
  }

  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important
  }

  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important
  }

  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important
  }

  .py-xl-1 {
    padding-top: .25rem !important;
    padding-bottom: .25rem !important
  }

  .py-xl-2 {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important
  }

  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important
  }

  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important
  }

  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important
  }

  .pt-xl-0 {
    padding-top: 0 !important
  }

  .pt-xl-1 {
    padding-top: .25rem !important
  }

  .pt-xl-2 {
    padding-top: .5rem !important
  }

  .pt-xl-3 {
    padding-top: 1rem !important
  }

  .pt-xl-4 {
    padding-top: 1.5rem !important
  }

  .pt-xl-5 {
    padding-top: 3rem !important
  }

  .pe-xl-0 {
    padding-right: 0 !important
  }

  .pe-xl-1 {
    padding-right: .25rem !important
  }

  .pe-xl-2 {
    padding-right: .5rem !important
  }

  .pe-xl-3 {
    padding-right: 1rem !important
  }

  .pe-xl-4 {
    padding-right: 1.5rem !important
  }

  .pe-xl-5 {
    padding-right: 3rem !important
  }

  .pb-xl-0 {
    padding-bottom: 0 !important
  }

  .pb-xl-1 {
    padding-bottom: .25rem !important
  }

  .pb-xl-2 {
    padding-bottom: .5rem !important
  }

  .pb-xl-3 {
    padding-bottom: 1rem !important
  }

  .pb-xl-4 {
    padding-bottom: 1.5rem !important
  }

  .pb-xl-5 {
    padding-bottom: 3rem !important
  }

  .ps-xl-0 {
    padding-left: 0 !important
  }

  .ps-xl-1 {
    padding-left: .25rem !important
  }

  .ps-xl-2 {
    padding-left: .5rem !important
  }

  .ps-xl-3 {
    padding-left: 1rem !important
  }

  .ps-xl-4 {
    padding-left: 1.5rem !important
  }

  .ps-xl-5 {
    padding-left: 3rem !important
  }

  .gap-xl-0 {
    gap: 0 !important
  }

  .gap-xl-1 {
    gap: .25rem !important
  }

  .gap-xl-2 {
    gap: .5rem !important
  }

  .gap-xl-3 {
    gap: 1rem !important
  }

  .gap-xl-4 {
    gap: 1.5rem !important
  }

  .gap-xl-5 {
    gap: 3rem !important
  }

  .row-gap-xl-0 {
    row-gap: 0 !important
  }

  .row-gap-xl-1 {
    row-gap: .25rem !important
  }

  .row-gap-xl-2 {
    row-gap: .5rem !important
  }

  .row-gap-xl-3 {
    row-gap: 1rem !important
  }

  .row-gap-xl-4 {
    row-gap: 1.5rem !important
  }

  .row-gap-xl-5 {
    row-gap: 3rem !important
  }

  .column-gap-xl-0 {
    column-gap: 0 !important
  }

  .column-gap-xl-1 {
    column-gap: .25rem !important
  }

  .column-gap-xl-2 {
    column-gap: .5rem !important
  }

  .column-gap-xl-3 {
    column-gap: 1rem !important
  }

  .column-gap-xl-4 {
    column-gap: 1.5rem !important
  }

  .column-gap-xl-5 {
    column-gap: 3rem !important
  }

  .text-xl-start {
    text-align: left !important
  }

  .text-xl-end {
    text-align: right !important
  }

  .text-xl-center {
    text-align: center !important
  }
}

@media(min-width: 1400px) {
  .float-xxl-start {
    float: left !important
  }

  .float-xxl-end {
    float: right !important
  }

  .float-xxl-none {
    float: none !important
  }

  .object-fit-xxl-contain {
    object-fit: contain !important
  }

  .object-fit-xxl-cover {
    object-fit: cover !important
  }

  .object-fit-xxl-fill {
    object-fit: fill !important
  }

  .object-fit-xxl-scale {
    object-fit: scale-down !important
  }

  .object-fit-xxl-none {
    object-fit: none !important
  }

  .d-xxl-inline {
    display: inline !important
  }

  .d-xxl-inline-block {
    display: inline-block !important
  }

  .d-xxl-block {
    display: block !important
  }

  .d-xxl-grid {
    display: grid !important
  }

  .d-xxl-inline-grid {
    display: inline-grid !important
  }

  .d-xxl-table {
    display: table !important
  }

  .d-xxl-table-row {
    display: table-row !important
  }

  .d-xxl-table-cell {
    display: table-cell !important
  }

  .d-xxl-flex {
    display: flex !important
  }

  .d-xxl-inline-flex {
    display: inline-flex !important
  }

  .d-xxl-none {
    display: none !important
  }

  .flex-xxl-fill {
    flex: 1 1 auto !important
  }

  .flex-xxl-row {
    flex-direction: row !important
  }

  .flex-xxl-column {
    flex-direction: column !important
  }

  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important
  }

  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important
  }

  .flex-xxl-grow-0 {
    flex-grow: 0 !important
  }

  .flex-xxl-grow-1 {
    flex-grow: 1 !important
  }

  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important
  }

  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important
  }

  .flex-xxl-wrap {
    flex-wrap: wrap !important
  }

  .flex-xxl-nowrap {
    flex-wrap: nowrap !important
  }

  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important
  }

  .justify-content-xxl-start {
    justify-content: flex-start !important
  }

  .justify-content-xxl-end {
    justify-content: flex-end !important
  }

  .justify-content-xxl-center {
    justify-content: center !important
  }

  .justify-content-xxl-between {
    justify-content: space-between !important
  }

  .justify-content-xxl-around {
    justify-content: space-around !important
  }

  .justify-content-xxl-evenly {
    justify-content: space-evenly !important
  }

  .align-items-xxl-start {
    align-items: flex-start !important
  }

  .align-items-xxl-end {
    align-items: flex-end !important
  }

  .align-items-xxl-center {
    align-items: center !important
  }

  .align-items-xxl-baseline {
    align-items: baseline !important
  }

  .align-items-xxl-stretch {
    align-items: stretch !important
  }

  .align-content-xxl-start {
    align-content: flex-start !important
  }

  .align-content-xxl-end {
    align-content: flex-end !important
  }

  .align-content-xxl-center {
    align-content: center !important
  }

  .align-content-xxl-between {
    align-content: space-between !important
  }

  .align-content-xxl-around {
    align-content: space-around !important
  }

  .align-content-xxl-stretch {
    align-content: stretch !important
  }

  .align-self-xxl-auto {
    align-self: auto !important
  }

  .align-self-xxl-start {
    align-self: flex-start !important
  }

  .align-self-xxl-end {
    align-self: flex-end !important
  }

  .align-self-xxl-center {
    align-self: center !important
  }

  .align-self-xxl-baseline {
    align-self: baseline !important
  }

  .align-self-xxl-stretch {
    align-self: stretch !important
  }

  .order-xxl-first {
    order: -1 !important
  }

  .order-xxl-0 {
    order: 0 !important
  }

  .order-xxl-1 {
    order: 1 !important
  }

  .order-xxl-2 {
    order: 2 !important
  }

  .order-xxl-3 {
    order: 3 !important
  }

  .order-xxl-4 {
    order: 4 !important
  }

  .order-xxl-5 {
    order: 5 !important
  }

  .order-xxl-last {
    order: 6 !important
  }

  .m-xxl-0 {
    margin: 0 !important
  }

  .m-xxl-1 {
    margin: .25rem !important
  }

  .m-xxl-2 {
    margin: .5rem !important
  }

  .m-xxl-3 {
    margin: 1rem !important
  }

  .m-xxl-4 {
    margin: 1.5rem !important
  }

  .m-xxl-5 {
    margin: 3rem !important
  }

  .m-xxl-auto {
    margin: auto !important
  }

  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important
  }

  .mx-xxl-1 {
    margin-right: .25rem !important;
    margin-left: .25rem !important
  }

  .mx-xxl-2 {
    margin-right: .5rem !important;
    margin-left: .5rem !important
  }

  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important
  }

  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important
  }

  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important
  }

  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important
  }

  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important
  }

  .my-xxl-1 {
    margin-top: .25rem !important;
    margin-bottom: .25rem !important
  }

  .my-xxl-2 {
    margin-top: .5rem !important;
    margin-bottom: .5rem !important
  }

  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important
  }

  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important
  }

  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important
  }

  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important
  }

  .mt-xxl-0 {
    margin-top: 0 !important
  }

  .mt-xxl-1 {
    margin-top: .25rem !important
  }

  .mt-xxl-2 {
    margin-top: .5rem !important
  }

  .mt-xxl-3 {
    margin-top: 1rem !important
  }

  .mt-xxl-4 {
    margin-top: 1.5rem !important
  }

  .mt-xxl-5 {
    margin-top: 3rem !important
  }

  .mt-xxl-auto {
    margin-top: auto !important
  }

  .me-xxl-0 {
    margin-right: 0 !important
  }

  .me-xxl-1 {
    margin-right: .25rem !important
  }

  .me-xxl-2 {
    margin-right: .5rem !important
  }

  .me-xxl-3 {
    margin-right: 1rem !important
  }

  .me-xxl-4 {
    margin-right: 1.5rem !important
  }

  .me-xxl-5 {
    margin-right: 3rem !important
  }

  .me-xxl-auto {
    margin-right: auto !important
  }

  .mb-xxl-0 {
    margin-bottom: 0 !important
  }

  .mb-xxl-1 {
    margin-bottom: .25rem !important
  }

  .mb-xxl-2 {
    margin-bottom: .5rem !important
  }

  .mb-xxl-3 {
    margin-bottom: 1rem !important
  }

  .mb-xxl-4 {
    margin-bottom: 1.5rem !important
  }

  .mb-xxl-5 {
    margin-bottom: 3rem !important
  }

  .mb-xxl-auto {
    margin-bottom: auto !important
  }

  .ms-xxl-0 {
    margin-left: 0 !important
  }

  .ms-xxl-1 {
    margin-left: .25rem !important
  }

  .ms-xxl-2 {
    margin-left: .5rem !important
  }

  .ms-xxl-3 {
    margin-left: 1rem !important
  }

  .ms-xxl-4 {
    margin-left: 1.5rem !important
  }

  .ms-xxl-5 {
    margin-left: 3rem !important
  }

  .ms-xxl-auto {
    margin-left: auto !important
  }

  .p-xxl-0 {
    padding: 0 !important
  }

  .p-xxl-1 {
    padding: .25rem !important
  }

  .p-xxl-2 {
    padding: .5rem !important
  }

  .p-xxl-3 {
    padding: 1rem !important
  }

  .p-xxl-4 {
    padding: 1.5rem !important
  }

  .p-xxl-5 {
    padding: 3rem !important
  }

  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important
  }

  .px-xxl-1 {
    padding-right: .25rem !important;
    padding-left: .25rem !important
  }

  .px-xxl-2 {
    padding-right: .5rem !important;
    padding-left: .5rem !important
  }

  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important
  }

  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important
  }

  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important
  }

  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important
  }

  .py-xxl-1 {
    padding-top: .25rem !important;
    padding-bottom: .25rem !important
  }

  .py-xxl-2 {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important
  }

  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important
  }

  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important
  }

  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important
  }

  .pt-xxl-0 {
    padding-top: 0 !important
  }

  .pt-xxl-1 {
    padding-top: .25rem !important
  }

  .pt-xxl-2 {
    padding-top: .5rem !important
  }

  .pt-xxl-3 {
    padding-top: 1rem !important
  }

  .pt-xxl-4 {
    padding-top: 1.5rem !important
  }

  .pt-xxl-5 {
    padding-top: 3rem !important
  }

  .pe-xxl-0 {
    padding-right: 0 !important
  }

  .pe-xxl-1 {
    padding-right: .25rem !important
  }

  .pe-xxl-2 {
    padding-right: .5rem !important
  }

  .pe-xxl-3 {
    padding-right: 1rem !important
  }

  .pe-xxl-4 {
    padding-right: 1.5rem !important
  }

  .pe-xxl-5 {
    padding-right: 3rem !important
  }

  .pb-xxl-0 {
    padding-bottom: 0 !important
  }

  .pb-xxl-1 {
    padding-bottom: .25rem !important
  }

  .pb-xxl-2 {
    padding-bottom: .5rem !important
  }

  .pb-xxl-3 {
    padding-bottom: 1rem !important
  }

  .pb-xxl-4 {
    padding-bottom: 1.5rem !important
  }

  .pb-xxl-5 {
    padding-bottom: 3rem !important
  }

  .ps-xxl-0 {
    padding-left: 0 !important
  }

  .ps-xxl-1 {
    padding-left: .25rem !important
  }

  .ps-xxl-2 {
    padding-left: .5rem !important
  }

  .ps-xxl-3 {
    padding-left: 1rem !important
  }

  .ps-xxl-4 {
    padding-left: 1.5rem !important
  }

  .ps-xxl-5 {
    padding-left: 3rem !important
  }

  .gap-xxl-0 {
    gap: 0 !important
  }

  .gap-xxl-1 {
    gap: .25rem !important
  }

  .gap-xxl-2 {
    gap: .5rem !important
  }

  .gap-xxl-3 {
    gap: 1rem !important
  }

  .gap-xxl-4 {
    gap: 1.5rem !important
  }

  .gap-xxl-5 {
    gap: 3rem !important
  }

  .row-gap-xxl-0 {
    row-gap: 0 !important
  }

  .row-gap-xxl-1 {
    row-gap: .25rem !important
  }

  .row-gap-xxl-2 {
    row-gap: .5rem !important
  }

  .row-gap-xxl-3 {
    row-gap: 1rem !important
  }

  .row-gap-xxl-4 {
    row-gap: 1.5rem !important
  }

  .row-gap-xxl-5 {
    row-gap: 3rem !important
  }

  .column-gap-xxl-0 {
    column-gap: 0 !important
  }

  .column-gap-xxl-1 {
    column-gap: .25rem !important
  }

  .column-gap-xxl-2 {
    column-gap: .5rem !important
  }

  .column-gap-xxl-3 {
    column-gap: 1rem !important
  }

  .column-gap-xxl-4 {
    column-gap: 1.5rem !important
  }

  .column-gap-xxl-5 {
    column-gap: 3rem !important
  }

  .text-xxl-start {
    text-align: left !important
  }

  .text-xxl-end {
    text-align: right !important
  }

  .text-xxl-center {
    text-align: center !important
  }
}

@media(min-width: 1200px) {
  .fs-1 {
    font-size: 2.5rem !important
  }

  .fs-2 {
    font-size: 2rem !important
  }

  .fs-3 {
    font-size: 1.75rem !important
  }

  .fs-4 {
    font-size: 1.5rem !important
  }
}

@media print {
  .d-print-inline {
    display: inline !important
  }

  .d-print-inline-block {
    display: inline-block !important
  }

  .d-print-block {
    display: block !important
  }

  .d-print-grid {
    display: grid !important
  }

  .d-print-inline-grid {
    display: inline-grid !important
  }

  .d-print-table {
    display: table !important
  }

  .d-print-table-row {
    display: table-row !important
  }

  .d-print-table-cell {
    display: table-cell !important
  }

  .d-print-flex {
    display: flex !important
  }

  .d-print-inline-flex {
    display: inline-flex !important
  }

  .d-print-none {
    display: none !important
  }
}

/*!
Project Name: DSS
*/
.txt-white {
  color: #fff !important
}

.bkg-white {
  background-color: #fff !important
}

.bkg-white-1 {
  background-color: rgba(255, 255, 255, .1) !important
}

.bkg-white-2 {
  background-color: rgba(255, 255, 255, .2) !important
}

.bkg-white-3 {
  background-color: rgba(255, 255, 255, .3) !important
}

.bkg-white-4 {
  background-color: rgba(255, 255, 255, .4) !important
}

.bkg-white-5 {
  background-color: rgba(255, 255, 255, .5) !important
}

.bkg-white-6 {
  background-color: rgba(255, 255, 255, .6) !important
}

.bkg-white-7 {
  background-color: rgba(255, 255, 255, .7) !important
}

.bkg-white-8 {
  background-color: rgba(255, 255, 255, .8) !important
}

.bkg-white-9 {
  background-color: rgba(255, 255, 255, .9) !important
}

.bkg-white-10 {
  background-color: #fff !important
}

.txt-black {
  color: #000 !important
}

.bkg-black {
  background-color: #000 !important
}

.bkg-black-1 {
  background-color: rgba(0, 0, 0, .1) !important
}

.bkg-black-2 {
  background-color: rgba(0, 0, 0, .2) !important
}

.bkg-black-3 {
  background-color: rgba(0, 0, 0, .3) !important
}

.bkg-black-4 {
  background-color: rgba(0, 0, 0, .4) !important
}

.bkg-black-5 {
  background-color: rgba(0, 0, 0, .5) !important
}

.bkg-black-6 {
  background-color: rgba(0, 0, 0, .6) !important
}

.bkg-black-7 {
  background-color: rgba(0, 0, 0, .7) !important
}

.bkg-black-8 {
  background-color: rgba(0, 0, 0, .8) !important
}

.bkg-black-9 {
  background-color: rgba(0, 0, 0, .9) !important
}

.bkg-black-10 {
  background-color: #000 !important
}

.txt-white-med {
  color: #f8f8f8 !important
}

.bkg-white-med {
  background-color: #f8f8f8 !important
}

.bkg-white-med-1 {
  background-color: rgba(248, 248, 248, .1) !important
}

.bkg-white-med-2 {
  background-color: rgba(248, 248, 248, .2) !important
}

.bkg-white-med-3 {
  background-color: rgba(248, 248, 248, .3) !important
}

.bkg-white-med-4 {
  background-color: rgba(248, 248, 248, .4) !important
}

.bkg-white-med-5 {
  background-color: rgba(248, 248, 248, .5) !important
}

.bkg-white-med-6 {
  background-color: rgba(248, 248, 248, .6) !important
}

.bkg-white-med-7 {
  background-color: rgba(248, 248, 248, .7) !important
}

.bkg-white-med-8 {
  background-color: rgba(248, 248, 248, .8) !important
}

.bkg-white-med-9 {
  background-color: rgba(248, 248, 248, .9) !important
}

.bkg-white-med-10 {
  background-color: #f8f8f8 !important
}

.txt-blue {
  color: #00182f !important
}

.bkg-blue {
  background-color: #00182f !important
}

.bkg-blue-1 {
  background-color: rgba(0, 24, 47, .1) !important
}

.bkg-blue-2 {
  background-color: rgba(0, 24, 47, .2) !important
}

.bkg-blue-3 {
  background-color: rgba(0, 24, 47, .3) !important
}

.bkg-blue-4 {
  background-color: rgba(0, 24, 47, .4) !important
}

.bkg-blue-5 {
  background-color: rgba(0, 24, 47, .5) !important
}

.bkg-blue-6 {
  background-color: rgba(0, 24, 47, .6) !important
}

.bkg-blue-7 {
  background-color: rgba(0, 24, 47, .7) !important
}

.bkg-blue-8 {
  background-color: rgba(0, 24, 47, .8) !important
}

.bkg-blue-9 {
  background-color: rgba(0, 24, 47, .9) !important
}

.bkg-blue-10 {
  background-color: #00182f !important
}

.txt-blue-light {
  color: #deecf8 !important
}

.bkg-blue-light {
  background-color: #deecf8 !important
}

.bkg-blue-light-1 {
  background-color: rgba(222, 236, 248, .1) !important
}

.bkg-blue-light-2 {
  background-color: rgba(222, 236, 248, .2) !important
}

.bkg-blue-light-3 {
  background-color: rgba(222, 236, 248, .3) !important
}

.bkg-blue-light-4 {
  background-color: rgba(222, 236, 248, .4) !important
}

.bkg-blue-light-5 {
  background-color: rgba(222, 236, 248, .5) !important
}

.bkg-blue-light-6 {
  background-color: rgba(222, 236, 248, .6) !important
}

.bkg-blue-light-7 {
  background-color: rgba(222, 236, 248, .7) !important
}

.bkg-blue-light-8 {
  background-color: rgba(222, 236, 248, .8) !important
}

.bkg-blue-light-9 {
  background-color: rgba(222, 236, 248, .9) !important
}

.bkg-blue-light-10 {
  background-color: #deecf8 !important
}

.txt-orange {
  color: #ff5200 !important
}

.bkg-orange {
  background-color: #ff5200 !important
}

.bkg-orange-1 {
  background-color: rgba(255, 82, 0, .1) !important
}

.bkg-orange-2 {
  background-color: rgba(255, 82, 0, .2) !important
}

.bkg-orange-3 {
  background-color: rgba(255, 82, 0, .3) !important
}

.bkg-orange-4 {
  background-color: rgba(255, 82, 0, .4) !important
}

.bkg-orange-5 {
  background-color: rgba(255, 82, 0, .5) !important
}

.bkg-orange-6 {
  background-color: rgba(255, 82, 0, .6) !important
}

.bkg-orange-7 {
  background-color: rgba(255, 82, 0, .7) !important
}

.bkg-orange-8 {
  background-color: rgba(255, 82, 0, .8) !important
}

.bkg-orange-9 {
  background-color: rgba(255, 82, 0, .9) !important
}

.bkg-orange-10 {
  background-color: #ff5200 !important
}

.txt-orange-dark {
  color: #d64400 !important
}

.bkg-orange-dark {
  background-color: #d64400 !important
}

.bkg-orange-dark-1 {
  background-color: rgba(214, 68, 0, .1) !important
}

.bkg-orange-dark-2 {
  background-color: rgba(214, 68, 0, .2) !important
}

.bkg-orange-dark-3 {
  background-color: rgba(214, 68, 0, .3) !important
}

.bkg-orange-dark-4 {
  background-color: rgba(214, 68, 0, .4) !important
}

.bkg-orange-dark-5 {
  background-color: rgba(214, 68, 0, .5) !important
}

.bkg-orange-dark-6 {
  background-color: rgba(214, 68, 0, .6) !important
}

.bkg-orange-dark-7 {
  background-color: rgba(214, 68, 0, .7) !important
}

.bkg-orange-dark-8 {
  background-color: rgba(214, 68, 0, .8) !important
}

.bkg-orange-dark-9 {
  background-color: rgba(214, 68, 0, .9) !important
}

.bkg-orange-dark-10 {
  background-color: #d64400 !important
}

.txt-orange-darkest {
  color: #c14005 !important
}

.bkg-orange-darkest {
  background-color: #c14005 !important
}

.bkg-orange-darkest-1 {
  background-color: rgba(193, 64, 5, .1) !important
}

.bkg-orange-darkest-2 {
  background-color: rgba(193, 64, 5, .2) !important
}

.bkg-orange-darkest-3 {
  background-color: rgba(193, 64, 5, .3) !important
}

.bkg-orange-darkest-4 {
  background-color: rgba(193, 64, 5, .4) !important
}

.bkg-orange-darkest-5 {
  background-color: rgba(193, 64, 5, .5) !important
}

.bkg-orange-darkest-6 {
  background-color: rgba(193, 64, 5, .6) !important
}

.bkg-orange-darkest-7 {
  background-color: rgba(193, 64, 5, .7) !important
}

.bkg-orange-darkest-8 {
  background-color: rgba(193, 64, 5, .8) !important
}

.bkg-orange-darkest-9 {
  background-color: rgba(193, 64, 5, .9) !important
}

.bkg-orange-darkest-10 {
  background-color: #c14005 !important
}

.txt-grey {
  color: #e8edf2 !important
}

.bkg-grey {
  background-color: #e8edf2 !important
}

.bkg-grey-1 {
  background-color: rgba(232, 237, 242, .1) !important
}

.bkg-grey-2 {
  background-color: rgba(232, 237, 242, .2) !important
}

.bkg-grey-3 {
  background-color: rgba(232, 237, 242, .3) !important
}

.bkg-grey-4 {
  background-color: rgba(232, 237, 242, .4) !important
}

.bkg-grey-5 {
  background-color: rgba(232, 237, 242, .5) !important
}

.bkg-grey-6 {
  background-color: rgba(232, 237, 242, .6) !important
}

.bkg-grey-7 {
  background-color: rgba(232, 237, 242, .7) !important
}

.bkg-grey-8 {
  background-color: rgba(232, 237, 242, .8) !important
}

.bkg-grey-9 {
  background-color: rgba(232, 237, 242, .9) !important
}

.bkg-grey-10 {
  background-color: #e8edf2 !important
}

.txt-grey-alt {
  color: #e8eff1 !important
}

.bkg-grey-alt {
  background-color: #e8eff1 !important
}

.bkg-grey-alt-1 {
  background-color: rgba(232, 239, 241, .1) !important
}

.bkg-grey-alt-2 {
  background-color: rgba(232, 239, 241, .2) !important
}

.bkg-grey-alt-3 {
  background-color: rgba(232, 239, 241, .3) !important
}

.bkg-grey-alt-4 {
  background-color: rgba(232, 239, 241, .4) !important
}

.bkg-grey-alt-5 {
  background-color: rgba(232, 239, 241, .5) !important
}

.bkg-grey-alt-6 {
  background-color: rgba(232, 239, 241, .6) !important
}

.bkg-grey-alt-7 {
  background-color: rgba(232, 239, 241, .7) !important
}

.bkg-grey-alt-8 {
  background-color: rgba(232, 239, 241, .8) !important
}

.bkg-grey-alt-9 {
  background-color: rgba(232, 239, 241, .9) !important
}

.bkg-grey-alt-10 {
  background-color: #e8eff1 !important
}

.txt-grey-med {
  color: #edf1f3 !important
}

.bkg-grey-med {
  background-color: #edf1f3 !important
}

.bkg-grey-med-1 {
  background-color: rgba(237, 241, 243, .1) !important
}

.bkg-grey-med-2 {
  background-color: rgba(237, 241, 243, .2) !important
}

.bkg-grey-med-3 {
  background-color: rgba(237, 241, 243, .3) !important
}

.bkg-grey-med-4 {
  background-color: rgba(237, 241, 243, .4) !important
}

.bkg-grey-med-5 {
  background-color: rgba(237, 241, 243, .5) !important
}

.bkg-grey-med-6 {
  background-color: rgba(237, 241, 243, .6) !important
}

.bkg-grey-med-7 {
  background-color: rgba(237, 241, 243, .7) !important
}

.bkg-grey-med-8 {
  background-color: rgba(237, 241, 243, .8) !important
}

.bkg-grey-med-9 {
  background-color: rgba(237, 241, 243, .9) !important
}

.bkg-grey-med-10 {
  background-color: #edf1f3 !important
}

.txt-grey-separator {
  color: #bdbaca !important
}

.bkg-grey-separator {
  background-color: #bdbaca !important
}

.bkg-grey-separator-1 {
  background-color: rgba(189, 186, 202, .1) !important
}

.bkg-grey-separator-2 {
  background-color: rgba(189, 186, 202, .2) !important
}

.bkg-grey-separator-3 {
  background-color: rgba(189, 186, 202, .3) !important
}

.bkg-grey-separator-4 {
  background-color: rgba(189, 186, 202, .4) !important
}

.bkg-grey-separator-5 {
  background-color: rgba(189, 186, 202, .5) !important
}

.bkg-grey-separator-6 {
  background-color: rgba(189, 186, 202, .6) !important
}

.bkg-grey-separator-7 {
  background-color: rgba(189, 186, 202, .7) !important
}

.bkg-grey-separator-8 {
  background-color: rgba(189, 186, 202, .8) !important
}

.bkg-grey-separator-9 {
  background-color: rgba(189, 186, 202, .9) !important
}

.bkg-grey-separator-10 {
  background-color: #bdbaca !important
}

.txt-grey-select {
  color: #c4c9cd !important
}

.bkg-grey-select {
  background-color: #c4c9cd !important
}

.bkg-grey-select-1 {
  background-color: rgba(196, 201, 205, .1) !important
}

.bkg-grey-select-2 {
  background-color: rgba(196, 201, 205, .2) !important
}

.bkg-grey-select-3 {
  background-color: rgba(196, 201, 205, .3) !important
}

.bkg-grey-select-4 {
  background-color: rgba(196, 201, 205, .4) !important
}

.bkg-grey-select-5 {
  background-color: rgba(196, 201, 205, .5) !important
}

.bkg-grey-select-6 {
  background-color: rgba(196, 201, 205, .6) !important
}

.bkg-grey-select-7 {
  background-color: rgba(196, 201, 205, .7) !important
}

.bkg-grey-select-8 {
  background-color: rgba(196, 201, 205, .8) !important
}

.bkg-grey-select-9 {
  background-color: rgba(196, 201, 205, .9) !important
}

.bkg-grey-select-10 {
  background-color: #c4c9cd !important
}

.txt-grey-search {
  color: #c5c5c5 !important
}

.bkg-grey-search {
  background-color: #c5c5c5 !important
}

.bkg-grey-search-1 {
  background-color: rgba(197, 197, 197, .1) !important
}

.bkg-grey-search-2 {
  background-color: rgba(197, 197, 197, .2) !important
}

.bkg-grey-search-3 {
  background-color: rgba(197, 197, 197, .3) !important
}

.bkg-grey-search-4 {
  background-color: rgba(197, 197, 197, .4) !important
}

.bkg-grey-search-5 {
  background-color: rgba(197, 197, 197, .5) !important
}

.bkg-grey-search-6 {
  background-color: rgba(197, 197, 197, .6) !important
}

.bkg-grey-search-7 {
  background-color: rgba(197, 197, 197, .7) !important
}

.bkg-grey-search-8 {
  background-color: rgba(197, 197, 197, .8) !important
}

.bkg-grey-search-9 {
  background-color: rgba(197, 197, 197, .9) !important
}

.bkg-grey-search-10 {
  background-color: #c5c5c5 !important
}

.txt-grey-search-alt {
  color: #f2f1f4 !important
}

.bkg-grey-search-alt {
  background-color: #f2f1f4 !important
}

.bkg-grey-search-alt-1 {
  background-color: rgba(242, 241, 244, .1) !important
}

.bkg-grey-search-alt-2 {
  background-color: rgba(242, 241, 244, .2) !important
}

.bkg-grey-search-alt-3 {
  background-color: rgba(242, 241, 244, .3) !important
}

.bkg-grey-search-alt-4 {
  background-color: rgba(242, 241, 244, .4) !important
}

.bkg-grey-search-alt-5 {
  background-color: rgba(242, 241, 244, .5) !important
}

.bkg-grey-search-alt-6 {
  background-color: rgba(242, 241, 244, .6) !important
}

.bkg-grey-search-alt-7 {
  background-color: rgba(242, 241, 244, .7) !important
}

.bkg-grey-search-alt-8 {
  background-color: rgba(242, 241, 244, .8) !important
}

.bkg-grey-search-alt-9 {
  background-color: rgba(242, 241, 244, .9) !important
}

.bkg-grey-search-alt-10 {
  background-color: #f2f1f4 !important
}

.txt-grey-light {
  color: #d9d9d9 !important
}

.bkg-grey-light {
  background-color: #d9d9d9 !important
}

.bkg-grey-light-1 {
  background-color: rgba(217, 217, 217, .1) !important
}

.bkg-grey-light-2 {
  background-color: rgba(217, 217, 217, .2) !important
}

.bkg-grey-light-3 {
  background-color: rgba(217, 217, 217, .3) !important
}

.bkg-grey-light-4 {
  background-color: rgba(217, 217, 217, .4) !important
}

.bkg-grey-light-5 {
  background-color: rgba(217, 217, 217, .5) !important
}

.bkg-grey-light-6 {
  background-color: rgba(217, 217, 217, .6) !important
}

.bkg-grey-light-7 {
  background-color: rgba(217, 217, 217, .7) !important
}

.bkg-grey-light-8 {
  background-color: rgba(217, 217, 217, .8) !important
}

.bkg-grey-light-9 {
  background-color: rgba(217, 217, 217, .9) !important
}

.bkg-grey-light-10 {
  background-color: #d9d9d9 !important
}

.txt-grey-dark {
  color: #5f6061 !important
}

.bkg-grey-dark {
  background-color: #5f6061 !important
}

.bkg-grey-dark-1 {
  background-color: rgba(95, 96, 97, .1) !important
}

.bkg-grey-dark-2 {
  background-color: rgba(95, 96, 97, .2) !important
}

.bkg-grey-dark-3 {
  background-color: rgba(95, 96, 97, .3) !important
}

.bkg-grey-dark-4 {
  background-color: rgba(95, 96, 97, .4) !important
}

.bkg-grey-dark-5 {
  background-color: rgba(95, 96, 97, .5) !important
}

.bkg-grey-dark-6 {
  background-color: rgba(95, 96, 97, .6) !important
}

.bkg-grey-dark-7 {
  background-color: rgba(95, 96, 97, .7) !important
}

.bkg-grey-dark-8 {
  background-color: rgba(95, 96, 97, .8) !important
}

.bkg-grey-dark-9 {
  background-color: rgba(95, 96, 97, .9) !important
}

.bkg-grey-dark-10 {
  background-color: #5f6061 !important
}

.txt-grey-dark-alt {
  color: #6a6a6a !important
}

.bkg-grey-dark-alt {
  background-color: #6a6a6a !important
}

.bkg-grey-dark-alt-1 {
  background-color: rgba(106, 106, 106, .1) !important
}

.bkg-grey-dark-alt-2 {
  background-color: rgba(106, 106, 106, .2) !important
}

.bkg-grey-dark-alt-3 {
  background-color: rgba(106, 106, 106, .3) !important
}

.bkg-grey-dark-alt-4 {
  background-color: rgba(106, 106, 106, .4) !important
}

.bkg-grey-dark-alt-5 {
  background-color: rgba(106, 106, 106, .5) !important
}

.bkg-grey-dark-alt-6 {
  background-color: rgba(106, 106, 106, .6) !important
}

.bkg-grey-dark-alt-7 {
  background-color: rgba(106, 106, 106, .7) !important
}

.bkg-grey-dark-alt-8 {
  background-color: rgba(106, 106, 106, .8) !important
}

.bkg-grey-dark-alt-9 {
  background-color: rgba(106, 106, 106, .9) !important
}

.bkg-grey-dark-alt-10 {
  background-color: #6a6a6a !important
}

.txt-grey-banner {
  color: #f6f9f9 !important
}

.bkg-grey-banner {
  background-color: #f6f9f9 !important
}

.bkg-grey-banner-1 {
  background-color: rgba(246, 249, 249, .1) !important
}

.bkg-grey-banner-2 {
  background-color: rgba(246, 249, 249, .2) !important
}

.bkg-grey-banner-3 {
  background-color: rgba(246, 249, 249, .3) !important
}

.bkg-grey-banner-4 {
  background-color: rgba(246, 249, 249, .4) !important
}

.bkg-grey-banner-5 {
  background-color: rgba(246, 249, 249, .5) !important
}

.bkg-grey-banner-6 {
  background-color: rgba(246, 249, 249, .6) !important
}

.bkg-grey-banner-7 {
  background-color: rgba(246, 249, 249, .7) !important
}

.bkg-grey-banner-8 {
  background-color: rgba(246, 249, 249, .8) !important
}

.bkg-grey-banner-9 {
  background-color: rgba(246, 249, 249, .9) !important
}

.bkg-grey-banner-10 {
  background-color: #f6f9f9 !important
}

.txt-yellow {
  color: #f4c135 !important
}

.bkg-yellow {
  background-color: #f4c135 !important
}

.bkg-yellow-1 {
  background-color: rgba(244, 193, 53, .1) !important
}

.bkg-yellow-2 {
  background-color: rgba(244, 193, 53, .2) !important
}

.bkg-yellow-3 {
  background-color: rgba(244, 193, 53, .3) !important
}

.bkg-yellow-4 {
  background-color: rgba(244, 193, 53, .4) !important
}

.bkg-yellow-5 {
  background-color: rgba(244, 193, 53, .5) !important
}

.bkg-yellow-6 {
  background-color: rgba(244, 193, 53, .6) !important
}

.bkg-yellow-7 {
  background-color: rgba(244, 193, 53, .7) !important
}

.bkg-yellow-8 {
  background-color: rgba(244, 193, 53, .8) !important
}

.bkg-yellow-9 {
  background-color: rgba(244, 193, 53, .9) !important
}

.bkg-yellow-10 {
  background-color: #f4c135 !important
}

.txt-yellow-light {
  color: #fcecc2 !important
}

.bkg-yellow-light {
  background-color: #fcecc2 !important
}

.bkg-yellow-light-1 {
  background-color: rgba(252, 236, 194, .1) !important
}

.bkg-yellow-light-2 {
  background-color: rgba(252, 236, 194, .2) !important
}

.bkg-yellow-light-3 {
  background-color: rgba(252, 236, 194, .3) !important
}

.bkg-yellow-light-4 {
  background-color: rgba(252, 236, 194, .4) !important
}

.bkg-yellow-light-5 {
  background-color: rgba(252, 236, 194, .5) !important
}

.bkg-yellow-light-6 {
  background-color: rgba(252, 236, 194, .6) !important
}

.bkg-yellow-light-7 {
  background-color: rgba(252, 236, 194, .7) !important
}

.bkg-yellow-light-8 {
  background-color: rgba(252, 236, 194, .8) !important
}

.bkg-yellow-light-9 {
  background-color: rgba(252, 236, 194, .9) !important
}

.bkg-yellow-light-10 {
  background-color: #fcecc2 !important
}

.txt-yellow-dark {
  color: #ff8a02 !important
}

.bkg-yellow-dark {
  background-color: #ff8a02 !important
}

.bkg-yellow-dark-1 {
  background-color: rgba(255, 138, 2, .1) !important
}

.bkg-yellow-dark-2 {
  background-color: rgba(255, 138, 2, .2) !important
}

.bkg-yellow-dark-3 {
  background-color: rgba(255, 138, 2, .3) !important
}

.bkg-yellow-dark-4 {
  background-color: rgba(255, 138, 2, .4) !important
}

.bkg-yellow-dark-5 {
  background-color: rgba(255, 138, 2, .5) !important
}

.bkg-yellow-dark-6 {
  background-color: rgba(255, 138, 2, .6) !important
}

.bkg-yellow-dark-7 {
  background-color: rgba(255, 138, 2, .7) !important
}

.bkg-yellow-dark-8 {
  background-color: rgba(255, 138, 2, .8) !important
}

.bkg-yellow-dark-9 {
  background-color: rgba(255, 138, 2, .9) !important
}

.bkg-yellow-dark-10 {
  background-color: #ff8a02 !important
}

.txt-green {
  color: #4aed66 !important
}

.bkg-green {
  background-color: #4aed66 !important
}

.bkg-green-1 {
  background-color: rgba(74, 237, 102, .1) !important
}

.bkg-green-2 {
  background-color: rgba(74, 237, 102, .2) !important
}

.bkg-green-3 {
  background-color: rgba(74, 237, 102, .3) !important
}

.bkg-green-4 {
  background-color: rgba(74, 237, 102, .4) !important
}

.bkg-green-5 {
  background-color: rgba(74, 237, 102, .5) !important
}

.bkg-green-6 {
  background-color: rgba(74, 237, 102, .6) !important
}

.bkg-green-7 {
  background-color: rgba(74, 237, 102, .7) !important
}

.bkg-green-8 {
  background-color: rgba(74, 237, 102, .8) !important
}

.bkg-green-9 {
  background-color: rgba(74, 237, 102, .9) !important
}

.bkg-green-10 {
  background-color: #4aed66 !important
}

.txt-red {
  color: #e80b1b !important
}

.bkg-red {
  background-color: #e80b1b !important
}

.bkg-red-1 {
  background-color: rgba(232, 11, 27, .1) !important
}

.bkg-red-2 {
  background-color: rgba(232, 11, 27, .2) !important
}

.bkg-red-3 {
  background-color: rgba(232, 11, 27, .3) !important
}

.bkg-red-4 {
  background-color: rgba(232, 11, 27, .4) !important
}

.bkg-red-5 {
  background-color: rgba(232, 11, 27, .5) !important
}

.bkg-red-6 {
  background-color: rgba(232, 11, 27, .6) !important
}

.bkg-red-7 {
  background-color: rgba(232, 11, 27, .7) !important
}

.bkg-red-8 {
  background-color: rgba(232, 11, 27, .8) !important
}

.bkg-red-9 {
  background-color: rgba(232, 11, 27, .9) !important
}

.bkg-red-10 {
  background-color: #e80b1b !important
}

.txt-type-orange {
  color: #f29138 !important
}

.bkg-type-orange {
  background-color: #f29138 !important
}

.bkg-type-orange-1 {
  background-color: rgba(242, 145, 56, .1) !important
}

.bkg-type-orange-2 {
  background-color: rgba(242, 145, 56, .2) !important
}

.bkg-type-orange-3 {
  background-color: rgba(242, 145, 56, .3) !important
}

.bkg-type-orange-4 {
  background-color: rgba(242, 145, 56, .4) !important
}

.bkg-type-orange-5 {
  background-color: rgba(242, 145, 56, .5) !important
}

.bkg-type-orange-6 {
  background-color: rgba(242, 145, 56, .6) !important
}

.bkg-type-orange-7 {
  background-color: rgba(242, 145, 56, .7) !important
}

.bkg-type-orange-8 {
  background-color: rgba(242, 145, 56, .8) !important
}

.bkg-type-orange-9 {
  background-color: rgba(242, 145, 56, .9) !important
}

.bkg-type-orange-10 {
  background-color: #f29138 !important
}

.txt-type-yellow {
  color: #c98a0d !important
}

.bkg-type-yellow {
  background-color: #c98a0d !important
}

.bkg-type-yellow-1 {
  background-color: rgba(201, 138, 13, .1) !important
}

.bkg-type-yellow-2 {
  background-color: rgba(201, 138, 13, .2) !important
}

.bkg-type-yellow-3 {
  background-color: rgba(201, 138, 13, .3) !important
}

.bkg-type-yellow-4 {
  background-color: rgba(201, 138, 13, .4) !important
}

.bkg-type-yellow-5 {
  background-color: rgba(201, 138, 13, .5) !important
}

.bkg-type-yellow-6 {
  background-color: rgba(201, 138, 13, .6) !important
}

.bkg-type-yellow-7 {
  background-color: rgba(201, 138, 13, .7) !important
}

.bkg-type-yellow-8 {
  background-color: rgba(201, 138, 13, .8) !important
}

.bkg-type-yellow-9 {
  background-color: rgba(201, 138, 13, .9) !important
}

.bkg-type-yellow-10 {
  background-color: #c98a0d !important
}

.txt-type-green {
  color: #157e1b !important
}

.bkg-type-green {
  background-color: #157e1b !important
}

.bkg-type-green-1 {
  background-color: rgba(21, 126, 27, .1) !important
}

.bkg-type-green-2 {
  background-color: rgba(21, 126, 27, .2) !important
}

.bkg-type-green-3 {
  background-color: rgba(21, 126, 27, .3) !important
}

.bkg-type-green-4 {
  background-color: rgba(21, 126, 27, .4) !important
}

.bkg-type-green-5 {
  background-color: rgba(21, 126, 27, .5) !important
}

.bkg-type-green-6 {
  background-color: rgba(21, 126, 27, .6) !important
}

.bkg-type-green-7 {
  background-color: rgba(21, 126, 27, .7) !important
}

.bkg-type-green-8 {
  background-color: rgba(21, 126, 27, .8) !important
}

.bkg-type-green-9 {
  background-color: rgba(21, 126, 27, .9) !important
}

.bkg-type-green-10 {
  background-color: #157e1b !important
}

.txt-type-blue {
  color: #060985 !important
}

.bkg-type-blue {
  background-color: #060985 !important
}

.bkg-type-blue-1 {
  background-color: rgba(6, 9, 133, .1) !important
}

.bkg-type-blue-2 {
  background-color: rgba(6, 9, 133, .2) !important
}

.bkg-type-blue-3 {
  background-color: rgba(6, 9, 133, .3) !important
}

.bkg-type-blue-4 {
  background-color: rgba(6, 9, 133, .4) !important
}

.bkg-type-blue-5 {
  background-color: rgba(6, 9, 133, .5) !important
}

.bkg-type-blue-6 {
  background-color: rgba(6, 9, 133, .6) !important
}

.bkg-type-blue-7 {
  background-color: rgba(6, 9, 133, .7) !important
}

.bkg-type-blue-8 {
  background-color: rgba(6, 9, 133, .8) !important
}

.bkg-type-blue-9 {
  background-color: rgba(6, 9, 133, .9) !important
}

.bkg-type-blue-10 {
  background-color: #060985 !important
}

.txt-type-red {
  color: #bd0004 !important
}

.bkg-type-red {
  background-color: #bd0004 !important
}

.bkg-type-red-1 {
  background-color: rgba(189, 0, 4, .1) !important
}

.bkg-type-red-2 {
  background-color: rgba(189, 0, 4, .2) !important
}

.bkg-type-red-3 {
  background-color: rgba(189, 0, 4, .3) !important
}

.bkg-type-red-4 {
  background-color: rgba(189, 0, 4, .4) !important
}

.bkg-type-red-5 {
  background-color: rgba(189, 0, 4, .5) !important
}

.bkg-type-red-6 {
  background-color: rgba(189, 0, 4, .6) !important
}

.bkg-type-red-7 {
  background-color: rgba(189, 0, 4, .7) !important
}

.bkg-type-red-8 {
  background-color: rgba(189, 0, 4, .8) !important
}

.bkg-type-red-9 {
  background-color: rgba(189, 0, 4, .9) !important
}

.bkg-type-red-10 {
  background-color: #bd0004 !important
}

.txt-open {
  color: #1ec73b !important
}

.bkg-open {
  background-color: #1ec73b !important
}

.bkg-open-1 {
  background-color: rgba(30, 199, 59, .1) !important
}

.bkg-open-2 {
  background-color: rgba(30, 199, 59, .2) !important
}

.bkg-open-3 {
  background-color: rgba(30, 199, 59, .3) !important
}

.bkg-open-4 {
  background-color: rgba(30, 199, 59, .4) !important
}

.bkg-open-5 {
  background-color: rgba(30, 199, 59, .5) !important
}

.bkg-open-6 {
  background-color: rgba(30, 199, 59, .6) !important
}

.bkg-open-7 {
  background-color: rgba(30, 199, 59, .7) !important
}

.bkg-open-8 {
  background-color: rgba(30, 199, 59, .8) !important
}

.bkg-open-9 {
  background-color: rgba(30, 199, 59, .9) !important
}

.bkg-open-10 {
  background-color: #1ec73b !important
}

.txt-close {
  color: #e63026 !important
}

.bkg-close {
  background-color: #e63026 !important
}

.bkg-close-1 {
  background-color: rgba(230, 48, 38, .1) !important
}

.bkg-close-2 {
  background-color: rgba(230, 48, 38, .2) !important
}

.bkg-close-3 {
  background-color: rgba(230, 48, 38, .3) !important
}

.bkg-close-4 {
  background-color: rgba(230, 48, 38, .4) !important
}

.bkg-close-5 {
  background-color: rgba(230, 48, 38, .5) !important
}

.bkg-close-6 {
  background-color: rgba(230, 48, 38, .6) !important
}

.bkg-close-7 {
  background-color: rgba(230, 48, 38, .7) !important
}

.bkg-close-8 {
  background-color: rgba(230, 48, 38, .8) !important
}

.bkg-close-9 {
  background-color: rgba(230, 48, 38, .9) !important
}

.bkg-close-10 {
  background-color: #e63026 !important
}

.txt-warning {
  color: #c98a0d !important
}

.bkg-warning {
  background-color: #c98a0d !important
}

.bkg-warning-1 {
  background-color: rgba(201, 138, 13, .1) !important
}

.bkg-warning-2 {
  background-color: rgba(201, 138, 13, .2) !important
}

.bkg-warning-3 {
  background-color: rgba(201, 138, 13, .3) !important
}

.bkg-warning-4 {
  background-color: rgba(201, 138, 13, .4) !important
}

.bkg-warning-5 {
  background-color: rgba(201, 138, 13, .5) !important
}

.bkg-warning-6 {
  background-color: rgba(201, 138, 13, .6) !important
}

.bkg-warning-7 {
  background-color: rgba(201, 138, 13, .7) !important
}

.bkg-warning-8 {
  background-color: rgba(201, 138, 13, .8) !important
}

.bkg-warning-9 {
  background-color: rgba(201, 138, 13, .9) !important
}

.bkg-warning-10 {
  background-color: #c98a0d !important
}

.txt-hikers {
  color: #00693b !important
}

.bkg-hikers {
  background-color: #00693b !important
}

.bkg-hikers-1 {
  background-color: rgba(0, 105, 59, .1) !important
}

.bkg-hikers-2 {
  background-color: rgba(0, 105, 59, .2) !important
}

.bkg-hikers-3 {
  background-color: rgba(0, 105, 59, .3) !important
}

.bkg-hikers-4 {
  background-color: rgba(0, 105, 59, .4) !important
}

.bkg-hikers-5 {
  background-color: rgba(0, 105, 59, .5) !important
}

.bkg-hikers-6 {
  background-color: rgba(0, 105, 59, .6) !important
}

.bkg-hikers-7 {
  background-color: rgba(0, 105, 59, .7) !important
}

.bkg-hikers-8 {
  background-color: rgba(0, 105, 59, .8) !important
}

.bkg-hikers-9 {
  background-color: rgba(0, 105, 59, .9) !important
}

.bkg-hikers-10 {
  background-color: #00693b !important
}

.txt-bikers {
  color: #c81425 !important
}

.bkg-bikers {
  background-color: #c81425 !important
}

.bkg-bikers-1 {
  background-color: rgba(200, 20, 37, .1) !important
}

.bkg-bikers-2 {
  background-color: rgba(200, 20, 37, .2) !important
}

.bkg-bikers-3 {
  background-color: rgba(200, 20, 37, .3) !important
}

.bkg-bikers-4 {
  background-color: rgba(200, 20, 37, .4) !important
}

.bkg-bikers-5 {
  background-color: rgba(200, 20, 37, .5) !important
}

.bkg-bikers-6 {
  background-color: rgba(200, 20, 37, .6) !important
}

.bkg-bikers-7 {
  background-color: rgba(200, 20, 37, .7) !important
}

.bkg-bikers-8 {
  background-color: rgba(200, 20, 37, .8) !important
}

.bkg-bikers-9 {
  background-color: rgba(200, 20, 37, .9) !important
}

.bkg-bikers-10 {
  background-color: #c81425 !important
}

.txt-winter {
  color: #005eb8 !important
}

.bkg-winter {
  background-color: #005eb8 !important
}

.bkg-winter-1 {
  background-color: rgba(0, 94, 184, .1) !important
}

.bkg-winter-2 {
  background-color: rgba(0, 94, 184, .2) !important
}

.bkg-winter-3 {
  background-color: rgba(0, 94, 184, .3) !important
}

.bkg-winter-4 {
  background-color: rgba(0, 94, 184, .4) !important
}

.bkg-winter-5 {
  background-color: rgba(0, 94, 184, .5) !important
}

.bkg-winter-6 {
  background-color: rgba(0, 94, 184, .6) !important
}

.bkg-winter-7 {
  background-color: rgba(0, 94, 184, .7) !important
}

.bkg-winter-8 {
  background-color: rgba(0, 94, 184, .8) !important
}

.bkg-winter-9 {
  background-color: rgba(0, 94, 184, .9) !important
}

.bkg-winter-10 {
  background-color: #005eb8 !important
}

.txt-winter-light {
  color: #77bcff !important
}

.bkg-winter-light {
  background-color: #77bcff !important
}

.bkg-winter-light-1 {
  background-color: rgba(119, 188, 255, .1) !important
}

.bkg-winter-light-2 {
  background-color: rgba(119, 188, 255, .2) !important
}

.bkg-winter-light-3 {
  background-color: rgba(119, 188, 255, .3) !important
}

.bkg-winter-light-4 {
  background-color: rgba(119, 188, 255, .4) !important
}

.bkg-winter-light-5 {
  background-color: rgba(119, 188, 255, .5) !important
}

.bkg-winter-light-6 {
  background-color: rgba(119, 188, 255, .6) !important
}

.bkg-winter-light-7 {
  background-color: rgba(119, 188, 255, .7) !important
}

.bkg-winter-light-8 {
  background-color: rgba(119, 188, 255, .8) !important
}

.bkg-winter-light-9 {
  background-color: rgba(119, 188, 255, .9) !important
}

.bkg-winter-light-10 {
  background-color: #77bcff !important
}

.txt-winter-alpha {
  color: #80afdc !important
}

.bkg-winter-alpha {
  background-color: #80afdc !important
}

.bkg-winter-alpha-1 {
  background-color: rgba(128, 175, 220, .1) !important
}

.bkg-winter-alpha-2 {
  background-color: rgba(128, 175, 220, .2) !important
}

.bkg-winter-alpha-3 {
  background-color: rgba(128, 175, 220, .3) !important
}

.bkg-winter-alpha-4 {
  background-color: rgba(128, 175, 220, .4) !important
}

.bkg-winter-alpha-5 {
  background-color: rgba(128, 175, 220, .5) !important
}

.bkg-winter-alpha-6 {
  background-color: rgba(128, 175, 220, .6) !important
}

.bkg-winter-alpha-7 {
  background-color: rgba(128, 175, 220, .7) !important
}

.bkg-winter-alpha-8 {
  background-color: rgba(128, 175, 220, .8) !important
}

.bkg-winter-alpha-9 {
  background-color: rgba(128, 175, 220, .9) !important
}

.bkg-winter-alpha-10 {
  background-color: #80afdc !important
}

.txt-summer {
  color: #359846 !important
}

.bkg-summer {
  background-color: #359846 !important
}

.bkg-summer-1 {
  background-color: rgba(53, 152, 70, .1) !important
}

.bkg-summer-2 {
  background-color: rgba(53, 152, 70, .2) !important
}

.bkg-summer-3 {
  background-color: rgba(53, 152, 70, .3) !important
}

.bkg-summer-4 {
  background-color: rgba(53, 152, 70, .4) !important
}

.bkg-summer-5 {
  background-color: rgba(53, 152, 70, .5) !important
}

.bkg-summer-6 {
  background-color: rgba(53, 152, 70, .6) !important
}

.bkg-summer-7 {
  background-color: rgba(53, 152, 70, .7) !important
}

.bkg-summer-8 {
  background-color: rgba(53, 152, 70, .8) !important
}

.bkg-summer-9 {
  background-color: rgba(53, 152, 70, .9) !important
}

.bkg-summer-10 {
  background-color: #359846 !important
}

.txt-summer-light {
  color: #79d97f !important
}

.bkg-summer-light {
  background-color: #79d97f !important
}

.bkg-summer-light-1 {
  background-color: rgba(121, 217, 127, .1) !important
}

.bkg-summer-light-2 {
  background-color: rgba(121, 217, 127, .2) !important
}

.bkg-summer-light-3 {
  background-color: rgba(121, 217, 127, .3) !important
}

.bkg-summer-light-4 {
  background-color: rgba(121, 217, 127, .4) !important
}

.bkg-summer-light-5 {
  background-color: rgba(121, 217, 127, .5) !important
}

.bkg-summer-light-6 {
  background-color: rgba(121, 217, 127, .6) !important
}

.bkg-summer-light-7 {
  background-color: rgba(121, 217, 127, .7) !important
}

.bkg-summer-light-8 {
  background-color: rgba(121, 217, 127, .8) !important
}

.bkg-summer-light-9 {
  background-color: rgba(121, 217, 127, .9) !important
}

.bkg-summer-light-10 {
  background-color: #79d97f !important
}

.txt-summer-alpha {
  color: #9acca3 !important
}

.bkg-summer-alpha {
  background-color: #9acca3 !important
}

.bkg-summer-alpha-1 {
  background-color: rgba(154, 204, 163, .1) !important
}

.bkg-summer-alpha-2 {
  background-color: rgba(154, 204, 163, .2) !important
}

.bkg-summer-alpha-3 {
  background-color: rgba(154, 204, 163, .3) !important
}

.bkg-summer-alpha-4 {
  background-color: rgba(154, 204, 163, .4) !important
}

.bkg-summer-alpha-5 {
  background-color: rgba(154, 204, 163, .5) !important
}

.bkg-summer-alpha-6 {
  background-color: rgba(154, 204, 163, .6) !important
}

.bkg-summer-alpha-7 {
  background-color: rgba(154, 204, 163, .7) !important
}

.bkg-summer-alpha-8 {
  background-color: rgba(154, 204, 163, .8) !important
}

.bkg-summer-alpha-9 {
  background-color: rgba(154, 204, 163, .9) !important
}

.bkg-summer-alpha-10 {
  background-color: #9acca3 !important
}

.table-wrapper .table-responsive table tbody tr p.type.white::before {
  border: 1px solid #fff
}

.table-wrapper .table-responsive table tbody tr p.type.white::after {
  background-color: #fff
}

.table-wrapper .table-responsive table tbody tr p.type.black::before {
  border: 1px solid #000
}

.table-wrapper .table-responsive table tbody tr p.type.black::after {
  background-color: #000
}

.table-wrapper .table-responsive table tbody tr p.type.white-med::before {
  border: 1px solid #f8f8f8
}

.table-wrapper .table-responsive table tbody tr p.type.white-med::after {
  background-color: #f8f8f8
}

.table-wrapper .table-responsive table tbody tr p.type.blue::before {
  border: 1px solid #00182f
}

.table-wrapper .table-responsive table tbody tr p.type.blue::after {
  background-color: #00182f
}

.table-wrapper .table-responsive table tbody tr p.type.blue-light::before {
  border: 1px solid #deecf8
}

.table-wrapper .table-responsive table tbody tr p.type.blue-light::after {
  background-color: #deecf8
}

.table-wrapper .table-responsive table tbody tr p.type.orange::before {
  border: 1px solid #ff5200
}

.table-wrapper .table-responsive table tbody tr p.type.orange::after {
  background-color: #ff5200
}

.table-wrapper .table-responsive table tbody tr p.type.orange-dark::before {
  border: 1px solid #d64400
}

.table-wrapper .table-responsive table tbody tr p.type.orange-dark::after {
  background-color: #d64400
}

.table-wrapper .table-responsive table tbody tr p.type.orange-darkest::before {
  border: 1px solid #c14005
}

.table-wrapper .table-responsive table tbody tr p.type.orange-darkest::after {
  background-color: #c14005
}

.table-wrapper .table-responsive table tbody tr p.type.grey::before {
  border: 1px solid #e8edf2
}

.table-wrapper .table-responsive table tbody tr p.type.grey::after {
  background-color: #e8edf2
}

.table-wrapper .table-responsive table tbody tr p.type.grey-alt::before {
  border: 1px solid #e8eff1
}

.table-wrapper .table-responsive table tbody tr p.type.grey-alt::after {
  background-color: #e8eff1
}

.table-wrapper .table-responsive table tbody tr p.type.grey-med::before {
  border: 1px solid #edf1f3
}

.table-wrapper .table-responsive table tbody tr p.type.grey-med::after {
  background-color: #edf1f3
}

.table-wrapper .table-responsive table tbody tr p.type.grey-separator::before {
  border: 1px solid #bdbaca
}

.table-wrapper .table-responsive table tbody tr p.type.grey-separator::after {
  background-color: #bdbaca
}

.table-wrapper .table-responsive table tbody tr p.type.grey-select::before {
  border: 1px solid #c4c9cd
}

.table-wrapper .table-responsive table tbody tr p.type.grey-select::after {
  background-color: #c4c9cd
}

.table-wrapper .table-responsive table tbody tr p.type.grey-search::before {
  border: 1px solid #c5c5c5
}

.table-wrapper .table-responsive table tbody tr p.type.grey-search::after {
  background-color: #c5c5c5
}

.table-wrapper .table-responsive table tbody tr p.type.grey-search-alt::before {
  border: 1px solid #f2f1f4
}

.table-wrapper .table-responsive table tbody tr p.type.grey-search-alt::after {
  background-color: #f2f1f4
}

.table-wrapper .table-responsive table tbody tr p.type.grey-light::before {
  border: 1px solid #d9d9d9
}

.table-wrapper .table-responsive table tbody tr p.type.grey-light::after {
  background-color: #d9d9d9
}

.table-wrapper .table-responsive table tbody tr p.type.grey-dark::before {
  border: 1px solid #5f6061
}

.table-wrapper .table-responsive table tbody tr p.type.grey-dark::after {
  background-color: #5f6061
}

.table-wrapper .table-responsive table tbody tr p.type.grey-dark-alt::before {
  border: 1px solid #6a6a6a
}

.table-wrapper .table-responsive table tbody tr p.type.grey-dark-alt::after {
  background-color: #6a6a6a
}

.table-wrapper .table-responsive table tbody tr p.type.grey-banner::before {
  border: 1px solid #f6f9f9
}

.table-wrapper .table-responsive table tbody tr p.type.grey-banner::after {
  background-color: #f6f9f9
}

.table-wrapper .table-responsive table tbody tr p.type.yellow::before {
  border: 1px solid #f4c135
}

.table-wrapper .table-responsive table tbody tr p.type.yellow::after {
  background-color: #f4c135
}

.table-wrapper .table-responsive table tbody tr p.type.yellow-light::before {
  border: 1px solid #fcecc2
}

.table-wrapper .table-responsive table tbody tr p.type.yellow-light::after {
  background-color: #fcecc2
}

.table-wrapper .table-responsive table tbody tr p.type.yellow-dark::before {
  border: 1px solid #ff8a02
}

.table-wrapper .table-responsive table tbody tr p.type.yellow-dark::after {
  background-color: #ff8a02
}

.table-wrapper .table-responsive table tbody tr p.type.green::before {
  border: 1px solid #4aed66
}

.table-wrapper .table-responsive table tbody tr p.type.green::after {
  background-color: #4aed66
}

.table-wrapper .table-responsive table tbody tr p.type.red::before {
  border: 1px solid #e80b1b
}

.table-wrapper .table-responsive table tbody tr p.type.red::after {
  background-color: #e80b1b
}

.table-wrapper .table-responsive table tbody tr p.type.type-orange::before {
  border: 1px solid #f29138
}

.table-wrapper .table-responsive table tbody tr p.type.type-orange::after {
  background-color: #f29138
}

.table-wrapper .table-responsive table tbody tr p.type.type-yellow::before {
  border: 1px solid #c98a0d
}

.table-wrapper .table-responsive table tbody tr p.type.type-yellow::after {
  background-color: #c98a0d
}

.table-wrapper .table-responsive table tbody tr p.type.type-green::before {
  border: 1px solid #157e1b
}

.table-wrapper .table-responsive table tbody tr p.type.type-green::after {
  background-color: #157e1b
}

.table-wrapper .table-responsive table tbody tr p.type.type-blue::before {
  border: 1px solid #060985
}

.table-wrapper .table-responsive table tbody tr p.type.type-blue::after {
  background-color: #060985
}

.table-wrapper .table-responsive table tbody tr p.type.type-red::before {
  border: 1px solid #bd0004
}

.table-wrapper .table-responsive table tbody tr p.type.type-red::after {
  background-color: #bd0004
}

.table-wrapper .table-responsive table tbody tr p.type.open::before {
  border: 1px solid #1ec73b
}

.table-wrapper .table-responsive table tbody tr p.type.open::after {
  background-color: #1ec73b
}

.table-wrapper .table-responsive table tbody tr p.type.close::before {
  border: 1px solid #e63026
}

.table-wrapper .table-responsive table tbody tr p.type.close::after {
  background-color: #e63026
}

.table-wrapper .table-responsive table tbody tr p.type.warning::before {
  border: 1px solid #c98a0d
}

.table-wrapper .table-responsive table tbody tr p.type.warning::after {
  background-color: #c98a0d
}

.table-wrapper .table-responsive table tbody tr p.type.hikers::before {
  border: 1px solid #00693b
}

.table-wrapper .table-responsive table tbody tr p.type.hikers::after {
  background-color: #00693b
}

.table-wrapper .table-responsive table tbody tr p.type.bikers::before {
  border: 1px solid #c81425
}

.table-wrapper .table-responsive table tbody tr p.type.bikers::after {
  background-color: #c81425
}

.table-wrapper .table-responsive table tbody tr p.type.winter::before {
  border: 1px solid #005eb8
}

.table-wrapper .table-responsive table tbody tr p.type.winter::after {
  background-color: #005eb8
}

.table-wrapper .table-responsive table tbody tr p.type.winter-light::before {
  border: 1px solid #77bcff
}

.table-wrapper .table-responsive table tbody tr p.type.winter-light::after {
  background-color: #77bcff
}

.table-wrapper .table-responsive table tbody tr p.type.winter-alpha::before {
  border: 1px solid #80afdc
}

.table-wrapper .table-responsive table tbody tr p.type.winter-alpha::after {
  background-color: #80afdc
}

.table-wrapper .table-responsive table tbody tr p.type.summer::before {
  border: 1px solid #359846
}

.table-wrapper .table-responsive table tbody tr p.type.summer::after {
  background-color: #359846
}

.table-wrapper .table-responsive table tbody tr p.type.summer-light::before {
  border: 1px solid #79d97f
}

.table-wrapper .table-responsive table tbody tr p.type.summer-light::after {
  background-color: #79d97f
}

.table-wrapper .table-responsive table tbody tr p.type.summer-alpha::before {
  border: 1px solid #9acca3
}

.table-wrapper .table-responsive table tbody tr p.type.summer-alpha::after {
  background-color: #9acca3
}

.table-wrapper .table-responsive table tbody tr p.status.white i::after {
  color: #fff
}

.table-wrapper .table-responsive table tbody tr p.status.black i::after {
  color: #000
}

.table-wrapper .table-responsive table tbody tr p.status.white-med i::after {
  color: #f8f8f8
}

.table-wrapper .table-responsive table tbody tr p.status.blue i::after {
  color: #00182f
}

.table-wrapper .table-responsive table tbody tr p.status.blue-light i::after {
  color: #deecf8
}

.table-wrapper .table-responsive table tbody tr p.status.orange i::after {
  color: #ff5200
}

.table-wrapper .table-responsive table tbody tr p.status.orange-dark i::after {
  color: #d64400
}

.table-wrapper .table-responsive table tbody tr p.status.orange-darkest i::after {
  color: #c14005
}

.table-wrapper .table-responsive table tbody tr p.status.grey i::after {
  color: #e8edf2
}

.table-wrapper .table-responsive table tbody tr p.status.grey-alt i::after {
  color: #e8eff1
}

.table-wrapper .table-responsive table tbody tr p.status.grey-med i::after {
  color: #edf1f3
}

.table-wrapper .table-responsive table tbody tr p.status.grey-separator i::after {
  color: #bdbaca
}

.table-wrapper .table-responsive table tbody tr p.status.grey-select i::after {
  color: #c4c9cd
}

.table-wrapper .table-responsive table tbody tr p.status.grey-search i::after {
  color: #c5c5c5
}

.table-wrapper .table-responsive table tbody tr p.status.grey-search-alt i::after {
  color: #f2f1f4
}

.table-wrapper .table-responsive table tbody tr p.status.grey-light i::after {
  color: #d9d9d9
}

.table-wrapper .table-responsive table tbody tr p.status.grey-dark i::after {
  color: #5f6061
}

.table-wrapper .table-responsive table tbody tr p.status.grey-dark-alt i::after {
  color: #6a6a6a
}

.table-wrapper .table-responsive table tbody tr p.status.grey-banner i::after {
  color: #f6f9f9
}

.table-wrapper .table-responsive table tbody tr p.status.yellow i::after {
  color: #f4c135
}

.table-wrapper .table-responsive table tbody tr p.status.yellow-light i::after {
  color: #fcecc2
}

.table-wrapper .table-responsive table tbody tr p.status.yellow-dark i::after {
  color: #ff8a02
}

.table-wrapper .table-responsive table tbody tr p.status.green i::after {
  color: #4aed66
}

.table-wrapper .table-responsive table tbody tr p.status.red i::after {
  color: #e80b1b
}

.table-wrapper .table-responsive table tbody tr p.status.type-orange i::after {
  color: #f29138
}

.table-wrapper .table-responsive table tbody tr p.status.type-yellow i::after {
  color: #c98a0d
}

.table-wrapper .table-responsive table tbody tr p.status.type-green i::after {
  color: #157e1b
}

.table-wrapper .table-responsive table tbody tr p.status.type-blue i::after {
  color: #060985
}

.table-wrapper .table-responsive table tbody tr p.status.type-red i::after {
  color: #bd0004
}

.table-wrapper .table-responsive table tbody tr p.status.open i::after {
  color: #1ec73b
}

.table-wrapper .table-responsive table tbody tr p.status.close i::after {
  color: #e63026
}

.table-wrapper .table-responsive table tbody tr p.status.warning i::after {
  color: #c98a0d
}

.table-wrapper .table-responsive table tbody tr p.status.hikers i::after {
  color: #00693b
}

.table-wrapper .table-responsive table tbody tr p.status.bikers i::after {
  color: #c81425
}

.table-wrapper .table-responsive table tbody tr p.status.winter i::after {
  color: #005eb8
}

.table-wrapper .table-responsive table tbody tr p.status.winter-light i::after {
  color: #77bcff
}

.table-wrapper .table-responsive table tbody tr p.status.winter-alpha i::after {
  color: #80afdc
}

.table-wrapper .table-responsive table tbody tr p.status.summer i::after {
  color: #359846
}

.table-wrapper .table-responsive table tbody tr p.status.summer-light i::after {
  color: #79d97f
}

.table-wrapper .table-responsive table tbody tr p.status.summer-alpha i::after {
  color: #9acca3
}

.live-info>div .label p.status.white::before {
  background-color: #fff
}

.live-info>div .label p.status.black::before {
  background-color: #000
}

.live-info>div .label p.status.white-med::before {
  background-color: #f8f8f8
}

.live-info>div .label p.status.blue::before {
  background-color: #00182f
}

.live-info>div .label p.status.blue-light::before {
  background-color: #deecf8
}

.live-info>div .label p.status.orange::before {
  background-color: #ff5200
}

.live-info>div .label p.status.orange-dark::before {
  background-color: #d64400
}

.live-info>div .label p.status.orange-darkest::before {
  background-color: #c14005
}

.live-info>div .label p.status.grey::before {
  background-color: #e8edf2
}

.live-info>div .label p.status.grey-alt::before {
  background-color: #e8eff1
}

.live-info>div .label p.status.grey-med::before {
  background-color: #edf1f3
}

.live-info>div .label p.status.grey-separator::before {
  background-color: #bdbaca
}

.live-info>div .label p.status.grey-select::before {
  background-color: #c4c9cd
}

.live-info>div .label p.status.grey-search::before {
  background-color: #c5c5c5
}

.live-info>div .label p.status.grey-search-alt::before {
  background-color: #f2f1f4
}

.live-info>div .label p.status.grey-light::before {
  background-color: #d9d9d9
}

.live-info>div .label p.status.grey-dark::before {
  background-color: #5f6061
}

.live-info>div .label p.status.grey-dark-alt::before {
  background-color: #6a6a6a
}

.live-info>div .label p.status.grey-banner::before {
  background-color: #f6f9f9
}

.live-info>div .label p.status.yellow::before {
  background-color: #f4c135
}

.live-info>div .label p.status.yellow-light::before {
  background-color: #fcecc2
}

.live-info>div .label p.status.yellow-dark::before {
  background-color: #ff8a02
}

.live-info>div .label p.status.green::before {
  background-color: #4aed66
}

.live-info>div .label p.status.red::before {
  background-color: #e80b1b
}

.live-info>div .label p.status.type-orange::before {
  background-color: #f29138
}

.live-info>div .label p.status.type-yellow::before {
  background-color: #c98a0d
}

.live-info>div .label p.status.type-green::before {
  background-color: #157e1b
}

.live-info>div .label p.status.type-blue::before {
  background-color: #060985
}

.live-info>div .label p.status.type-red::before {
  background-color: #bd0004
}

.live-info>div .label p.status.open::before {
  background-color: #1ec73b
}

.live-info>div .label p.status.close::before {
  background-color: #e63026
}

.live-info>div .label p.status.warning::before {
  background-color: #c98a0d
}

.live-info>div .label p.status.hikers::before {
  background-color: #00693b
}

.live-info>div .label p.status.bikers::before {
  background-color: #c81425
}

.live-info>div .label p.status.winter::before {
  background-color: #005eb8
}

.live-info>div .label p.status.winter-light::before {
  background-color: #77bcff
}

.live-info>div .label p.status.winter-alpha::before {
  background-color: #80afdc
}

.live-info>div .label p.status.summer::before {
  background-color: #359846
}

.live-info>div .label p.status.summer-light::before {
  background-color: #79d97f
}

.live-info>div .label p.status.summer-alpha::before {
  background-color: #9acca3
}

.theme-winter {
  --main: #005EB8;
  --main-light: #77BCFF;
  --main-alpha: #80AFDC
}

.theme-summer {
  --main: #359846;
  --main-light: #79D97F;
  --main-alpha: #9ACCA3
}

.font-gantari {
  font-family: "Gantari", sans-serif !important
}

html,
body {
  color: #00182f;
  font-family: "Gantari", sans-serif;
  font-weight: 400
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  display: block;
  float: left;
  width: 100%;
  margin-bottom: 0;
  color: #00182f;
  letter-spacing: 0;
  font-family: "Gantari", sans-serif;
  font-weight: 400
}

h1,
.h1 {
  font-size: 32px;
  line-height: 41px;
  font-weight: 300
}

@media(min-width: 375px) {

  h1,
  .h1 {
    font-size: calc(32px + 22*(100vw - 375px)/1065);
    line-height: calc(41px + 22*(100vw - 375px)/1065)
  }
}

@media(min-width: 1440px) {

  h1,
  .h1 {
    font-size: 54px;
    line-height: 63px
  }
}

h1 strong,
.h1 strong {
  font-weight: 700;
  text-transform: uppercase
}

h2,
.h2 {
  font-size: 26px;
  line-height: 34px;
  letter-spacing: .03rem;
  text-transform: uppercase
}

@media(min-width: 375px) {

  h2,
  .h2 {
    font-size: calc(26px + 14*(100vw - 375px)/1065);
    line-height: calc(34px + 12*(100vw - 375px)/1065)
  }
}

@media(min-width: 1440px) {

  h2,
  .h2 {
    font-size: 40px;
    line-height: 46px
  }
}

h3,
.h3 {
  font-size: 26px;
  line-height: 34px;
  font-weight: 400;
  letter-spacing: .03rem
}

@media(min-width: 375px) {

  h3,
  .h3 {
    font-size: calc(26px + 2*(100vw - 375px)/1065);
    line-height: calc(34px + 2*(100vw - 375px)/1065)
  }
}

@media(min-width: 1440px) {

  h3,
  .h3 {
    font-size: 28px;
    line-height: 36px
  }
}

h3 strong,
.h3 strong {
  font-weight: 700
}

.app-banner h3 strong,
.app-banner .h3 strong,
.teaser-banner h3 strong,
.teaser-banner .h3 strong {
  display: block;
  float: left;
  width: 100%;
  font-size: 26px;
  line-height: 34px;
  text-transform: uppercase
}

@media(min-width: 375px) {

  .app-banner h3 strong,
  .app-banner .h3 strong,
  .teaser-banner h3 strong,
  .teaser-banner .h3 strong {
    font-size: calc(26px + 14*(100vw - 375px)/1065);
    line-height: calc(34px + 12*(100vw - 375px)/1065)
  }
}

@media(min-width: 768px) {

  .app-banner h3 strong,
  .app-banner .h3 strong,
  .teaser-banner h3 strong,
  .teaser-banner .h3 strong {
    letter-spacing: .03rem
  }
}

@media(min-width: 1440px) {

  .app-banner h3 strong,
  .app-banner .h3 strong,
  .teaser-banner h3 strong,
  .teaser-banner .h3 strong {
    font-size: 40px;
    line-height: 46px
  }
}

h4,
.h4 {
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
  letter-spacing: .01rem
}

@media(min-width: 375px) {

  h4,
  .h4 {
    font-size: calc(16px + 6*(100vw - 375px)/1065);
    line-height: calc(22px + 8*(100vw - 375px)/1065)
  }
}

@media(min-width: 1440px) {

  h4,
  .h4 {
    font-size: 22px;
    line-height: 30px
  }
}

h5,
.h5 {
  font-size: 15px;
  line-height: 20px;
  color: #00182f;
  font-weight: 400;
  letter-spacing: .02rem
}

h6,
.h6 {
  font-size: 14px;
  line-height: 19px;
  color: #00182f;
  font-weight: 800;
  letter-spacing: .03rem;
  text-transform: uppercase
}

p {
  display: block;
  float: left;
  width: 100%;
  margin-bottom: 0;
  font-size: 15px;
  line-height: 24px;
  color: #5f6061;
  font-family: "Gantari", sans-serif;
  font-weight: 500;
  letter-spacing: .03rem
}

@media(min-width: 375px) {
  p {
    font-size: calc(15px + 2*(100vw - 375px)/1065);
    line-height: calc(24px + 4*(100vw - 375px)/1065)
  }
}

@media(min-width: 1440px) {
  p {
    font-size: 17px;
    line-height: 28px
  }
}

p strong {
  font-weight: 700
}

p a {
  font-weight: 500;
  color: var(--main);
  text-decoration: underline !important;
  text-decoration-color: var(--main-alpha) !important;
  transition: all .3s ease-out
}

@media(min-width: 992px) {
  p a:hover {
    color: #00182f;
    text-decoration-color: #00182f !important
  }
}

a.phone {
  text-decoration: none !important;
  color: inherit !important;
  font-weight: 400 !important
}

@media(min-width: 992px) {
  a.phone {
    cursor: default
  }
}

@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.ttf?6tkgqt") format("truetype"), url("../fonts/icomoon.woff?6tkgqt") format("woff"), url("../fonts/icomoon.svg?6tkgqt#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
  font-display: swap
}

[class^=icon-dss-],
[class*=" icon-dss-"] {
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.icon-dss-warning:before {
  content: ""
}

.icon-dss-alert-full:before {
  content: ""
}

.icon-dss-apartment:before {
  content: ""
}

.icon-dss-coffee:before {
  content: ""
}

.icon-dss-superior:before {
  content: ""
}

.icon-dss-help:before {
  content: "";
  color: #5f6061
}

.icon-dss-my-dolomiti-summer:before {
  content: ""
}

.icon-dss-ordini:before {
  content: ""
}

.icon-dss-classifiche:before {
  content: ""
}

.icon-dss-badges:before {
  content: ""
}

.icon-dss-skipass:before {
  content: ""
}

.icon-dss-performance-check:before {
  content: ""
}

.icon-dss-sign-out:before {
  content: "";
  color: #5f6061
}

.icon-dss-my-dolomiti-winter:before {
  content: ""
}

.icon-dss-promo:before {
  content: ""
}

.icon-dss-bike-tour:before {
  content: ""
}

.icon-dss-pick-up-box:before {
  content: ""
}

.icon-dss-lifts-3S:before {
  content: ""
}

.icon-dss-delete:before {
  content: ""
}

.icon-dss-shopping-bag:before {
  content: ""
}

.icon-dss-account-light:before {
  content: ""
}

.icon-dss-bed-2:before {
  content: ""
}

.icon-dss-store:before {
  content: ""
}

.icon-dss-trail:before {
  content: ""
}

.icon-dss-lifts-cable-car:before {
  content: ""
}

.icon-dss-lifts-cable-railway:before {
  content: ""
}

.icon-dss-lifts-chairlift:before {
  content: ""
}

.icon-dss-lifts-chairlift-dome:before {
  content: ""
}

.icon-dss-lifts-gondola:before {
  content: ""
}

.icon-dss-lifts-lift:before {
  content: ""
}

.icon-dss-lifts-low-profile-skilift:before {
  content: ""
}

.icon-dss-lifts-moving-carpet:before {
  content: ""
}

.icon-dss-lifts-skibus:before {
  content: ""
}

.icon-dss-lifts-ski-lift:before {
  content: ""
}

.icon-dss-lifts-telemix:before {
  content: ""
}

.icon-dss-lifts-train:before {
  content: ""
}

.icon-dss-lifts-underground-ropeway:before {
  content: ""
}

.icon-dss-arrow-down-thick:before {
  content: ""
}

.icon-dss-arrow-up-thick:before {
  content: ""
}

.icon-dss-arrow-double-thick:before {
  content: ""
}

.icon-dss-print:before {
  content: ""
}

.icon-dss-card:before {
  content: ""
}

.icon-dss-sleep:before {
  content: ""
}

.icon-dss-ski-tours:before {
  content: ""
}

.icon-dss-information:before {
  content: ""
}

.icon-dss-telephone:before {
  content: ""
}

.icon-dss-web:before {
  content: ""
}

.icon-dss-email:before {
  content: ""
}

.icon-dss-skier:before {
  content: ""
}

.icon-dss-alert:before {
  content: ""
}

.icon-dss-anticlockwise:before {
  content: ""
}

.icon-dss-clockwise:before {
  content: ""
}

.icon-dss-check:before {
  content: ""
}

.icon-dss-filters:before {
  content: ""
}

.icon-dss-map-outline:before {
  content: ""
}

.icon-dss-enlarge:before {
  content: ""
}

.icon-dss-download:before {
  content: ""
}

.icon-dss-snowboard:before {
  content: ""
}

.icon-dss-binoculars:before {
  content: ""
}

.icon-dss-expert:before {
  content: ""
}

.icon-dss-pass:before {
  content: ""
}

.icon-dss-ski-2:before {
  content: ""
}

.icon-dss-safety:before {
  content: ""
}

.icon-dss-az:before {
  content: ""
}

.icon-dss-external:before {
  content: ""
}

.icon-dss-mountain-full:before {
  content: ""
}

.icon-dss-calendar-full:before {
  content: ""
}

.icon-dss-home:before {
  content: ""
}

.icon-dss-minus-light:before {
  content: ""
}

.icon-dss-plus-light:before {
  content: ""
}

.icon-dss-menu:before {
  content: ""
}

.icon-dss-play:before {
  content: ""
}

.icon-dss-account:before {
  content: ""
}

.icon-dss-arrow-down:before {
  content: ""
}

.icon-dss-arrow-left:before {
  content: ""
}

.icon-dss-arrow-right:before {
  content: ""
}

.icon-dss-arrow-up:before {
  content: ""
}

.icon-dss-bed:before {
  content: ""
}

.icon-dss-cabin:before {
  content: ""
}

.icon-dss-cable-car:before {
  content: ""
}

.icon-dss-calendar:before {
  content: ""
}

.icon-dss-cart:before {
  content: ""
}

.icon-dss-change-left:before {
  content: ""
}

.icon-dss-change-right:before {
  content: ""
}

.icon-dss-chevron-down:before {
  content: ""
}

.icon-dss-chevron-left:before {
  content: ""
}

.icon-dss-chevron-right:before {
  content: ""
}

.icon-dss-chevron-up:before {
  content: ""
}

.icon-dss-close:before {
  content: ""
}

.icon-dss-key:before {
  content: ""
}

.icon-dss-map:before {
  content: ""
}

.icon-dss-minus:before {
  content: ""
}

.icon-dss-mountain:before {
  content: ""
}

.icon-dss-pause:before {
  content: ""
}

.icon-dss-plus:before {
  content: ""
}

.icon-dss-search:before {
  content: ""
}

.icon-dss-ski:before {
  content: ""
}

.icon-dss-social-facebook:before {
  content: ""
}

.icon-dss-social-instagram:before {
  content: ""
}

.icon-dss-social-tik-tok:before {
  content: ""
}

.icon-dss-social-youtube:before {
  content: ""
}

.icon-dss-social-spotify:before {
  content: ""
}

.icon-dss-weather:before {
  content: ""
}

.icon-dss-webcam:before {
  content: ""
}

.icon-dss-arrive:before {
  content: ""
}

.icon-dss-duration:before {
  content: "";
  color: #77bcff
}

.icon-dss-Itinerary:before {
  content: ""
}

.icon-dss-slope:before {
  content: "";
  color: #ff5200
}

.icon-dss-ski-school:before {
  content: ""
}

.icon-dss-category-tour:before {
  content: ""
}

.icon-dss-category-trail:before {
  content: ""
}

.icon-dss-triangle-counterclockwise:before {
  content: ""
}

.icon-dss-triangle-clockwise:before {
  content: ""
}

.icon-dss-itinerary:before {
  content: ""
}

.icon-dss-POIs:before {
  content: ""
}

.icon-dss-Share:before {
  content: ""
}

.icon-dss-climbingTour:before {
  content: "";
  color: #fff
}

.icon-dss-hikingTour:before {
  content: "";
  color: #fff
}

.icon-dss-panoramicTour:before {
  content: "";
  color: #fff
}

.icon-dss-highAltitudeAttraction:before {
  content: ""
}

.icon-dss-bikeRent:before {
  content: ""
}

.icon-dss-bikeStationCharge:before {
  content: ""
}

.icon-dss-bikeWash:before {
  content: ""
}

.icon-dss-healthcare:before {
  content: ""
}

.icon-dss-hikePanoramicView:before {
  content: ""
}

.icon-dss-lift:before {
  content: ""
}

.icon-dss-mountainHut:before {
  content: ""
}

.icon-dss-parkingCircle:before {
  content: ""
}

.icon-dss-pickUpBox:before {
  content: ""
}

.icon-dss-sellingPoint:before {
  content: ""
}

.icon-dss-taxi:before {
  content: ""
}

.icon-dss-hike:before {
  content: ""
}

.icon-dss-excursion:before {
  content: ""
}

.icon-dss-climbing:before {
  content: ""
}

.icon-dss-lifts-accessibility:before {
  content: ""
}

.icon-dss-city-map:before {
  content: ""
}

.icon-dss-switch:before {
  content: ""
}

html {
  scroll-behavior: smooth
}

body {
  position: relative;
  background-color: rgba(232, 239, 241, .4)
}

.container {
  width: 100%;
  max-width: 1040px;
  padding-right: 8px;
  padding-left: 8px
}

.container .row {
  margin-right: -8px;
  margin-left: -8px
}

.container .row>div {
  padding-right: 8px;
  padding-left: 8px
}

.container.wide {
  max-width: 1340px
}

.container.medium {
  max-width: 1158px
}

.content-wrapper,
.main-content {
  position: relative;
  float: left;
  width: 100%;
  background-color: #fff
}

section {
  position: relative;
  display: flex;
  flex-direction: column;
  float: left;
  width: 100%;
  margin-top: 34px;
  padding-left: 10px;
  padding-right: 10px;
  z-index: 1;
  overflow: hidden
}

@media(min-width: 375px) {
  section {
    margin-top: calc(34px + 40*(100vw - 375px)/1065)
  }
}

@media(min-width: 1440px) {
  section {
    margin-top: 74px
  }
}

.mt-mini {
  margin-top: 16px !important
}

@media(min-width: 375px) {
  .mt-mini {
    margin-top: calc(16px + 2*(100vw - 375px)/1065) !important
  }
}

@media(min-width: 1440px) {
  .mt-mini {
    margin-top: 18px !important
  }
}

.mb-mini {
  margin-bottom: 16px !important
}

@media(min-width: 375px) {
  .mb-mini {
    margin-bottom: calc(16px + 2*(100vw - 375px)/1065) !important
  }
}

@media(min-width: 1440px) {
  .mb-mini {
    margin-bottom: 18px !important
  }
}

.mt-med {
  margin-top: 34px !important
}

@media(min-width: 375px) {
  .mt-med {
    margin-top: calc(34px + 10*(100vw - 375px)/1065) !important
  }
}

@media(min-width: 1440px) {
  .mt-med {
    margin-top: 44px !important
  }
}

.mb-med {
  margin-bottom: 34px !important
}

@media(min-width: 375px) {
  .mb-med {
    margin-bottom: calc(34px + 10*(100vw - 375px)/1065) !important
  }
}

@media(min-width: 1440px) {
  .mb-med {
    margin-bottom: 44px !important
  }
}

.mt-small {
  margin-top: 30px !important
}

@media(min-width: 375px) {
  .mt-small {
    margin-top: calc(30px + 5*(100vw - 375px)/1065) !important
  }
}

@media(min-width: 1440px) {
  .mt-small {
    margin-top: 35px !important
  }
}

.mb-small {
  margin-bottom: 30px !important
}

@media(min-width: 375px) {
  .mb-small {
    margin-bottom: calc(30px + 5*(100vw - 375px)/1065) !important
  }
}

@media(min-width: 1440px) {
  .mb-small {
    margin-bottom: 35px !important
  }
}

.mt-base {
  margin-top: 44px !important
}

@media(min-width: 375px) {
  .mt-base {
    margin-top: calc(44px + 30*(100vw - 375px)/1065) !important
  }
}

@media(min-width: 1440px) {
  .mt-base {
    margin-top: 74px !important
  }
}

.mb-base {
  margin-bottom: 44px !important
}

@media(min-width: 375px) {
  .mb-base {
    margin-bottom: calc(44px + 30*(100vw - 375px)/1065) !important
  }
}

@media(min-width: 1440px) {
  .mb-base {
    margin-bottom: 74px !important
  }
}

.mt-intro {
  margin-top: 74px !important
}

@media(min-width: 375px) {
  .mt-intro {
    margin-top: calc(74px + 24*(100vw - 375px)/1065) !important
  }
}

@media(min-width: 1440px) {
  .mt-intro {
    margin-top: 98px !important
  }
}

.band-gradient {
  position: relative;
  padding-top: 32px
}

@media(min-width: 375px) {
  .band-gradient {
    padding-top: calc(32px + 10*(100vw - 375px)/1065) !important
  }
}

@media(min-width: 1440px) {
  .band-gradient {
    padding-top: 42px !important
  }
}

.band-gradient>.container {
  position: relative;
  z-index: 2
}

.band-gradient::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 50%;
  background: #00182f;
  background: linear-gradient(274deg, var(--main-light) 8.94%, var(--main) 53.99%, rgb(0, 24, 47) 74.17%)
}

.band-gradient .intro-section h1,
.band-gradient .intro-section h2,
.band-gradient .intro-section h3,
.band-gradient .intro-section h4,
.band-gradient .intro-section h5,
.band-gradient .intro-section h6,
.band-gradient .intro-section .h1,
.band-gradient .intro-section .h2,
.band-gradient .intro-section .h3,
.band-gradient .intro-section .h4,
.band-gradient .intro-section .h5,
.band-gradient .intro-section .h6 {
  color: #fff !important
}

.front {
  position: relative;
  z-index: 2
}

.row-margin {
  margin-top: 24px
}

@media(min-width: 375px) {
  .row-margin {
    margin-top: calc(24px + 5*(100vw - 375px)/1065)
  }
}

@media(min-width: 1440px) {
  .row-margin {
    margin-top: 29px
  }
}

.anchor {
  position: absolute;
  left: 0;
  top: -110px;
  width: 100%;
  height: 1px;
  visibility: hidden
}

ul,
ol {
  display: block;
  float: left;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none
}

ul li,
ol li {
  display: block;
  float: left;
  width: 100%
}

a {
  text-decoration: none !important;
  color: inherit
}

.wow {
  opacity: 0;
  visibility: visible !important
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0
}

.text-reset {
  text-transform: none !important
}

*:focus:not(:focus-visible) {
  outline: none !important;
  box-shadow: none !important
}

*:focus-visible {
  outline: 2px solid #fff !important;
  box-shadow: 0 0 0 2px #00182f !important;
  outline-offset: -2px
}

*:focus-visible.btn {
  color: #fff;
  background-color: #00182f
}

*:focus-visible.btn i {
  color: #ff5200
}

*:focus-visible.btn.btn-brd {
  background-color: rgba(0, 0, 0, 0);
  outline-offset: 3px !important
}

*:focus-visible.btn.btn-dark-brd {
  outline: 4px solid #fff !important;
  box-shadow: 0 0 0 4px #00182f !important
}

*:focus-visible.btn-link {
  color: #00182f
}

.sidebar-widget a:focus-visible {
  outline-offset: 3px !important
}

picture,
figure,
img {
  display: block;
  float: left;
  width: 100%;
  height: auto
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0
}

.header {
  position: fixed;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  width: 100%;
  z-index: 80;
  transition: all .3s ease-out
}

.header::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: calc(100% - 80px);
  height: 100%;
  background-color: #fff;
  z-index: 1
}

@media(min-width: 992px) {
  .header::before {
    width: 100%;
    background-color: rgba(255, 255, 255, 0);
    transition: all .4s ease
  }
}

.header .header-logo {
  position: relative;
  display: block;
  float: left;
  height: 42px;
  width: auto;
  text-align: center;
  font-size: 0;
  flex-shrink: 0;
  transition: all .3s ease-out;
  z-index: 2
}

@media(min-width: 360px) {
  .header .header-logo {
    height: 52px
  }
}

@media(min-width: 992px) {
  .header .header-logo {
    height: calc(51px + 20*(100vw - 992px)/448);
    width: calc(203px + 80*(100vw - 992px)/448)
  }
}

@media(min-width: 1440px) {
  .header .header-logo {
    height: 71px;
    width: 283px
  }
}

.header .header-logo img {
  display: inline-block;
  float: none;
  width: auto;
  height: 100%;
  transition: all .3s ease-out
}

.header .main-menu {
  display: block;
  float: left;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  z-index: 2
}

@media(min-width: 992px) {
  .header .main-menu {
    padding-left: calc(7px + 20*(100vw - 992px)/448);
    padding-right: calc(20px + 70*(100vw - 992px)/448)
  }
}

@media(min-width: 1440px) {
  .header .main-menu {
    padding-left: 27px;
    padding-right: 70px
  }
}

.header .main-menu>ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row-reverse
}

@media(min-width: 992px) {
  .header .main-menu>ul {
    flex-direction: row
  }
}

.header .main-menu>ul .nav-item {
  width: auto;
  margin: 0 5px
}

.header .main-menu>ul .nav-item .dropdown {
  position: inherit
}

.header .main-menu>ul .nav-item .dropdown .dropdown-toggle {
  position: relative;
  padding: 15px 8px;
  border-radius: 0;
  border: 0 none;
  font-size: 16px;
  line-height: 21px;
  color: #fff;
  font-weight: 600;
  letter-spacing: .02rem;
  background-color: rgba(0, 0, 0, 0);
  transition: all .3s ease-out
}

@media(min-width: 992px) {
  .header .main-menu>ul .nav-item .dropdown .dropdown-toggle {
    padding: calc(15px + 8*(100vw - 992px)/448) calc(8px + 4*(100vw - 992px)/448);
    font-size: calc(16px + 4*(100vw - 992px)/448);
    line-height: calc(21px + 4*(100vw - 992px)/448)
  }

  .header .main-menu>ul .nav-item .dropdown .dropdown-toggle:hover {
    color: var(--main-light) !important
  }
}

@media(min-width: 1440px) {
  .header .main-menu>ul .nav-item .dropdown .dropdown-toggle {
    padding: 23px 12px;
    font-size: 20px;
    line-height: 25px
  }
}

.header .main-menu>ul .nav-item .dropdown .dropdown-toggle::after {
  content: none
}

.header .main-menu>ul .nav-item .dropdown .dropdown-toggle::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 0%;
  height: 4px;
  background-color: var(--main);
  transform: translateX(-50%);
  transition: all .3s ease-out
}

.header .main-menu>ul .nav-item .dropdown .dropdown-toggle[aria-expanded=true] {
  color: #00182f;
  background-color: rgba(232, 237, 242, .3)
}

.header .main-menu>ul .nav-item .dropdown .dropdown-toggle[aria-expanded=true]::before {
  width: 100%
}

.header .main-menu>ul .nav-item .dropdown .submenu {
  width: 100vw;
  padding: 20px 10px 30px 10px;
  border-radius: 0;
  border: 0 none;
  transform: translate3d(0px, 51px, 0px) !important;
  transition: all .3s ease-out;
  background-color: rgba(0, 0, 0, 0)
}

@media(min-width: 992px) {
  .header .main-menu>ul .nav-item .dropdown .submenu {
    padding: calc(20px + 5*(100vw - 992px)/448) 10px calc(30px + 25*(100vw - 992px)/448) 10px;
    transform: translate3d(0px, calc(51px + 20 * (100vw - 992px) / 448), 0px) !important
  }
}

@media(min-width: 1440px) {
  .header .main-menu>ul .nav-item .dropdown .submenu {
    padding: 25px 10px 55px 10px;
    transform: translate3d(0px, 71px, 0px) !important
  }
}

.header .main-menu>ul .nav-item .dropdown .submenu::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 2
}

.header .main-menu>ul .nav-item .dropdown .submenu::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 30%;
  background-color: red;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, .15);
  z-index: 1
}

.header .main-menu>ul .nav-item .dropdown .submenu .close-menu {
  position: absolute;
  right: 12px;
  top: 20px;
  width: 22px;
  height: 22px;
  border: 0 none;
  background-color: rgba(0, 0, 0, 0);
  z-index: 4
}

@media(min-width: 992px) {
  .header .main-menu>ul .nav-item .dropdown .submenu .close-menu {
    right: calc(12px + 18*(100vw - 992px)/448);
    top: calc(20px + 6*(100vw - 992px)/448)
  }
}

@media(min-width: 1440px) {
  .header .main-menu>ul .nav-item .dropdown .submenu .close-menu {
    right: 30px;
    top: 26px
  }
}

.header .main-menu>ul .nav-item .dropdown .submenu .close-menu i {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 22px;
  height: 22px;
  font-size: 14px;
  line-height: 22px;
  color: #00182f;
  text-align: center;
  font-weight: bold;
  transform: translate(-50%, -50%);
  transition: all .3s ease-out
}

@media(min-width: 992px) {
  .header .main-menu>ul .nav-item .dropdown .submenu .close-menu:hover i {
    color: var(--main)
  }
}

.header .main-menu>ul .nav-item .dropdown .submenu .menu-content {
  position: relative;
  float: left;
  width: 62.45%;
  z-index: 3
}

.header .main-menu>ul .nav-item .dropdown .submenu .menu-content .main {
  position: relative;
  float: left;
  width: 100%;
  padding-bottom: 12px
}

@media(min-width: 992px) {
  .header .main-menu>ul .nav-item .dropdown .submenu .menu-content .main {
    padding-bottom: calc(12px + 5*(100vw - 992px)/448)
  }
}

@media(min-width: 1440px) {
  .header .main-menu>ul .nav-item .dropdown .submenu .menu-content .main {
    padding-bottom: 17px
  }
}

.header .main-menu>ul .nav-item .dropdown .submenu .menu-content .main::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: rgba(189, 186, 202, .2)
}

.header .main-menu>ul .nav-item .dropdown .submenu .menu-content .main a {
  position: relative;
  display: block;
  float: left;
  width: auto;
  padding-right: 24px;
  font-size: 17px;
  line-height: 22px;
  color: #00182f;
  letter-spacing: .02rem;
  text-transform: uppercase;
  font-weight: 600;
  transition: all .3s ease-out
}

@media(min-width: 992px) {
  .header .main-menu>ul .nav-item .dropdown .submenu .menu-content .main a {
    padding-right: calc(24px + 8*(100vw - 992px)/448);
    font-size: calc(17px + 2*(100vw - 992px)/448);
    line-height: calc(22px + 3*(100vw - 992px)/448)
  }
}

@media(min-width: 1440px) {
  .header .main-menu>ul .nav-item .dropdown .submenu .menu-content .main a {
    padding-right: 32px;
    font-size: 19px;
    line-height: 25px
  }
}

.header .main-menu>ul .nav-item .dropdown .submenu .menu-content .main a::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 14px;
  height: 14px;
  font-size: 14px;
  line-height: 14px;
  color: #00182f;
  font-family: "icomoon" !important;
  font-weight: normal;
  font-style: normal;
  transition: all .3s ease-out;
  transform: translateY(-50%)
}

@media(min-width: 992px) {
  .header .main-menu>ul .nav-item .dropdown .submenu .menu-content .main a:hover {
    color: var(--main)
  }

  .header .main-menu>ul .nav-item .dropdown .submenu .menu-content .main a:hover::after {
    color: var(--main)
  }
}

.header .main-menu>ul .nav-item .dropdown .submenu .menu-content .link-list {
  position: relative;
  padding-left: 0
}

@media(min-width: 992px) {
  .header .main-menu>ul .nav-item .dropdown .submenu .menu-content .link-list {
    padding-left: calc(0px + 8*(100vw - 992px)/448)
  }
}

@media(min-width: 1440px) {
  .header .main-menu>ul .nav-item .dropdown .submenu .menu-content .link-list {
    padding-left: 8px
  }
}

.header .main-menu>ul .nav-item .dropdown .submenu .menu-content .link-list::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 5px;
  background-color: #fff;
  z-index: 2
}

.header .main-menu>ul .nav-item .dropdown .submenu .menu-content .link-list li {
  position: relative;
  width: 50%;
  padding: 12px 0;
  z-index: 1
}

@media(min-width: 992px) {
  .header .main-menu>ul .nav-item .dropdown .submenu .menu-content .link-list li {
    padding: calc(12px + 6*(100vw - 992px)/448) 0 calc(12px + 6*(100vw - 992px)/448) calc(0px + 75*(100vw - 992px)/448)
  }
}

@media(min-width: 1440px) {
  .header .main-menu>ul .nav-item .dropdown .submenu .menu-content .link-list li {
    padding: 18px 0 18px 75px
  }
}

.header .main-menu>ul .nav-item .dropdown .submenu .menu-content .link-list li::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: rgba(189, 186, 202, .2)
}

@media(min-width: 992px) {
  .header .main-menu>ul .nav-item .dropdown .submenu .menu-content .link-list li::after {
    width: calc(100% - (0px + 75*(100vw - 992px)/448))
  }
}

@media(min-width: 1440px) {
  .header .main-menu>ul .nav-item .dropdown .submenu .menu-content .link-list li::after {
    width: calc(100% - 75px)
  }
}

.header .main-menu>ul .nav-item .dropdown .submenu .menu-content .link-list li a {
  display: block;
  float: left;
  width: auto;
  font-size: 16px;
  line-height: 22px;
  color: #00182f;
  font-weight: 500;
  letter-spacing: .02rem;
  transition: all .3s ease-out
}

@media(min-width: 992px) {
  .header .main-menu>ul .nav-item .dropdown .submenu .menu-content .link-list li a {
    font-size: calc(16px + 2*(100vw - 992px)/448);
    line-height: calc(22px + 3*(100vw - 992px)/448)
  }

  .header .main-menu>ul .nav-item .dropdown .submenu .menu-content .link-list li a:hover {
    color: var(--main)
  }
}

@media(min-width: 1440px) {
  .header .main-menu>ul .nav-item .dropdown .submenu .menu-content .link-list li a {
    font-size: 18px;
    line-height: 25px
  }
}

.header .main-menu>ul .nav-item .dropdown .submenu .menu-content .link-menu {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 372px;
  padding-left: 0
}

@media(min-width: 992px) {
  .header .main-menu>ul .nav-item .dropdown .submenu .menu-content .link-menu {
    min-height: calc(372px + 90*(100vw - 992px)/448);
    padding-left: calc(0px + 46*(100vw - 992px)/448)
  }
}

@media(min-width: 1440px) {
  .header .main-menu>ul .nav-item .dropdown .submenu .menu-content .link-menu {
    min-height: 462px;
    padding-left: 46px
  }
}

.header .main-menu>ul .nav-item .dropdown .submenu .menu-content .link-menu::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: calc((100% - 46px)/2);
  height: calc(100% + 30px);
  background-color: rgba(232, 237, 242, .3);
  opacity: 0;
  transition: all .2s ease-out
}

@media(min-width: 992px) {
  .header .main-menu>ul .nav-item .dropdown .submenu .menu-content .link-menu::after {
    height: calc(100% + 30px + 25*(100vw - 992px)/448)
  }
}

@media(min-width: 1440px) {
  .header .main-menu>ul .nav-item .dropdown .submenu .menu-content .link-menu::after {
    height: calc(100% + 55px)
  }
}

.header .main-menu>ul .nav-item .dropdown .submenu .menu-content .link-menu:has(.dropdown-toggle[aria-expanded=true])::after {
  opacity: 1
}

.header .main-menu>ul .nav-item .dropdown .submenu .menu-content .link-menu>li {
  position: static;
  width: 50%;
  padding: 5px 0 0 27px;
  margin-top: 4px;
  z-index: 1
}

.header .main-menu>ul .nav-item .dropdown .submenu .menu-content .link-menu>li:first-child {
  margin-top: 0
}

@media(min-width: 992px) {
  .header .main-menu>ul .nav-item .dropdown .submenu .menu-content .link-menu>li {
    padding: calc(5px + 4*(100vw - 992px)/448) 0 0 calc(27px + 20*(100vw - 992px)/448)
  }
}

@media(min-width: 1440px) {
  .header .main-menu>ul .nav-item .dropdown .submenu .menu-content .link-menu>li {
    padding: 9px 0 0 47px
  }
}

.header .main-menu>ul .nav-item .dropdown .submenu .menu-content .link-menu>li a,
.header .main-menu>ul .nav-item .dropdown .submenu .menu-content .link-menu>li button {
  position: relative;
  display: block;
  float: left;
  width: 100%;
  max-width: 301px;
  padding: 8px 40px 8px 14px;
  border-radius: 3px;
  font-size: 16px;
  line-height: 22px;
  color: #00182f;
  font-weight: 500;
  letter-spacing: .01rem;
  text-align: left;
  white-space: normal;
  background-color: rgba(0, 0, 0, 0);
  transition: all .3s ease-out
}

@media(min-width: 992px) {

  .header .main-menu>ul .nav-item .dropdown .submenu .menu-content .link-menu>li a,
  .header .main-menu>ul .nav-item .dropdown .submenu .menu-content .link-menu>li button {
    padding: calc(8px + 2*(100vw - 992px)/448) 40px calc(8px + 2*(100vw - 992px)/448) calc(14px + 7*(100vw - 992px)/448);
    font-size: calc(16px + 2*(100vw - 992px)/448);
    line-height: calc(22px + 3*(100vw - 992px)/448)
  }

  .header .main-menu>ul .nav-item .dropdown .submenu .menu-content .link-menu>li a:hover,
  .header .main-menu>ul .nav-item .dropdown .submenu .menu-content .link-menu>li button:hover {
    color: var(--main)
  }

  .header .main-menu>ul .nav-item .dropdown .submenu .menu-content .link-menu>li a:hover::before,
  .header .main-menu>ul .nav-item .dropdown .submenu .menu-content .link-menu>li button:hover::before {
    color: var(--main)
  }
}

@media(min-width: 1440px) {

  .header .main-menu>ul .nav-item .dropdown .submenu .menu-content .link-menu>li a,
  .header .main-menu>ul .nav-item .dropdown .submenu .menu-content .link-menu>li button {
    padding: 10px 40px 10px 21px;
    font-size: 18px;
    line-height: 25px
  }
}

.header .main-menu>ul .nav-item .dropdown .submenu .menu-content .link-menu>li.dropdown button::before {
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  left: inherit;
  width: 13px;
  height: 13px;
  font-size: 13px;
  line-height: 13px;
  color: #00182f;
  font-family: "icomoon" !important;
  font-weight: normal;
  font-style: normal;
  background-color: rgba(0, 0, 0, 0);
  transition: all .3s ease-out;
  transform: translateY(-50%)
}

.header .main-menu>ul .nav-item .dropdown .submenu .menu-content .link-menu>li.dropdown button[aria-expanded=true] {
  background-color: #e8edf2
}

.header .main-menu>ul .nav-item .dropdown .submenu .menu-content .link-menu>li.dropdown .dropdown-menu {
  right: 0 !important;
  top: 0 !important;
  left: inherit !important;
  width: 50%;
  border-radius: 0;
  border: 0 none;
  transform: translate3d(0, 0, 0) !important;
  background-color: rgba(0, 0, 0, 0)
}

.header .main-menu>ul .nav-item .dropdown .submenu .menu-content .link-menu>li.dropdown .dropdown-menu ul {
  max-height: 440px;
  padding: 0 0 0 46px;
  transition: all .3s ease-out;
  overflow: auto
}

@media(min-width: 992px) {
  .header .main-menu>ul .nav-item .dropdown .submenu .menu-content .link-menu>li.dropdown .dropdown-menu ul {
    max-height: calc(440px + 40*(100vw - 992px)/448);
    padding: 0 0 0 calc(46px + 10*(100vw - 992px)/448)
  }
}

@media(min-width: 1440px) {
  .header .main-menu>ul .nav-item .dropdown .submenu .menu-content .link-menu>li.dropdown .dropdown-menu ul {
    max-height: 480px;
    padding: 0 0 0 56px
  }
}

.header .main-menu>ul .nav-item .dropdown .submenu .menu-content .link-menu>li.dropdown .dropdown-menu li {
  position: relative;
  width: 100%;
  padding: 14px 14px 14px 0
}

@media(min-width: 992px) {
  .header .main-menu>ul .nav-item .dropdown .submenu .menu-content .link-menu>li.dropdown .dropdown-menu li {
    padding: calc(14px + 6*(100vw - 992px)/448) calc(14px + 6*(100vw - 992px)/448) calc(14px + 6*(100vw - 992px)/448) 0
  }
}

@media(min-width: 1440px) {
  .header .main-menu>ul .nav-item .dropdown .submenu .menu-content .link-menu>li.dropdown .dropdown-menu li {
    padding: 20px 20px 20px 0
  }
}

.header .main-menu>ul .nav-item .dropdown .submenu .menu-content .link-menu>li.dropdown .dropdown-menu li::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: rgba(189, 186, 202, .2)
}

.header .main-menu>ul .nav-item .dropdown .submenu .menu-content .link-menu>li.dropdown .dropdown-menu li a {
  width: auto;
  max-width: 100%;
  padding: 0;
  border-radius: 3px;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: .02rem;
  background-color: rgba(0, 0, 0, 0);
  transition: all .3s ease-out
}

@media(min-width: 992px) {
  .header .main-menu>ul .nav-item .dropdown .submenu .menu-content .link-menu>li.dropdown .dropdown-menu li a {
    font-size: calc(15px + 1*(100vw - 992px)/448)
  }
}

@media(min-width: 1440px) {
  .header .main-menu>ul .nav-item .dropdown .submenu .menu-content .link-menu>li.dropdown .dropdown-menu li a {
    font-size: 16px
  }
}

.header .main-menu>ul .nav-item .dropdown .submenu .menu-content .link-menu>li.dropdown .dropdown-menu li.main-link {
  padding-bottom: 4px
}

@media(min-width: 992px) {
  .header .main-menu>ul .nav-item .dropdown .submenu .menu-content .link-menu>li.dropdown .dropdown-menu li.main-link {
    padding-bottom: calc(4px + 6*(100vw - 992px)/448)
  }
}

@media(min-width: 1440px) {
  .header .main-menu>ul .nav-item .dropdown .submenu .menu-content .link-menu>li.dropdown .dropdown-menu li.main-link {
    padding-bottom: 10px
  }
}

.header .main-menu>ul .nav-item .dropdown .submenu .menu-content .link-menu>li.dropdown .dropdown-menu li.main-link a {
  display: block;
  float: left;
  width: auto;
  padding-right: 32px;
  font-size: 19px;
  text-transform: uppercase;
  font-weight: 600
}

@media(min-width: 992px) {
  .header .main-menu>ul .nav-item .dropdown .submenu .menu-content .link-menu>li.dropdown .dropdown-menu li.main-link a {
    padding-right: calc(24px + 8*(100vw - 992px)/448);
    font-size: calc(17px + 2*(100vw - 992px)/448)
  }
}

@media(min-width: 1440px) {
  .header .main-menu>ul .nav-item .dropdown .submenu .menu-content .link-menu>li.dropdown .dropdown-menu li.main-link a {
    padding-right: 32px;
    font-size: 19px
  }
}

.header .main-menu>ul .nav-item .dropdown .submenu .menu-content .link-menu>li.dropdown .dropdown-menu li.main-link a::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 14px;
  height: 14px;
  font-size: 14px;
  line-height: 14px;
  color: #00182f;
  font-family: "icomoon" !important;
  font-weight: normal;
  font-style: normal;
  transition: all .3s ease-out;
  transform: translateY(-50%)
}

@media(min-width: 992px) {
  .header .main-menu>ul .nav-item .dropdown .submenu .menu-content .link-menu>li.dropdown .dropdown-menu li.main-link a:hover::after {
    color: var(--main)
  }
}

.header .main-menu>ul .nav-item .dropdown .submenu .menu-content .link-menu>li.dropdown .dropdown-menu li.main-link::after,
.header .main-menu>ul .nav-item .dropdown .submenu .menu-content .link-menu>li.dropdown .dropdown-menu li:last-child::after {
  content: none
}

.header .main-menu>ul .nav-item .dropdown .submenu .menu-content .link-menu>li.dropdown .dropdown-menu .menu-side {
  position: absolute;
  left: 100%;
  top: -34px;
  width: 120.25%
}

@media(min-width: 992px) {
  .header .main-menu>ul .nav-item .dropdown .submenu .menu-content .link-menu>li.dropdown .dropdown-menu .menu-side {
    top: calc(-34px - 8*(100vw - 992px)/448)
  }
}

@media(min-width: 1440px) {
  .header .main-menu>ul .nav-item .dropdown .submenu .menu-content .link-menu>li.dropdown .dropdown-menu .menu-side {
    top: -42px
  }
}

.header .main-menu>ul .nav-item .dropdown .submenu .menu-content .link-menu>li.dropdown .dropdown-menu .menu-side a {
  padding: 0
}

.header .main-menu>ul .nav-item .dropdown .submenu .menu-side {
  position: relative;
  float: left;
  width: 37.55%;
  padding: 0 44px 0 32px;
  z-index: 3
}

@media(min-width: 992px) {
  .header .main-menu>ul .nav-item .dropdown .submenu .menu-side {
    padding: 0 calc(44px + 60*(100vw - 992px)/448) 0 calc(32px + 60*(100vw - 992px)/448)
  }
}

@media(min-width: 1440px) {
  .header .main-menu>ul .nav-item .dropdown .submenu .menu-side {
    padding: 0 104px 0 92px
  }
}

.header .main-menu>ul .nav-item .dropdown .submenu .menu-side h4,
.header .main-menu>ul .nav-item .dropdown .submenu .menu-side .h4 {
  padding-bottom: 12px;
  font-size: 17px;
  line-height: 22px;
  color: #d64400;
  letter-spacing: .02rem;
  text-transform: uppercase;
  font-weight: 600
}

@media(min-width: 992px) {

  .header .main-menu>ul .nav-item .dropdown .submenu .menu-side h4,
  .header .main-menu>ul .nav-item .dropdown .submenu .menu-side .h4 {
    padding-bottom: calc(12px + 5*(100vw - 992px)/448);
    font-size: calc(17px + 2*(100vw - 992px)/448);
    line-height: calc(22px + 3*(100vw - 992px)/448)
  }
}

@media(min-width: 1440px) {

  .header .main-menu>ul .nav-item .dropdown .submenu .menu-side h4,
  .header .main-menu>ul .nav-item .dropdown .submenu .menu-side .h4 {
    padding-bottom: 17px;
    font-size: 19px;
    line-height: 25px
  }
}

.header .main-menu>ul .nav-item .dropdown .submenu .menu-side a {
  display: block;
  float: left;
  width: 100%
}

@media(min-width: 992px) {
  .header .main-menu>ul .nav-item .dropdown .submenu .menu-side a:hover .btn-link {
    color: #ff5200
  }

  .header .main-menu>ul .nav-item .dropdown .submenu .menu-side a:hover .btn-link::after {
    color: #ff5200
  }
}

.header .main-menu>ul .nav-item .dropdown .submenu .menu-side .image {
  border-radius: 5px;
  overflow: hidden
}

.header .main-menu>ul .nav-item .dropdown .submenu .menu-side .btn-link {
  width: 100%;
  margin-top: 10px;
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
  letter-spacing: .01rem
}

@media(min-width: 375px) {
  .header .main-menu>ul .nav-item .dropdown .submenu .menu-side .btn-link {
    margin-top: calc(10px + 2*(100vw - 375px)/1065);
    font-size: calc(16px + 2*(100vw - 375px)/1065);
    line-height: calc(22px + 3*(100vw - 375px)/1065)
  }
}

@media(min-width: 1440px) {
  .header .main-menu>ul .nav-item .dropdown .submenu .menu-side .btn-link {
    margin-top: 12px;
    font-size: 18px;
    line-height: 25px
  }
}

@media(min-width: 992px) {
  .header .main-menu>ul .nav-item .dropdown .submenu .menu-side .btn-link:hover {
    color: #ff5200
  }

  .header .main-menu>ul .nav-item .dropdown .submenu .menu-side .btn-link:hover::after {
    color: #ff5200
  }
}

.header .main-menu>ul .nav-item .dropdown .submenu .menu-side .btn-link::after {
  transition: transform .3s ease;
  animation: arrowMove 3.5s ease-in-out infinite;
  animation-delay: 1s
}

@keyframes arrowMove {

  0%,
  10%,
  20%,
  30%,
  100% {
    transform: translate(0, -50%)
  }

  15% {
    transform: translate(5px, -50%)
  }

  25% {
    transform: translate(5px, -50%)
  }
}

.header .main-menu>ul .nav-item.utility {
  margin: 0 5px
}

@media(min-width: 360px) {
  .header .main-menu>ul .nav-item.utility {
    margin: 0 calc(5px + 10*(100vw - 360px)/120)
  }
}

@media(min-width: 480px) {
  .header .main-menu>ul .nav-item.utility {
    margin: 0 15px
  }
}

@media(min-width: 992px) {
  .header .main-menu>ul .nav-item.utility {
    margin: 0 calc(8px + 8*(100vw - 992px)/448)
  }
}

@media(min-width: 1440px) {
  .header .main-menu>ul .nav-item.utility {
    margin: 0 16px
  }
}

.header .main-menu>ul .nav-item.utility .my-dss {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  font-size: 0;
  line-height: 18px;
  color: #fff;
  font-weight: 500;
  letter-spacing: .03rem;
  text-indent: -9999px;
  background-color: rgba(0, 0, 0, 0);
  transition: all .3s ease-out
}

@media(min-width: 992px) {
  .header .main-menu>ul .nav-item.utility .my-dss {
    width: auto;
    font-size: calc(13px + 2*(100vw - 992px)/448);
    line-height: 26px;
    text-indent: 0
  }
}

@media(min-width: 1440px) {
  .header .main-menu>ul .nav-item.utility .my-dss {
    font-size: 15px
  }
}

.header .main-menu>ul .nav-item.utility .my-dss i {
  width: 18px;
  height: 18px;
  font-size: 18px;
  line-height: 18px;
  color: #00182f;
  text-indent: 0;
  transition: all .3s ease-out
}

@media(min-width: 992px) {
  .header .main-menu>ul .nav-item.utility .my-dss i {
    width: calc(16px + 2*(100vw - 992px)/448);
    height: calc(16px + 2*(100vw - 992px)/448);
    margin-right: calc(6px + 2*(100vw - 992px)/448);
    font-size: calc(16px + 2*(100vw - 992px)/448);
    line-height: calc(16px + 2*(100vw - 992px)/448);
    color: #fff
  }
}

@media(min-width: 1440px) {
  .header .main-menu>ul .nav-item.utility .my-dss i {
    width: 18px;
    height: 18px;
    margin-right: 8px;
    font-size: 18px;
    line-height: 18px
  }
}

@media(min-width: 992px) {
  .header .main-menu>ul .nav-item.utility .my-dss:hover {
    color: var(--main-light) !important
  }

  .header .main-menu>ul .nav-item.utility .my-dss:hover i {
    color: var(--main-light) !important
  }
}

.header .main-menu>ul .nav-item.utility .my-dss-logged {
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto
}

@media(min-width: 992px) {
  .header .main-menu>ul .nav-item.utility .my-dss-logged {
    position: relative
  }
}

.header .main-menu>ul .nav-item.utility .my-dss-logged .dropdown-toggle {
  position: relative;
  display: block;
  float: left;
  width: auto;
  max-width: 200px;
  min-height: 36px;
  padding: 0 0 0 36px !important;
  border: 0 none;
  border-radius: 0;
  background-color: rgba(0, 0, 0, 0);
  z-index: 2;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

@media(min-width: 1200px) {
  .header .main-menu>ul .nav-item.utility .my-dss-logged .dropdown-toggle {
    padding: 0 20px 0 44px !important
  }
}

.header .main-menu>ul .nav-item.utility .my-dss-logged .dropdown-toggle:focus {
  outline: none !important;
  box-shadow: none !important;
  background-color: rgba(0, 0, 0, 0) !important
}

.header .main-menu>ul .nav-item.utility .my-dss-logged .dropdown-toggle:focus-visible {
  outline: 2px solid #fff !important;
  box-shadow: 0 0 0 2px #00182f !important;
  outline-offset: -2px
}

.header .main-menu>ul .nav-item.utility .my-dss-logged .dropdown-toggle:focus:not(:focus-visible) {
  outline: none !important;
  box-shadow: none !important;
  background-color: rgba(0, 0, 0, 0) !important
}

.header .main-menu>ul .nav-item.utility .my-dss-logged .dropdown-toggle:focus-visible:active {
  outline: none !important;
  box-shadow: none !important;
  background-color: rgba(0, 0, 0, 0) !important
}

.header .main-menu>ul .nav-item.utility .my-dss-logged .dropdown-toggle::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  z-index: 1;
  background: var(--main);
  background: linear-gradient(123deg, var(--main-light) 15.84%, var(--main) 50.25%, rgb(255, 82, 0) 87.53%);
  transform: translateY(0)
}

.header .main-menu>ul .nav-item.utility .my-dss-logged .dropdown-toggle::after {
  content: "";
  position: absolute;
  right: 0;
  top: 21px;
  display: none;
  width: 11px;
  height: 11px;
  margin: 0;
  border: 0 none;
  font-size: 11px;
  line-height: 11px;
  color: #fff;
  font-family: "icomoon" !important;
  font-weight: normal;
  font-style: normal;
  transition: all .3s ease-out
}

@media(min-width: 1200px) {
  .header .main-menu>ul .nav-item.utility .my-dss-logged .dropdown-toggle::after {
    display: block
  }
}

.header .main-menu>ul .nav-item.utility .my-dss-logged .dropdown-toggle[aria-expanded=true]::after {
  content: ""
}

.header .main-menu>ul .nav-item.utility .my-dss-logged .dropdown-toggle .img {
  position: absolute;
  left: 2px;
  top: 2px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  overflow: hidden;
  z-index: 2
}

.header .main-menu>ul .nav-item.utility .my-dss-logged .dropdown-toggle .img img {
  height: 100%;
  object-fit: cover
}

.header .main-menu>ul .nav-item.utility .my-dss-logged .dropdown-toggle .label {
  display: none;
  flex-direction: column;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: .02rem;
  font-weight: 500;
  color: #fff;
  white-space: normal;
  text-align: left;
  transition: all .3s ease-out
}

.header .main-menu>ul .nav-item.utility .my-dss-logged .dropdown-toggle .label strong {
  font-size: 15px;
  line-height: 20px;
  font-weight: 500
}

@media(min-width: 1200px) {
  .header .main-menu>ul .nav-item.utility .my-dss-logged .dropdown-toggle .label {
    display: flex
  }
}

.header .main-menu>ul .nav-item.utility .my-dss-logged .dropdown-menu {
  left: 0 !important;
  width: 100vw;
  height: calc(100dvh - 42px);
  padding: 11px 20px 100px 20px;
  border: 0 none;
  border-radius: 0;
  overflow: auto
}

@media(min-width: 360px) {
  .header .main-menu>ul .nav-item.utility .my-dss-logged .dropdown-menu {
    height: calc(100dvh - 52px)
  }
}

@media(min-width: 992px) {
  .header .main-menu>ul .nav-item.utility .my-dss-logged .dropdown-menu {
    left: calc(-20px - 12*(100vw - 992px)/208) !important;
    width: calc(260px + 50*(100vw - 992px)/208);
    height: auto;
    border-radius: 4px;
    padding: 11px calc(20px + 12*(100vw - 992px)/208) 20px calc(20px + 12*(100vw - 992px)/208);
    margin-top: 20px !important;
    overflow: hidden;
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, .25)
  }
}

@media(min-width: 1200px) {
  .header .main-menu>ul .nav-item.utility .my-dss-logged .dropdown-menu {
    left: -32px !important;
    width: 310px;
    padding: 11px 32px 20px 32px
  }
}

.header .main-menu>ul .nav-item.utility .my-dss-logged .dropdown-menu li {
  position: relative;
  padding: 5px 0
}

.header .main-menu>ul .nav-item.utility .my-dss-logged .dropdown-menu li::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: rgba(189, 186, 202, .2)
}

.header .main-menu>ul .nav-item.utility .my-dss-logged .dropdown-menu li .dropdown-item {
  position: relative;
  display: block;
  float: left;
  width: 100%;
  padding: 10px 0 10px 33px;
  font-size: 16px;
  line-height: 20px;
  color: #00182f;
  font-weight: 500;
  letter-spacing: .01rem;
  background-color: rgba(0, 0, 0, 0);
  transition: all .3s ease-out
}

.header .main-menu>ul .nav-item.utility .my-dss-logged .dropdown-menu li .dropdown-item>i {
  position: absolute;
  left: 0;
  top: 10px;
  width: 20px;
  height: 20px;
  font-size: 20px;
  line-height: 20px;
  color: #00182f;
  text-align: center;
  transition: all .3s ease-out
}

.header .main-menu>ul .nav-item.utility .my-dss-logged .dropdown-menu li .dropdown-item>i.icon-dss-account {
  font-size: 16px
}

@media(min-width: 992px) {
  .header .main-menu>ul .nav-item.utility .my-dss-logged .dropdown-menu li .dropdown-item:hover {
    color: var(--main) !important
  }

  .header .main-menu>ul .nav-item.utility .my-dss-logged .dropdown-menu li .dropdown-item:hover>i {
    color: var(--main) !important
  }
}

.header .main-menu>ul .nav-item.utility .my-dss-logged .dropdown-menu li.access::after {
  content: none
}

.header .main-menu>ul .nav-item.utility .my-dss-logged .dropdown-menu li.access .dropdown-item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 10px 0
}

.header .main-menu>ul .nav-item.utility .my-dss-logged .dropdown-menu li.access .dropdown-item img {
  width: 54px;
  margin-right: 14px;
  flex-shrink: 0
}

.header .main-menu>ul .nav-item.utility .my-dss-logged .dropdown-menu li.utility {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0;
  margin-top: 13px
}

.header .main-menu>ul .nav-item.utility .my-dss-logged .dropdown-menu li.utility::after {
  content: none
}

.header .main-menu>ul .nav-item.utility .my-dss-logged .dropdown-menu li.utility::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 1px;
  height: 100%;
  background-color: rgba(189, 186, 202, .2);
  transform: translate(-50%, -50%)
}

.header .main-menu>ul .nav-item.utility .my-dss-logged .dropdown-menu li.utility .dropdown-item {
  width: auto;
  max-width: 48%;
  padding: 6px 0 6px 26px;
  font-size: 12px;
  color: #5f6061;
  font-weight: 500;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  transition: all .3s ease-out
}

.header .main-menu>ul .nav-item.utility .my-dss-logged .dropdown-menu li.utility .dropdown-item>i {
  position: absolute;
  left: 0;
  top: 6px;
  width: 20px;
  height: 20px;
  font-size: 20px;
  line-height: 20px;
  color: #5f6061;
  text-align: center;
  transition: all .3s ease-out
}

.header .main-menu>ul .nav-item.utility .my-dss-logged .dropdown-menu li.utility .dropdown-item>i.icon-dss-sign-out {
  font-size: 16px
}

@media(min-width: 992px) {
  .header .main-menu>ul .nav-item.utility .my-dss-logged .dropdown-menu li.utility .dropdown-item:hover {
    color: var(--main) !important
  }

  .header .main-menu>ul .nav-item.utility .my-dss-logged .dropdown-menu li.utility .dropdown-item:hover>i {
    color: var(--main) !important
  }
}

.header .main-menu>ul .nav-item.utility .my-dss-logged .dropdown-menu.show {
  z-index: 1
}

@media(max-width: 359.98px) {
  .header .main-menu>ul .nav-item.utility .my-dss-logged .dropdown-menu.show {
    transform: translate3d(0px, 42px, 0px) !important
  }
}

@media(min-width: 360px)and (max-width: 991.98px) {
  .header .main-menu>ul .nav-item.utility .my-dss-logged .dropdown-menu.show {
    transform: translate3d(0px, 52px, 0px) !important
  }
}

.header .main-menu>ul .nav-item.utility .my-dss-logged.logged-icon .dropdown-toggle {
  padding: 0 0 0 28px
}

@media(min-width: 1200px) {
  .header .main-menu>ul .nav-item.utility .my-dss-logged.logged-icon .dropdown-toggle {
    padding: 0 20px 0 36px
  }
}

.header .main-menu>ul .nav-item.utility .my-dss-logged.logged-icon .dropdown-toggle::before {
  top: 4px;
  width: 28px;
  height: 28px;
  border-radius: 0;
  font-size: 28px;
  line-height: 28px;
  color: #fff;
  font-family: "icomoon" !important;
  font-weight: normal;
  font-style: normal;
  text-align: center;
  background: rgba(0, 0, 0, 0)
}

.header .main-menu>ul .nav-item.utility .my-dss-logged.logged-icon .dropdown-toggle .img {
  display: none
}

.header .main-menu>ul .nav-item.utility .btn {
  padding: 0;
  line-height: 20px
}

@media(max-width: 991.98px) {
  .header .main-menu>ul .nav-item.utility .btn {
    min-width: 0;
    width: 36px;
    font-size: 0;
    text-indent: -9999px;
    background-color: rgba(0, 0, 0, 0)
  }

  .header .main-menu>ul .nav-item.utility .btn i {
    width: 24px;
    height: 24px;
    margin: 0;
    font-size: 24px;
    line-height: 24px;
    text-indent: 0;
    color: #d64400
  }
}

@media(min-width: 992px) {
  .header .main-menu>ul .nav-item.utility .btn {
    padding: calc(10px + 4*(100vw - 992px)/448) calc(32px + 3*(100vw - 992px)/448)
  }
}

@media(min-width: 1440px) {
  .header .main-menu>ul .nav-item.utility .btn {
    padding: 14px 35px
  }
}

.header .main-menu>ul .nav-item.utility .menu-btn {
  position: relative;
  display: block;
  float: left;
  width: 36px;
  height: 36px;
  border: 0 none;
  border-radius: 0;
  background-color: rgba(0, 0, 0, 0);
  transition: all .3s ease-out
}

.header .main-menu>ul .nav-item.utility .menu-btn::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 24px;
  height: 24px;
  font-size: 24px;
  line-height: 24px;
  color: #00182f;
  font-family: "icomoon" !important;
  font-weight: normal;
  font-style: normal;
  text-align: center;
  transform: translate(-50%, -50%)
}

.header .main-menu>ul .nav-item.utility .search {
  position: relative;
  display: block;
  float: left;
  width: 40px;
  height: 40px;
  margin: 0 -12px;
  padding: 0;
  border: 0 none;
  border-radius: 0;
  background-color: rgba(0, 0, 0, 0);
  transition: all .3s ease-out
}

.header .main-menu>ul .nav-item.utility .search i {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 16px;
  height: 16px;
  font-size: 16px;
  line-height: 16px;
  color: #fff;
  transform: translate(-50%, -50%);
  transition: all .3s ease-out
}

@media(min-width: 992px) {
  .header .main-menu>ul .nav-item.utility .search:hover i {
    color: var(--main-light) !important
  }
}

.header .info-data {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  z-index: 2
}

@media(min-width: 360px) {
  .header .info-data {
    padding-left: calc(10px + 10*(100vw - 360px)/120)
  }
}

@media(min-width: 480px) {
  .header .info-data {
    padding-left: 20px
  }
}

@media(min-width: 576px) {
  .header .info-data {
    flex-direction: row;
    align-items: center;
    justify-content: flex-end
  }
}

@media(min-width: 992px) {
  .header .info-data {
    padding-right: calc(20px + 70*(100vw - 992px)/448)
  }
}

@media(min-width: 1440px) {
  .header .info-data {
    padding-right: 70px
  }
}

.header .info-data p,
.header .info-data a {
  width: auto;
  font-size: 10px;
  line-height: 16px;
  color: #00182f;
  font-weight: 600;
  letter-spacing: .02rem
}

@media(min-width: 360px) {

  .header .info-data p,
  .header .info-data a {
    font-size: calc(10px + 4*(100vw - 360px)/632);
    line-height: calc(16px + 4*(100vw - 360px)/632)
  }
}

@media(min-width: 992px) {

  .header .info-data p,
  .header .info-data a {
    font-size: 14px;
    line-height: 20px
  }
}

@media(min-width: 576px) {
  .header .info-data p {
    margin-right: calc(16px + 40*(100vw - 576px)/416)
  }
}

@media(min-width: 992px) {
  .header .info-data p {
    margin-right: 56px
  }
}

.header .info-data p span {
  margin-left: 6px
}

@media(min-width: 576px) {
  .header .info-data p span {
    margin-left: calc(6px + 10*(100vw - 576px)/416)
  }
}

@media(min-width: 992px) {
  .header .info-data p span {
    margin-left: 16px
  }
}

.header .info-data a {
  transition: all .3s ease-out
}

@media(min-width: 992px) {
  .header .info-data a:hover {
    color: var(--main)
  }
}

.header:has(.dropdown-toggle[aria-expanded=true]:not(.my-dss-logged .dropdown-toggle))::before {
  background-color: #fff
}

.header:has(.dropdown-toggle[aria-expanded=true]:not(.my-dss-logged .dropdown-toggle)) .main-menu>ul .nav-item .dropdown .dropdown-toggle {
  color: #00182f
}

@media(min-width: 992px) {
  .header:has(.dropdown-toggle[aria-expanded=true]:not(.my-dss-logged .dropdown-toggle)) .main-menu>ul .nav-item .dropdown .dropdown-toggle:hover {
    color: var(--main) !important
  }
}

.header:has(.dropdown-toggle[aria-expanded=true]:not(.my-dss-logged .dropdown-toggle)) .main-menu>ul .nav-item.utility .my-dss {
  color: #00182f
}

.header:has(.dropdown-toggle[aria-expanded=true]:not(.my-dss-logged .dropdown-toggle)) .main-menu>ul .nav-item.utility .my-dss i {
  color: #00182f
}

@media(min-width: 992px) {
  .header:has(.dropdown-toggle[aria-expanded=true]:not(.my-dss-logged .dropdown-toggle)) .main-menu>ul .nav-item.utility .my-dss:hover {
    color: var(--main) !important
  }

  .header:has(.dropdown-toggle[aria-expanded=true]:not(.my-dss-logged .dropdown-toggle)) .main-menu>ul .nav-item.utility .my-dss:hover i {
    color: var(--main) !important
  }
}

.header:has(.dropdown-toggle[aria-expanded=true]:not(.my-dss-logged .dropdown-toggle)) .main-menu>ul .nav-item.utility .my-dss-logged .dropdown-toggle::after {
  color: #00182f
}

.header:has(.dropdown-toggle[aria-expanded=true]:not(.my-dss-logged .dropdown-toggle)) .main-menu>ul .nav-item.utility .my-dss-logged .dropdown-toggle .label {
  color: #00182f
}

.header:has(.dropdown-toggle[aria-expanded=true]:not(.my-dss-logged .dropdown-toggle)) .main-menu>ul .nav-item.utility .my-dss-logged.logged-icon .dropdown-toggle::before {
  color: #00182f
}

.header:has(.dropdown-toggle[aria-expanded=true]:not(.my-dss-logged .dropdown-toggle)) .main-menu>ul .nav-item.utility .search i {
  color: #00182f
}

@media(min-width: 992px) {
  .header:has(.dropdown-toggle[aria-expanded=true]:not(.my-dss-logged .dropdown-toggle)) .main-menu>ul .nav-item.utility .search:hover i {
    color: var(--main) !important
  }
}

@media(max-width: 991.98px) {
  .header:has(.my-dss-logged .dropdown-toggle[aria-expanded=true]) {
    z-index: 58
  }

  .header:has(.my-dss-logged .dropdown-toggle[aria-expanded=true])::before {
    width: 100%;
    background-color: #fff
  }

  .header:has(.my-dss-logged .dropdown-toggle[aria-expanded=true]) .header-logo {
    opacity: 0
  }
}

body.scrolled .header {
  transform: translateY(-100%)
}

body.scrolled .header::before {
  background-color: #fff
}

@media(min-width: 992px) {
  body.scrolled .header::before {
    background-color: rgba(255, 255, 255, .85);
    -webkit-backdrop-filter: blur(15px);
    -moz-backdrop-filter: blur(15px);
    -o-backdrop-filter: blur(15px);
    -ms-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px)
  }
}

@media(min-width: 992px) {
  body.scrolled .header .header-logo {
    height: calc(40px + 10*(100vw - 992px)/448)
  }
}

@media(min-width: 1440px) {
  body.scrolled .header .header-logo {
    height: 50px
  }
}

body.scrolled .header .main-menu>ul .nav-item .dropdown .dropdown-toggle {
  padding-top: 10px;
  padding-bottom: 10px;
  color: #00182f;
  line-height: 20px
}

@media(min-width: 992px) {
  body.scrolled .header .main-menu>ul .nav-item .dropdown .dropdown-toggle {
    padding-top: calc(10px + 3*(100vw - 992px)/448);
    padding-bottom: calc(10px + 3*(100vw - 992px)/448);
    line-height: calc(20px + 4*(100vw - 992px)/448)
  }

  body.scrolled .header .main-menu>ul .nav-item .dropdown .dropdown-toggle:hover {
    color: var(--main) !important
  }
}

@media(min-width: 1440px) {
  body.scrolled .header .main-menu>ul .nav-item .dropdown .dropdown-toggle {
    padding-top: 13px;
    padding-bottom: 13px;
    line-height: 24px
  }
}

body.scrolled .header .main-menu>ul .nav-item .dropdown .submenu {
  transform: translate3d(0px, 40px, 0px) !important
}

@media(min-width: 992px) {
  body.scrolled .header .main-menu>ul .nav-item .dropdown .submenu {
    transform: translate3d(0px, calc(40px + 10 * (100vw - 992px) / 448), 0px) !important
  }
}

@media(min-width: 1440px) {
  body.scrolled .header .main-menu>ul .nav-item .dropdown .submenu {
    transform: translate3d(0px, 50px, 0px) !important
  }
}

body.scrolled .header .main-menu>ul .nav-item.utility .my-dss {
  color: #00182f
}

body.scrolled .header .main-menu>ul .nav-item.utility .my-dss i {
  color: #00182f
}

@media(min-width: 992px) {
  body.scrolled .header .main-menu>ul .nav-item.utility .my-dss:hover {
    color: var(--main) !important
  }

  body.scrolled .header .main-menu>ul .nav-item.utility .my-dss:hover i {
    color: var(--main) !important
  }
}

body.scrolled .header .main-menu>ul .nav-item.utility .my-dss-logged .dropdown-toggle::after {
  color: #00182f
}

body.scrolled .header .main-menu>ul .nav-item.utility .my-dss-logged .dropdown-toggle .label {
  color: #00182f
}

body.scrolled .header .main-menu>ul .nav-item.utility .my-dss-logged.logged-icon .dropdown-toggle::before {
  color: #00182f
}

@media(min-width: 992px) {
  body.scrolled .header .main-menu>ul .nav-item.utility .btn {
    padding-top: calc(10px + 5*(100vw - 992px)/448);
    padding-bottom: calc(10px + 5*(100vw - 992px)/448)
  }
}

@media(min-width: 1440px) {
  body.scrolled .header .main-menu>ul .nav-item.utility .btn {
    padding-top: 15px;
    padding-bottom: 15px
  }
}

body.scrolled .header .main-menu>ul .nav-item.utility .search i {
  color: #00182f
}

@media(min-width: 992px) {
  body.scrolled .header .main-menu>ul .nav-item.utility .search:hover i {
    color: var(--main) !important
  }
}

body.scrolled-up .header {
  transform: translateY(0)
}

body.scrolled-up.scrolled .header::before {
  box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, .2)
}

body.internal .header::before {
  width: calc(100% - 80px);
  background-color: #fff;
  box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, .2)
}

@media(min-width: 992px) {
  body.internal .header::before {
    width: calc(100% - (80px + 60*(100vw - 992px)/448));
    box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0)
  }
}

@media(min-width: 1440px) {
  body.internal .header::before {
    width: calc(100% - 140px)
  }
}

body.internal .header .main-menu>ul .nav-item .dropdown .dropdown-toggle {
  color: #00182f
}

@media(min-width: 992px) {
  body.internal .header .main-menu>ul .nav-item .dropdown .dropdown-toggle:hover {
    color: var(--main) !important
  }
}

body.internal .header .main-menu>ul .nav-item.active .dropdown .dropdown-toggle {
  color: var(--main)
}

body.internal .header .main-menu>ul .nav-item.utility .my-dss {
  color: #00182f
}

body.internal .header .main-menu>ul .nav-item.utility .my-dss i {
  color: #00182f
}

@media(min-width: 992px) {
  body.internal .header .main-menu>ul .nav-item.utility .my-dss:hover {
    color: var(--main) !important
  }

  body.internal .header .main-menu>ul .nav-item.utility .my-dss:hover i {
    color: var(--main) !important
  }
}

body.internal .header .main-menu>ul .nav-item.utility .my-dss-logged .dropdown-toggle::after {
  color: #00182f
}

body.internal .header .main-menu>ul .nav-item.utility .my-dss-logged .dropdown-toggle .label {
  color: #00182f
}

body.internal .header .main-menu>ul .nav-item.utility .my-dss-logged.logged-icon .dropdown-toggle::before {
  color: #00182f
}

body.internal .header .main-menu>ul .nav-item.utility .search i {
  color: #00182f
}

@media(min-width: 992px) {
  body.internal .header .main-menu>ul .nav-item.utility .search:hover i {
    color: var(--main) !important
  }
}

body.internal.scrolled .header::before {
  box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0)
}

body.internal.scrolled.scrolled-up .header::before {
  box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, .2)
}

body.mm-wrapper--opened .header {
  transform: translateY(0)
}

@media(max-width: 991.98px) {
  body:has(.my-dss-logged .dropdown-toggle[aria-expanded=true]) {
    overflow: hidden
  }
}

.skip-to-content {
  position: absolute;
  left: 0;
  top: 0;
  display: none;
  width: auto;
  padding: 6px 10px;
  opacity: 0;
  font-size: 12px;
  line-height: 20px;
  font-weight: 600;
  color: #00182f !important;
  text-transform: uppercase;
  background-color: #deecf8;
  transform: translateY(-100%);
  transition: all .2s ease-out;
  z-index: 3
}

.skip-to-content:focus,
.skip-to-content:focus-within {
  opacity: 1;
  transform: translateY(0%)
}

@media(min-width: 992px) {
  .skip-to-content {
    display: block
  }
}

#mobile-menu.mm-menu {
  width: 100%;
  z-index: 90;
  background: rgba(0, 0, 0, 0)
}

#mobile-menu.mm-menu .top-button {
  position: absolute;
  right: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: auto;
  height: 42px;
  padding: 0 5px;
  z-index: 10
}

@media(min-width: 360px) {
  #mobile-menu.mm-menu .top-button {
    height: 52px
  }
}

#mobile-menu.mm-menu .top-button a {
  display: block;
  float: left;
  width: 46px;
  height: 100%;
  background-color: rgba(0, 0, 0, 0)
}

#mobile-menu.mm-menu .top-button::after {
  content: none
}

#mobile-menu.mm-menu>.mm-panels {
  z-index: 2
}

#mobile-menu.mm-menu::before {
  content: "";
  position: absolute;
  left: 0;
  top: 42px;
  width: 100%;
  height: calc(100vh - 42px);
  background-color: #fff;
  z-index: 1
}

@media(min-width: 360px) {
  #mobile-menu.mm-menu::before {
    top: 52px;
    height: calc(100vh - 52px)
  }
}

#mobile-menu.mm-menu .mm-panels {
  background: rgba(0, 0, 0, 0)
}

#mobile-menu.mm-menu .mm-panels::before {
  content: "";
  position: absolute;
  left: 0;
  top: 42px;
  width: 100%;
  height: calc(100vh - 42px);
  background-color: #fff;
  z-index: 1
}

@media(min-width: 360px) {
  #mobile-menu.mm-menu .mm-panels::before {
    top: 52px;
    height: calc(100vh - 52px)
  }
}

#mobile-menu.mm-menu .mm-panels .mm-panel {
  background: rgba(0, 0, 0, 0)
}

#mobile-menu.mm-menu .mm-panels .mm-panel.mm-panel--parent {
  overflow: hidden
}

#mobile-menu.mm-menu .mm-panels .mm-panel .mm-navbar {
  width: 54px;
  height: 42px;
  border: 0 none;
  background: rgba(0, 0, 0, 0)
}

@media(min-width: 360px) {
  #mobile-menu.mm-menu .mm-panels .mm-panel .mm-navbar {
    height: 52px
  }
}

#mobile-menu.mm-menu .mm-panels .mm-panel .mm-navbar .mm-btn::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: inherit;
  right: inherit;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 0 none;
  background-color: #fff;
  transform: translate(-50%, -50%);
  -webkit-filter: blur(8px);
  -moz-filter: blur(8px);
  -o-filter: blur(8px);
  -ms-filter: blur(8px);
  filter: blur(8px)
}

#mobile-menu.mm-menu .mm-panels .mm-panel .mm-navbar .mm-btn::after {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  display: block;
  width: 14px;
  height: 14px;
  font-size: 14px;
  line-height: 14px;
  color: #00182f;
  font-family: "icomoon" !important;
  font-weight: normal;
  font-style: normal;
  text-align: center;
  transform: translateY(-50%);
  transition: all .3s ease-out
}

#mobile-menu.mm-menu .mm-panels .mm-panel .mm-navbar .mm-navbar__title {
  opacity: 0
}

#mobile-menu.mm-menu .mm-panels .mm-panel .mm-listview {
  display: flex;
  flex-direction: column;
  height: calc(100% - 42px);
  padding-bottom: 104px;
  background-color: #fff;
  overflow: auto
}

@media(min-width: 360px) {
  #mobile-menu.mm-menu .mm-panels .mm-panel .mm-listview {
    height: calc(100vh - 52px)
  }
}

#mobile-menu.mm-menu .mm-panels .mm-panel .mm-listview .mm-listitem:after {
  height: 1px;
  border: 0 none;
  inset-inline-start: 0;
  background-color: #e8edf2
}

#mobile-menu.mm-menu .mm-panels .mm-panel .mm-listview .mm-listitem .mm-listitem__text {
  padding: 16px 20px;
  font-size: 20px;
  line-height: 26px;
  color: #00182f;
  letter-spacing: .01rem;
  font-weight: 700
}

#mobile-menu.mm-menu .mm-panels .mm-panel .mm-listview .mm-listitem .mm-listitem__btn {
  width: 48px;
  padding: 0;
  border: 0
}

#mobile-menu.mm-menu .mm-panels .mm-panel .mm-listview .mm-listitem .mm-listitem__btn::after {
  content: none
}

#mobile-menu.mm-menu .mm-panels .mm-panel .mm-listview .mm-listitem .mm-listitem__btn::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  width: 14px;
  height: 14px;
  font-size: 14px;
  line-height: 14px;
  color: #00182f;
  font-family: "icomoon" !important;
  font-weight: normal;
  font-style: normal;
  text-align: center;
  transform: translate(-50%, -50%);
  transition: all .3s ease-out
}

#mobile-menu.mm-menu .mm-panels .mm-panel .mm-listview .mm-listitem.fu {
  margin-top: 26px
}

#mobile-menu.mm-menu .mm-panels .mm-panel .mm-listview .mm-listitem.utility {
  flex-direction: column
}

#mobile-menu.mm-menu .mm-panels .mm-panel .mm-listview .mm-listitem.utility .submenu-accordion {
  padding: 0
}

#mobile-menu.mm-menu .mm-panels .mm-panel .mm-listview .mm-listitem.utility .submenu-accordion .accordion-item {
  display: flex;
  flex-direction: column
}

#mobile-menu.mm-menu .mm-panels .mm-panel .mm-listview .mm-listitem.utility .submenu-accordion .accordion-item .accordion-button {
  position: relative;
  width: 100%;
  padding: 12px 52px 12px 20px;
  font-size: 14px;
  line-height: 24px;
  color: #00182f;
  letter-spacing: .03rem;
  font-weight: 500;
  text-transform: uppercase
}

#mobile-menu.mm-menu .mm-panels .mm-panel .mm-listview .mm-listitem.utility .submenu-accordion .accordion-item .accordion-button::after {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  display: block;
  width: 12px;
  height: 12px;
  font-size: 12px;
  line-height: 12px;
  color: #00182f;
  font-family: "icomoon" !important;
  font-weight: normal;
  font-style: normal;
  text-align: center;
  transform: translateY(-50%);
  transition: all .3s ease-out
}

#mobile-menu.mm-menu .mm-panels .mm-panel .mm-listview .mm-listitem.utility .submenu-accordion .accordion-item .accordion-button[aria-expanded=true]::after {
  content: ""
}

#mobile-menu.mm-menu .mm-panels .mm-panel .mm-listview .mm-listitem.utility .submenu-accordion .accordion-item .accordion-collapse {
  float: left;
  width: 100%;
  padding: 0 20px
}

#mobile-menu.mm-menu .mm-panels .mm-panel .mm-listview .mm-listitem.utility .submenu-accordion .accordion-item .accordion-collapse .accordion-body {
  display: flex;
  flex-direction: column;
  float: left;
  width: 100%;
  padding-top: 0;
  padding-bottom: 22px;
  margin-top: -6px;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: .02rem;
  font-weight: 600
}

#mobile-menu.mm-menu .mm-panels .mm-panel .mm-listview .mm-listitem.utility .submenu-accordion .accordion-item .accordion-collapse .accordion-body a {
  padding: 8px 0
}

#mobile-menu.mm-menu .mm-panels .mm-panel .mm-listview .mm-listitem.search {
  padding: 30px 20px
}

#mobile-menu.mm-menu .mm-panels .mm-panel .mm-listview .mm-listitem.search:after {
  content: none
}

#mobile-menu.mm-menu .mm-panels .mm-panel .mm-listview .mm-listitem.search label {
  display: block;
  float: left;
  margin-bottom: 8px;
  font-size: 15px;
  line-height: 20px;
  color: #00182f;
  letter-spacing: .03rem;
  font-weight: 400
}

#mobile-menu.mm-menu .mm-panels .mm-panel .mm-listview .mm-listitem.search fieldset {
  position: relative
}

#mobile-menu.mm-menu .mm-panels .mm-panel .mm-listview .mm-listitem.search fieldset input {
  position: relative;
  padding: 15px 58px 15px 23px;
  border-radius: 4px !important;
  font-size: 16px;
  line-height: 20px;
  color: #00182f;
  font-weight: 500;
  letter-spacing: .01rem;
  background-color: #f2f1f4;
  z-index: 1
}

#mobile-menu.mm-menu .mm-panels .mm-panel .mm-listview .mm-listitem.search fieldset input::placeholder {
  font-size: 14px;
  color: rgba(0, 24, 47, .6)
}

#mobile-menu.mm-menu .mm-panels .mm-panel .mm-listview .mm-listitem.search fieldset input::-webkit-input-placeholder {
  font-size: 14px;
  color: rgba(0, 24, 47, .6)
}

#mobile-menu.mm-menu .mm-panels .mm-panel .mm-listview .mm-listitem.search fieldset input:-moz-placeholder {
  font-size: 14px;
  color: rgba(0, 24, 47, .6)
}

#mobile-menu.mm-menu .mm-panels .mm-panel .mm-listview .mm-listitem.search fieldset input::-moz-placeholder {
  font-size: 14px;
  color: rgba(0, 24, 47, .6)
}

#mobile-menu.mm-menu .mm-panels .mm-panel .mm-listview .mm-listitem.search fieldset input:-ms-input-placeholder {
  font-size: 14px;
  color: rgba(0, 24, 47, .6)
}

#mobile-menu.mm-menu .mm-panels .mm-panel .mm-listview .mm-listitem.search fieldset button {
  position: absolute;
  right: 0;
  top: 0;
  width: 58px;
  height: 50px;
  border: 0 none;
  border-radius: 0;
  background-color: rgba(0, 0, 0, 0);
  z-index: 2
}

#mobile-menu.mm-menu .mm-panels .mm-panel .mm-listview .mm-listitem.search fieldset button i {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 18px;
  height: 18px;
  font-size: 18px;
  line-height: 18px;
  color: #00182f;
  transform: translate(-50%, -50%)
}

#mobile-menu.mm-menu .mm-panels .mm-panel .mm-listview .mm-listitem.lang {
  display: block;
  margin-top: auto;
  font-size: 0;
  text-align: center
}

#mobile-menu.mm-menu .mm-panels .mm-panel .mm-listview .mm-listitem.lang:after {
  content: none
}

#mobile-menu.mm-menu .mm-panels .mm-panel .mm-listview .mm-listitem.lang .lang {
  display: inline-block;
  float: none;
  width: auto;
  padding: 0;
  overflow: visible
}

#mobile-menu.mm-menu .mm-panels .mm-panel .mm-listview .mm-listitem.lang .lang .dropdown-toggle {
  display: flex;
  align-items: center;
  padding: 0 21px 0 0;
  font-size: 12px;
  line-height: 20px;
  color: #00182f;
  font-weight: 500;
  letter-spacing: .01rem;
  text-transform: uppercase
}

#mobile-menu.mm-menu .mm-panels .mm-panel .mm-listview .mm-listitem.lang .lang .dropdown-toggle span {
  margin-right: 9px
}

#mobile-menu.mm-menu .mm-panels .mm-panel .mm-listview .mm-listitem.lang .lang .dropdown-menu {
  flex-direction: column;
  width: 100%
}

#mobile-menu.mm-menu .mm-panels .mm-panel .mm-listview .mm-listitem.lang .lang .dropdown-menu.show {
  display: flex
}

#mobile-menu.mm-menu .mm-panels .mm-panel .mm-listview.submenu .mm-listitem:after {
  content: none
}

#mobile-menu.mm-menu .mm-panels .mm-panel .mm-listview.submenu .mm-listitem .mm-listitem__text {
  padding: 15px 20px;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500
}

#mobile-menu.mm-menu .mm-panels .mm-panel .mm-listview.submenu .mm-listitem.main .mm-listitem__text {
  padding: 15px 20px;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: .02rem
}

#mobile-menu.mm-menu .mm-panels .mm-panel .mm-listview.submenu .mm-listitem.highlight {
  margin-top: 18px;
  background-color: #edf1f3
}

#mobile-menu.mm-menu .mm-panels .mm-panel .mm-listview.submenu .mm-listitem.highlight .mm-listitem__text {
  display: flex;
  align-items: center;
  padding: 19px 20px 19px 0
}

#mobile-menu.mm-menu .mm-panels .mm-panel .mm-listview.submenu .mm-listitem.highlight .mm-listitem__text .image {
  width: 43.5%;
  border-radius: 0 5px 5px 0;
  flex-shrink: 0;
  overflow: hidden
}

#mobile-menu.mm-menu .mm-panels .mm-panel .mm-listview.submenu .mm-listitem.highlight .mm-listitem__text div {
  display: flex;
  flex-direction: column;
  width: 56.5%;
  padding-left: 23px;
  flex-shrink: 0
}

#mobile-menu.mm-menu .mm-panels .mm-panel .mm-listview.submenu .mm-listitem.highlight .mm-listitem__text div h4,
#mobile-menu.mm-menu .mm-panels .mm-panel .mm-listview.submenu .mm-listitem.highlight .mm-listitem__text div .h4 {
  font-size: 14px;
  line-height: 19px;
  color: #d64400;
  font-weight: 600;
  letter-spacing: .02rem;
  text-transform: uppercase
}

#mobile-menu.mm-menu .mm-panels .mm-panel .mm-listview.submenu .mm-listitem.highlight .mm-listitem__text div .btn-link {
  margin-top: 12px;
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
  letter-spacing: .01rem;
  white-space: normal
}

body.mm-wrapper--opened .header::before {
  width: 100%
}

body.mm-wrapper--opened .header .header-logo {
  opacity: 0
}

body.mm-wrapper--opened .header .main-menu>ul .nav-item.utility .menu-btn::after {
  content: "";
  margin-top: 1px;
  font-size: 14px;
  font-weight: bold
}

body.theme-winter .header .main-menu>ul .nav-item.utility .my-dss-logged.logged-icon .dropdown-toggle::before {
  content: ""
}

body.theme-summer .header .main-menu>ul .nav-item.utility .my-dss-logged.logged-icon .dropdown-toggle::before {
  content: ""
}

.footer {
  display: block;
  float: left;
  width: 100%;
  margin-top: 50px;
  padding: 13px 10px 0 10px;
  background-color: rgba(232, 239, 241, .4);
  overflow: hidden
}

@media(min-width: 375px) {
  .footer {
    margin-top: calc(50px + 24*(100vw - 375px)/1065);
    padding: calc(13px + 47*(100vw - 375px)/1065) 10px 0 10px
  }
}

@media(min-width: 1440px) {
  .footer {
    margin-top: 74px;
    padding: 60px 10px 0 10px
  }
}

.footer .footer-block {
  float: left;
  width: 100%;
  margin-bottom: 32px
}

@media(min-width: 576px) {
  .footer .footer-block {
    margin-bottom: calc(32px + 20*(100vw - 576px)/864)
  }
}

@media(min-width: 1440px) {
  .footer .footer-block {
    margin-bottom: 52px
  }
}

.footer .footer-block h5 button,
.footer .footer-block .h5 button {
  letter-spacing: inherit
}

@media(max-width: 575.98px) {

  .footer .footer-block h6,
  .footer .footer-block .h6 {
    text-align: center
  }
}

@media(max-width: 575.98px) {
  .footer .footer-block:has(.partner) {
    margin-bottom: 0;
    padding: 17px 0;
    border-bottom: 1px solid #e8edf2
  }

  .footer .footer-block:has(.partner):not(.accordion) {
    display: flex;
    justify-content: space-between;
    align-items: center
  }

  .footer .footer-block:has(.partner):not(.accordion) h5,
  .footer .footer-block:has(.partner):not(.accordion) .h5 {
    width: auto;
    flex-shrink: 0
  }

  .footer .footer-block:has(.partner):not(.accordion) .partner {
    flex-direction: row;
    align-items: center;
    width: auto;
    margin-left: 0;
    margin-right: 0
  }

  .footer .footer-block:has(.partner):not(.accordion) .partner li a img {
    max-height: 44px
  }
}

.footer .footer-block.accordion .partner-btn {
  border: 0 none;
  border-radius: 0;
  padding: 0;
  text-align: left;
  color: #00182f;
  background-color: rgba(0, 0, 0, 0)
}

@media(max-width: 575.98px) {
  .footer .footer-block.accordion .partner-btn {
    position: relative;
    width: 100%;
    padding-right: 48px
  }

  .footer .footer-block.accordion .partner-btn h5,
  .footer .footer-block.accordion .partner-btn .h5 {
    text-align: left
  }

  .footer .footer-block.accordion .partner-btn::after {
    content: "";
    position: absolute;
    right: 18px;
    top: 50%;
    display: block;
    width: 12px;
    height: 12px;
    font-size: 12px;
    line-height: 12px;
    color: #00182f;
    font-family: "icomoon" !important;
    font-weight: normal;
    font-style: normal;
    text-align: center;
    transform: translateY(-50%);
    transition: all .3s ease-out
  }

  .footer .footer-block.accordion .partner-btn[aria-expanded=true]::after {
    content: ""
  }
}

@media(min-width: 576px) {
  .footer .footer-block.accordion .partner-btn {
    cursor: default;
    pointer-events: none
  }
}

@media(max-width: 575.98px) {
  .footer .footer-block.accordion .partner {
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap
  }

  .footer .footer-block.accordion .partner li {
    width: auto
  }
}

.footer .footer-block .partner {
  display: flex;
  flex-direction: column;
  width: calc(100% + 36px);
  margin-left: -18px;
  margin-right: -18px;
  margin-top: 0
}

@media(min-width: 576px) {
  .footer .footer-block .partner {
    margin-top: calc(0px + 8*(100vw - 576px)/864)
  }
}

@media(min-width: 1440px) {
  .footer .footer-block .partner {
    margin-top: 8px
  }
}

.footer .footer-block .partner li {
  margin-top: 20px;
  padding: 0 18px
}

@media(min-width: 992px) {
  .footer .footer-block .partner li {
    margin-top: calc(12px + 8*(100vw - 992px)/448)
  }
}

@media(min-width: 1440px) {
  .footer .footer-block .partner li {
    margin-top: 20px
  }
}

.footer .footer-block .partner li a {
  display: block;
  float: left;
  width: auto;
  transition: all .3s ease-out
}

.footer .footer-block .partner li a img {
  width: auto
}

@media(min-width: 992px) {
  .footer .footer-block .partner li a:hover {
    opacity: .7
  }
}

@media(min-width: 576px) {
  .footer .footer-block .partner.inline {
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap
  }

  .footer .footer-block .partner.inline li {
    width: auto
  }
}

.footer .footer-block .footer-menu {
  display: block;
  float: left;
  width: 100%
}

.footer .footer-block .footer-menu ul {
  margin-top: 4px
}

@media(min-width: 375px) {
  .footer .footer-block .footer-menu ul {
    margin-top: calc(4px + 10*(100vw - 375px)/1065)
  }
}

@media(min-width: 1440px) {
  .footer .footer-block .footer-menu ul {
    margin-top: 14px
  }
}

.footer .footer-block .footer-menu ul li {
  position: relative;
  margin-top: 14px
}

@media(min-width: 375px) {
  .footer .footer-block .footer-menu ul li {
    margin-top: calc(14px + 2*(100vw - 375px)/1065)
  }
}

@media(max-width: 575.98px) {
  .footer .footer-block .footer-menu ul li {
    width: 33.33%
  }

  .footer .footer-block .footer-menu ul li::after {
    content: "";
    position: absolute;
    right: -1px;
    top: 50%;
    width: 1px;
    height: 22px;
    background-color: #e8edf2;
    transform: translateY(-50%)
  }

  .footer .footer-block .footer-menu ul li:last-child::after {
    content: none
  }
}

@media(min-width: 1440px) {
  .footer .footer-block .footer-menu ul li {
    margin-top: 16px
  }
}

.footer .footer-block .footer-menu ul li a {
  display: block;
  float: left;
  font-size: 14px;
  line-height: 20px;
  color: #00182f;
  font-weight: 600;
  letter-spacing: .02rem;
  text-align: left;
  transition: all .3s ease-out
}

@media(min-width: 375px) {
  .footer .footer-block .footer-menu ul li a {
    font-size: calc(14px + 1*(100vw - 375px)/1065)
  }
}

@media(max-width: 575.98px) {
  .footer .footer-block .footer-menu ul li a {
    width: 100%;
    text-align: center
  }
}

@media(min-width: 1440px) {
  .footer .footer-block .footer-menu ul li a {
    font-size: 15px
  }
}

@media(min-width: 992px) {
  .footer .footer-block .footer-menu ul li a:hover {
    color: var(--main)
  }
}

.footer .footer-block .footer-app {
  margin-top: 7px
}

@media(min-width: 375px) {
  .footer .footer-block .footer-app {
    margin-top: calc(7px + 6*(100vw - 375px)/1065)
  }
}

@media(max-width: 575.98px) {
  .footer .footer-block .footer-app {
    display: flex;
    align-items: center;
    justify-content: center
  }
}

@media(min-width: 1440px) {
  .footer .footer-block .footer-app {
    margin-top: 13px
  }
}

.footer .footer-block .footer-app li {
  margin-top: 10px
}

@media(min-width: 375px) {
  .footer .footer-block .footer-app li {
    margin-top: calc(10px + 5*(100vw - 375px)/1065)
  }
}

@media(max-width: 575.98px) {
  .footer .footer-block .footer-app li {
    width: auto;
    margin-left: 8px;
    margin-right: 8px
  }
}

@media(min-width: 1440px) {
  .footer .footer-block .footer-app li {
    margin-top: 15px
  }
}

.footer .footer-block .footer-app li a {
  display: block;
  float: left;
  width: 132px;
  transition: all .3s ease-out
}

@media(min-width: 992px) {
  .footer .footer-block .footer-app li a:hover {
    opacity: .7
  }
}

.footer .footer-block .social {
  display: flex;
  width: calc(100% + 26px);
  margin-top: 7px;
  margin-left: -13px;
  margin-right: -13px
}

@media(min-width: 375px) {
  .footer .footer-block .social {
    margin-top: calc(7px + 8*(100vw - 375px)/1065)
  }
}

@media(max-width: 575.98px) {
  .footer .footer-block .social {
    justify-content: center
  }
}

@media(min-width: 1440px) {
  .footer .footer-block .social {
    margin-top: 15px
  }
}

.footer .footer-block .social li {
  width: auto;
  margin: 13px 30px 0 30px
}

@media(min-width: 576px) {
  .footer .footer-block .social li {
    margin: 13px 13px 0 13px
  }
}

.footer .footer-block .social li a {
  position: relative;
  display: block;
  float: left;
  width: auto;
  width: 20px;
  height: 20px
}

.footer .footer-block .social li a i {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 19px;
  height: 19px;
  font-size: 19px;
  line-height: 19px;
  color: #000;
  transform: translate(-50%, -50%);
  transition: all .3s ease-out
}

@media(min-width: 992px) {
  .footer .footer-block .social li a:hover i {
    color: var(--main)
  }
}

.footer .double-block .footer-block {
  padding-bottom: 0 !important;
  border-bottom: 0 none !important
}

@media(min-width: 576px)and (max-width: 1199.98px) {
  .footer .double-block .footer-block {
    width: 50%
  }
}

.footer .footer-middle {
  position: relative;
  padding-top: 20px;
  margin-top: 0
}

@media(min-width: 576px) {
  .footer .footer-middle {
    padding-top: calc(20px + 18*(100vw - 576px)/864);
    margin-top: calc(0px + 12*(100vw - 576px)/864)
  }

  .footer .footer-middle::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    width: 100vw;
    height: 2px;
    background-color: #deecf8;
    transform: translateX(-50%)
  }
}

@media(min-width: 992px)and (max-width: 1199.98px) {
  .footer .footer-middle {
    padding-right: 170px
  }
}

@media(min-width: 1200px)and (max-width: 1439.98px) {
  .footer .footer-middle {
    padding-right: 80px
  }
}

@media(min-width: 1440px) {
  .footer .footer-middle {
    padding-top: 38px;
    margin-top: 12px
  }
}

.footer .footer-middle .footer-block {
  margin-bottom: 20px;
  padding-bottom: 30px;
  border-bottom: 1px solid #e8edf2
}

@media(min-width: 375px) {
  .footer .footer-middle .footer-block {
    margin-bottom: calc(20px + 18*(100vw - 375px)/1065)
  }
}

@media(min-width: 576px) {
  .footer .footer-middle .footer-block {
    padding-bottom: 0;
    border-bottom: 0 none
  }
}

@media(min-width: 1440px) {
  .footer .footer-middle .footer-block {
    margin-bottom: 38px
  }
}

.footer .lang-wrapper {
  position: absolute;
  right: 100px;
  top: 34px;
  width: auto;
  padding: 0 !important
}

@media(min-width: 1200px) {
  .footer .lang-wrapper {
    right: calc(15px - 120*(100vw - 1200px)/240)
  }
}

@media(min-width: 1440px) {
  .footer .lang-wrapper {
    right: calc(-105px - 40*(100vw - 1440px)/160)
  }
}

@media(min-width: 1600px) {
  .footer .lang-wrapper {
    right: -145px
  }
}

.footer .footer-bottom {
  float: left;
  width: calc(100% + 20px);
  margin-top: 9px;
  margin-left: -10px;
  margin-right: -10px;
  padding: 26px 10px 130px 10px;
  background-color: #00182f
}

@media(min-width: 992px) {
  .footer .footer-bottom {
    padding: 20px 10px 130px 10px
  }
}

@media(min-width: 1200px) {
  .footer .footer-bottom {
    padding: 20px 10px 17px 10px
  }
}

.footer .footer-bottom nav {
  display: block;
  float: left;
  width: 100%
}

.footer .footer-bottom nav ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: calc(100% + 40px);
  margin-left: -20px;
  margin-right: -20px
}

@media(min-width: 480px) {
  .footer .footer-bottom nav ul {
    flex-wrap: nowrap
  }
}

.footer .footer-bottom nav ul li {
  width: calc(50% - 24px);
  margin: 12px 12px 0 12px
}

@media(min-width: 480px) {
  .footer .footer-bottom nav ul li {
    width: auto;
    margin: 0 20px
  }
}

.footer .footer-bottom nav ul li a {
  display: block;
  float: left;
  width: 100%;
  font-size: 12px;
  line-height: 18px;
  color: #fff;
  font-weight: 500;
  letter-spacing: .05rem;
  text-align: center;
  text-transform: uppercase;
  transition: all .3s ease-out
}

@media(min-width: 480px) {
  .footer .footer-bottom nav ul li a {
    width: auto;
    text-align: left
  }
}

@media(min-width: 992px) {
  .footer .footer-bottom nav ul li a:hover {
    color: var(--main-light)
  }
}

.footer .footer-bottom p {
  margin-top: 20px;
  font-size: 12px;
  line-height: 18px;
  color: #fff;
  font-weight: 500;
  letter-spacing: .02rem;
  text-align: center
}

@media(min-width: 375px) {
  .footer .footer-bottom p {
    margin-top: calc(20px + 6*(100vw - 375px)/1065)
  }
}

@media(min-width: 1440px) {
  .footer .footer-bottom p {
    margin-top: 26px
  }
}

.footer .footer-sites-logo {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  float: left;
  width: 100%;
  margin-bottom: 30px
}

@media(min-width: 992px) {
  .footer .footer-sites-logo {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    margin-top: calc(10px + 20*(100vw - 992px)/448);
    margin-bottom: 0
  }
}

@media(min-width: 1440px) {
  .footer .footer-sites-logo {
    margin-top: 30px
  }
}

.footer .footer-sites-logo>a,
.footer .footer-sites-logo>div {
  display: block;
  float: left;
  width: 100%;
  max-width: 137px;
  margin: 0 10px
}

@media(min-width: 992px) {

  .footer .footer-sites-logo>a,
  .footer .footer-sites-logo>div {
    margin: 8px 0 0 0
  }
}

.dropdown.lang {
  float: left;
  width: auto
}

.dropdown.lang .dropdown-toggle {
  position: relative;
  display: block;
  float: left;
  width: auto;
  border: 0 none;
  border-radius: 0;
  padding: 0 14px 0 0;
  background-color: rgba(0, 0, 0, 0)
}

.dropdown.lang .dropdown-toggle::after {
  content: none
}

.dropdown.lang .dropdown-toggle::before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 8px;
  height: 8px;
  font-size: 8px;
  line-height: 8px;
  color: #00182f;
  font-family: "icomoon" !important;
  font-weight: normal;
  font-style: normal;
  transform: translateY(-50%);
  z-index: 3
}

.dropdown.lang .dropdown-toggle span {
  display: block;
  float: left;
  width: 24px;
  height: 24px;
  padding: 2px;
  border-radius: 50%;
  background-color: #fff;
  filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.1))
}

.dropdown.lang .dropdown-menu {
  top: inherit !important;
  bottom: 0 !important;
  right: -14px !important;
  left: inherit !important;
  width: auto;
  min-width: auto;
  padding: 6px 14px 16px 14px;
  border-radius: 4px;
  border: 0 none;
  text-align: center;
  font-size: 0;
  background-color: #fff;
  transform: translate3d(0, 0, 0) !important;
  transition: all .2s ease-out;
  -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, .1);
  -moz-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, .1);
  -o-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, .1);
  -ms-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, .1);
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, .1)
}

.dropdown.lang .dropdown-menu::before {
  content: "";
  position: absolute;
  right: 14px;
  bottom: 8px;
  width: 8px;
  height: 8px;
  font-size: 8px;
  line-height: 8px;
  color: #00182f;
  font-family: "icomoon" !important;
  font-weight: normal;
  font-style: normal;
  z-index: 3
}

.dropdown.lang .dropdown-menu li {
  display: inline-block;
  float: none;
  width: auto;
  padding: 4px 0;
  border-bottom: 1px solid #deecf8
}

.dropdown.lang .dropdown-menu li:last-child {
  border-bottom: 0 none
}

.dropdown.lang .dropdown-menu li a {
  display: block;
  float: left;
  width: 100%;
  padding: 6px 0;
  font-size: 14px;
  line-height: 20px;
  color: #00182f;
  text-decoration: none !important;
  text-align: center;
  font-weight: 600;
  letter-spacing: .01rem;
  transition: all .2s ease-out;
  background-color: rgba(0, 0, 0, 0) !important
}

@media(min-width: 992px) {
  .dropdown.lang .dropdown-menu li a:hover {
    color: var(--main)
  }
}

.dropdown.lang .dropdown-menu li a[aria-selected=true] {
  color: var(--main);
  cursor: default;
  pointer-events: none
}

@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal
}

:root {
  --swiper-theme-color: #007aff
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  display: block
}

.swiper-vertical>.swiper-wrapper {
  flex-direction: column
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0)
}

.swiper-horizontal {
  touch-action: pan-y
}

.swiper-vertical {
  touch-action: pan-x
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block
}

.swiper-slide-invisible-blank {
  visibility: hidden
}

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d
}

.swiper-3d {
  perspective: 1200px
}

.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide {
  transform-style: preserve-3d
}

.swiper-css-mode>.swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none
}

.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar {
  display: none
}

.swiper-css-mode>.swiper-wrapper>.swiper-slide {
  scroll-snap-align: start start
}

.swiper-css-mode.swiper-horizontal>.swiper-wrapper {
  scroll-snap-type: x mandatory
}

.swiper-css-mode.swiper-vertical>.swiper-wrapper {
  scroll-snap-type: y mandatory
}

.swiper-css-mode.swiper-free-mode>.swiper-wrapper {
  scroll-snap-type: none
}

.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide {
  scroll-snap-align: none
}

.swiper-css-mode.swiper-centered>.swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999
}

.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always
}

.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before)
}

.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after)
}

.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before)
}

.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after)
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, .15)
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: rgba(0, 0, 0, 0)
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg)
  }

  100% {
    transform: rotate(360deg)
  }
}

.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0)
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size)
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size)
}

:root {
  --swiper-navigation-size: 44px
}

.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size)/44*27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size)/2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color))
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none
}

.swiper-button-next.swiper-button-hidden,
.swiper-button-prev.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none
}

.swiper-navigation-disabled .swiper-button-next,
.swiper-navigation-disabled .swiper-button-prev {
  display: none !important
}

.swiper-button-next svg,
.swiper-button-prev svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform-origin: center
}

.swiper-rtl .swiper-button-next svg,
.swiper-rtl .swiper-button-prev svg {
  transform: rotate(180deg)
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto
}

.swiper-button-lock {
  display: none
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "prev"
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "next"
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: .3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0
}

.swiper-pagination-disabled>.swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none !important
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33)
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2)
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer
}

.swiper-pagination-bullet:only-child {
  display: none !important
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color))
}

.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical>.swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0)
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: .2s transform, .2s top
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px)
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: .2s transform, .2s left
}

.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: .2s transform, .2s right
}

.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit)
}

.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top
}

.swiper-horizontal>.swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0
}

.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-vertical>.swiper-pagination-progressbar {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0
}

.swiper-pagination-lock {
  display: none
}

.swiper-scrollbar {
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  touch-action: none;
  background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1))
}

.swiper-scrollbar-disabled>.swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important
}

.swiper-horizontal>.swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: var(--swiper-scrollbar-sides-offset, 1%);
  bottom: var(--swiper-scrollbar-bottom, 4px);
  top: var(--swiper-scrollbar-top, auto);
  z-index: 50;
  height: var(--swiper-scrollbar-size, 4px);
  width: calc(100% - 2*var(--swiper-scrollbar-sides-offset, 1%))
}

.swiper-scrollbar.swiper-scrollbar-vertical,
.swiper-vertical>.swiper-scrollbar {
  position: absolute;
  left: var(--swiper-scrollbar-left, auto);
  right: var(--swiper-scrollbar-right, 4px);
  top: var(--swiper-scrollbar-sides-offset, 1%);
  z-index: 50;
  width: var(--swiper-scrollbar-size, 4px);
  height: calc(100% - 2*var(--swiper-scrollbar-sides-offset, 1%))
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  left: 0;
  top: 0
}

.swiper-scrollbar-cursor-drag {
  cursor: move
}

.swiper-scrollbar-lock {
  display: none
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain
}

.swiper-slide-zoomed {
  cursor: move;
  touch-action: none
}

.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000
}

.swiper-free-mode>.swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto
}

.swiper-grid>.swiper-wrapper {
  flex-wrap: wrap
}

.swiper-grid-column>.swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column
}

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none
}

.swiper-fade .swiper-slide-active {
  pointer-events: auto
}

.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto
}

.swiper.swiper-cube {
  overflow: visible
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none
}

.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: .6;
  z-index: 0
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px)
}

.swiper-cube .swiper-slide-next+.swiper-slide {
  pointer-events: auto;
  visibility: visible
}

.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}

.swiper.swiper-flip {
  overflow: visible
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto
}

.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}

.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height
}

.swiper.swiper-cards {
  overflow: visible
}

.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden
}

/*!
* mmenu.js
* mmenujs.com
*
* Copyright (c) Fred Heusschen
* frebsite.nl
*
* License: CC-BY-NC-4.0
* http://creativecommons.org/licenses/by-nc/4.0/
*/
:root {
  --mm-lineheight: 22px
}

.mm-hidden {
  display: none !important
}

.mm-wrapper {
  overflow-x: hidden;
  position: relative
}

.mm-menu,
.mm-menu *,
.mm-menu :after,
.mm-menu :before {
  -webkit-transition-property: none;
  -o-transition-property: none;
  transition-property: none;
  -webkit-transition-duration: .4s;
  -o-transition-duration: .4s;
  transition-duration: .4s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease
}

:root {
  --mm-blocker-visibility-delay: 0.4s;
  --mm-blocker-opacity-delay: 0s
}

.mm-blocker {
  display: block;
  position: absolute;
  bottom: 100%;
  top: 0;
  right: 0;
  left: 0;
  z-index: 3;
  opacity: 0;
  background: var(--mm-color-background);
  -webkit-transition: bottom 0s ease var(--mm-blocker-visibility-delay), width .4s ease, opacity .4s ease var(--mm-blocker-opacity-delay), -webkit-transform .4s ease;
  transition: bottom 0s ease var(--mm-blocker-visibility-delay), width .4s ease, opacity .4s ease var(--mm-blocker-opacity-delay), -webkit-transform .4s ease;
  -o-transition: bottom 0s ease var(--mm-blocker-visibility-delay), width .4s ease, opacity .4s ease var(--mm-blocker-opacity-delay), transform .4s ease;
  transition: bottom 0s ease var(--mm-blocker-visibility-delay), width .4s ease, opacity .4s ease var(--mm-blocker-opacity-delay), transform .4s ease;
  transition: bottom 0s ease var(--mm-blocker-visibility-delay), width .4s ease, opacity .4s ease var(--mm-blocker-opacity-delay), transform .4s ease, -webkit-transform .4s ease
}

.mm-blocker:focus-visible {
  opacity: .75
}

.mm-btn {
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  width: 50px;
  padding: 0
}

.mm-btn--next,
[dir=rtl] .mm-btn--prev {
  --mm-btn-rotate: 135deg
}

.mm-btn--prev,
[dir=rtl] .mm-btn--next {
  --mm-btn-rotate: -45deg
}

.mm-btn--next:after,
.mm-btn--prev:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 8px;
  height: 8px;
  margin: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 2px solid var(--mm-color-icon);
  border-bottom: none;
  border-right: none;
  -webkit-transform: rotate(var(--mm-btn-rotate));
  -ms-transform: rotate(var(--mm-btn-rotate));
  transform: rotate(var(--mm-btn-rotate))
}

.mm-btn--prev:before {
  inset-inline-start: 23px
}

.mm-btn--next:after {
  inset-inline-end: 23px
}

.mm-btn--close:before {
  content: "×";
  font-size: 150%
}

.mm-btnreset {
  padding: 0;
  background: 0 0;
  border: none;
  cursor: pointer
}

.mm-divider {
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  position: -webkit-sticky;
  position: sticky;
  z-index: 2;
  top: 0;
  min-height: var(--mm-lineheight);
  padding: calc((var(--mm-listitem-size)*.65 - var(--mm-lineheight))*.5) 20px;
  font-size: 75%;
  text-transform: uppercase;
  background: var(--mm-color-background);
  background-image: -webkit-gradient(linear, left top, left bottom, from(var(--mm-color-background-highlight)), to(var(--mm-color-background-highlight)));
  background-image: -o-linear-gradient(var(--mm-color-background-highlight), var(--mm-color-background-highlight));
  background-image: linear-gradient(var(--mm-color-background-highlight), var(--mm-color-background-highlight));
  opacity: 1;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity
}

.mm-navbar:not(.mm-hidden)~.mm-listview .mm-divider {
  top: var(--mm-navbar-size)
}

:root {
  --mm-listitem-size: 50px
}

.mm-listitem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  padding: 0;
  margin: 0;
  color: var(--mm-color-text);
  border-color: var(--mm-color-border)
}

.mm-listitem:after {
  content: "";
  border-color: inherit;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  display: block;
  position: absolute;
  inset-inline-start: 20px;
  inset-inline-end: 0;
  bottom: 0
}

.mm-listitem__btn,
.mm-listitem__text {
  padding: calc((var(--mm-listitem-size) - var(--mm-lineheight))/2) 0
}

.mm-listitem__text {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 10%;
  flex-basis: 10%;
  display: block;
  padding-left: 20px;
  padding-right: 20px;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden
}

.mm-listitem__btn {
  display: block;
  position: relative;
  width: auto;
  -webkit-padding-end: 50px;
  padding-inline-end: 50px;
  border-color: inherit;
  background: rgba(3, 2, 1, 0)
}

.mm-listitem__btn:not(.mm-listitem__text) {
  border-left-width: 1px;
  border-left-style: solid
}

.mm-listitem--selected>.mm-listitem__text {
  background: var(--mm-color-background-emphasis)
}

.mm-listitem--opened>.mm-listitem__btn,
.mm-listitem--opened>.mm-panel {
  background: var(--mm-color-background-highlight)
}

.mm-listview {
  list-style: none;
  display: block;
  padding: 0;
  margin: 0
}

.mm-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  -ms-scroll-chaining: none;
  overscroll-behavior: none;
  background: var(--mm-color-background);
  border-color: var(--mm-color-border);
  color: var(--mm-color-text);
  line-height: var(--mm-lineheight);
  -webkit-tap-highlight-color: var(--mm-color-background-emphasis);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.mm-menu ::-webkit-input-placeholder {
  color: var(--mm-color-text-dimmed)
}

.mm-menu ::-moz-placeholder {
  color: var(--mm-color-text-dimmed)
}

.mm-menu :-ms-input-placeholder {
  color: var(--mm-color-text-dimmed)
}

.mm-menu ::-ms-input-placeholder {
  color: var(--mm-color-text-dimmed)
}

.mm-menu ::placeholder {
  color: var(--mm-color-text-dimmed)
}

.mm-menu,
.mm-menu * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

.mm-menu :focus,
.mm-menu :focus-visible,
.mm-menu:focus,
.mm-menu:focus-visible {
  outline: 0
}

.mm-menu a,
.mm-menu button,
.mm-menu label {
  color: inherit
}

.mm-menu a:focus,
.mm-menu button:focus,
.mm-menu label:focus {
  outline: 0
}

.mm-menu a:focus-visible,
.mm-menu button:focus-visible,
.mm-menu label:focus-visible {
  outline: 2px solid var(--mm-color-focusring);
  outline-offset: -5px
}

.mm-menu input:focus,
.mm-menu input:focus-visible,
.mm-menu select:focus,
.mm-menu select:focus-visible,
.mm-menu textarea:focus,
.mm-menu textarea:focus-visible {
  outline: 2px solid var(--mm-color-focusring);
  outline-offset: 2px
}

.mm-menu a,
.mm-menu a:active,
.mm-menu a:hover,
.mm-menu a:link,
.mm-menu a:visited {
  text-decoration: none;
  color: inherit
}

:root {
  --mm-navbar-size: 50px
}

.mm-navbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 2;
  min-height: var(--mm-navbar-size);
  padding-top: env(safe-area-inset-top);
  color: var(--mm-color-text-dimmed);
  text-align: center;
  opacity: 1;
  background: var(--mm-color-background);
  border-bottom: 1px solid var(--mm-color-border);
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity
}

.mm-navbar>* {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

.mm-navbar__btn {
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0
}

.mm-navbar__title {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 50%;
  flex: 1 1 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 20px;
  overflow: hidden
}

.mm-navbar__title[href="#"] {
  pointer-events: none
}

.mm-navbar__title>span {
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden
}

.mm-btn.mm-hidden+.mm-navbar__title:not(:last-child) {
  -webkit-padding-start: 60px;
  padding-inline-start: 60px;
  -webkit-padding-end: 10px;
  padding-inline-end: 10px
}

.mm-btn:not(.mm-hidden)+.mm-navbar__title:last-child {
  -webkit-padding-start: 10px;
  padding-inline-start: 10px;
  -webkit-padding-end: 60px;
  padding-inline-end: 60px
}

.mm-panel {
  --mm-panel-child-offset: 100%;
  --mm-panel-parent-offset: -30%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  -webkit-overflow-scrolling: touch;
  overflow: hidden;
  overflow-y: auto;
  -ms-scroll-chaining: none;
  overscroll-behavior: contain;
  color: var(--mm-color-text);
  border-color: var(--mm-color-border);
  background: var(--mm-color-background);
  -webkit-transform: translate3d(var(--mm-panel-child-offset), 0, 0);
  transform: translate3d(var(--mm-panel-child-offset), 0, 0);
  -webkit-transition-property: inset-inline-start, -webkit-transform;
  transition-property: inset-inline-start, -webkit-transform;
  -o-transition-property: transform, inset-inline-start;
  transition-property: transform, inset-inline-start;
  transition-property: transform, inset-inline-start, -webkit-transform
}

[dir=rtl] .mm-panel {
  --mm-panel-child-offset: -100%;
  --mm-panel-parent-offset: 30%
}

.mm-panel:after {
  content: "";
  display: block;
  height: var(--mm-listitem-size)
}

.mm-panel:focus {
  outline: 0
}

.mm-panel--opened {
  z-index: 2;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s
}

.mm-panel--parent {
  -webkit-transform: translate3d(var(--mm-panel-parent-offset), 0, 0);
  transform: translate3d(var(--mm-panel-parent-offset), 0, 0);
  z-index: 0
}

.mm-panel--highest {
  z-index: 3
}

.mm-menu--opened .mm-panel--noanimation {
  -webkit-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
  -webkit-transition-duration: 0s !important;
  -o-transition-duration: 0s !important;
  transition-duration: 0s !important
}

.mm-panel__content {
  padding: 20px
}

.mm-panels {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  position: relative;
  height: 100%;
  overflow: hidden;
  background: var(--mm-color-background);
  border-color: var(--mm-color-border);
  color: var(--mm-color-text)
}

.mm-panels:focus {
  outline: 0
}

:root {
  --mm-toggle-size: 34px
}

.mm-toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: calc(var(--mm-toggle-size)*1.75);
  -ms-flex: calc(var(--mm-toggle-size)*1.75) 0 0px;
  flex: calc(var(--mm-toggle-size)*1.75) 0 0;
  height: var(--mm-toggle-size);
  -webkit-margin-end: 10px;
  margin-inline-end: 10px;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  border: none !important;
  border-radius: var(--mm-toggle-size);
  border: var(--mm-color-border);
  background: var(--mm-color-border);
  cursor: pointer;
  -webkit-transition-property: background-color;
  -o-transition-property: background-color;
  transition-property: background-color
}

.mm-toggle:before {
  content: "";
  aspect-ratio: 1;
  margin: 2px;
  border-radius: 100%;
  background: var(--mm-color-background);
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform
}

.mm-toggle:checked {
  background: #4bd963
}

.mm-toggle:checked:before {
  -webkit-transform: translateX(calc(var(--mm-toggle-size) * 0.75));
  -ms-transform: translateX(calc(var(--mm-toggle-size) * 0.75));
  transform: translateX(calc(var(--mm-toggle-size) * 0.75))
}

[dir=rtl] .mm-toggle:checked:before {
  -webkit-transform: translateX(calc(var(--mm-toggle-size) * -0.75));
  -ms-transform: translateX(calc(var(--mm-toggle-size) * -0.75));
  transform: translateX(calc(var(--mm-toggle-size) * -0.75))
}

.mm-listitem--vertical>.mm-panel {
  position: static;
  width: 100%;
  padding: 10px 0 10px 20px;
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
  -webkit-transition: none !important;
  -o-transition: none !important;
  transition: none !important
}

.mm-listitem--vertical>.mm-panel:after {
  content: none;
  display: none
}

.mm-listitem--vertical:not(.mm-listitem--opened)>.mm-panel {
  display: none
}

.mm-listitem--vertical>.mm-listitem__btn {
  height: var(--mm-listitem-size);
  bottom: auto
}

.mm-listitem--vertical .mm-listitem:last-child:after {
  border-color: rgba(0, 0, 0, 0)
}

.mm-listitem--opened>.mm-listitem__btn:after {
  -webkit-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  transform: rotate(225deg);
  right: 19px
}

:root {
  --mm-size: 80%;
  --mm-min-size: 240px;
  --mm-max-size: 440px
}

.mm-menu--offcanvas {
  position: fixed;
  z-index: 0
}

.mm-page {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 100vh;
  background: inherit
}

:where(.mm-slideout) {
  position: relative;
  z-index: 1;
  width: 100%;
  -webkit-transition-duration: .4s;
  -o-transition-duration: .4s;
  transition-duration: .4s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-property: width, -webkit-transform;
  transition-property: width, -webkit-transform;
  -o-transition-property: width, transform;
  transition-property: width, transform;
  transition-property: width, transform, -webkit-transform
}

.mm-wrapper--opened,
.mm-wrapper--opened body {
  overflow: hidden
}

.mm-wrapper__blocker {
  background: rgba(0, 0, 0, .4)
}

.mm-wrapper--opened .mm-wrapper__blocker {
  --mm-blocker-visibility-delay: 0s;
  --mm-blocker-opacity-delay: 0.4s;
  bottom: 0;
  opacity: .5
}

.mm-menu {
  --mm-translate-horizontal: 0;
  --mm-translate-vertical: 0
}

.mm-menu--position-left,
.mm-menu--position-left-front {
  right: auto
}

.mm-menu--position-right,
.mm-menu--position-right-front {
  left: auto
}

.mm-menu--position-left,
.mm-menu--position-left-front,
.mm-menu--position-right,
.mm-menu--position-right-front {
  width: clamp(var(--mm-min-size), var(--mm-size), var(--mm-max-size))
}

.mm-menu--position-left-front {
  --mm-translate-horizontal: -100%
}

.mm-menu--position-right-front {
  --mm-translate-horizontal: 100%
}

.mm-menu--position-top {
  bottom: auto
}

.mm-menu--position-bottom {
  top: auto
}

.mm-menu--position-bottom,
.mm-menu--position-top {
  width: 100%;
  height: clamp(var(--mm-min-size), var(--mm-size), var(--mm-max-size))
}

.mm-menu--position-top {
  --mm-translate-vertical: -100%
}

.mm-menu--position-bottom {
  --mm-translate-vertical: 100%
}

.mm-menu--position-bottom,
.mm-menu--position-left-front,
.mm-menu--position-right-front,
.mm-menu--position-top {
  z-index: 2;
  -webkit-transform: translate3d(var(--mm-translate-horizontal), var(--mm-translate-vertical), 0);
  transform: translate3d(var(--mm-translate-horizontal), var(--mm-translate-vertical), 0);
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform
}

.mm-menu--position-bottom.mm-menu--opened,
.mm-menu--position-left-front.mm-menu--opened,
.mm-menu--position-right-front.mm-menu--opened,
.mm-menu--position-top.mm-menu--opened {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

.mm-wrapper--position-left {
  --mm-translate-horizontal: clamp(var(--mm-min-size), var(--mm-size), var(--mm-max-size))
}

.mm-wrapper--position-right {
  --mm-translate-horizontal: clamp(calc(-1 * var(--mm-max-size)), calc(-1 * var(--mm-size)), calc(-1 * var(--mm-min-size)))
}

.mm-wrapper--position-left .mm-slideout,
.mm-wrapper--position-right .mm-slideout {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

.mm-wrapper--position-left.mm-wrapper--opened .mm-slideout,
.mm-wrapper--position-right.mm-wrapper--opened .mm-slideout {
  -webkit-transform: translate3d(var(--mm-translate-horizontal), 0, 0);
  transform: translate3d(var(--mm-translate-horizontal), 0, 0)
}

.mm-wrapper--position-bottom .mm-wrapper__blocker,
.mm-wrapper--position-left-front .mm-wrapper__blocker,
.mm-wrapper--position-right-front .mm-wrapper__blocker,
.mm-wrapper--position-top .mm-wrapper__blocker {
  z-index: 1
}

.mm-menu--theme-light {
  --mm-color-background: #f3f3f3;
  --mm-color-border: rgb(0 0 0 / 0.15);
  --mm-color-icon: rgb(0 0 0 / 0.4);
  --mm-color-text: rgb(0 0 0 / 0.8);
  --mm-color-text-dimmed: rgb(0 0 0 / 0.4);
  --mm-color-background-highlight: rgb(0 0 0 / 0.05);
  --mm-color-background-emphasis: rgb(255 255 255 / 0.75);
  --mm-color-focusring: #06c
}

.mm-menu--theme-light-contrast {
  --mm-color-background: #f3f3f3;
  --mm-color-border: rgb(0 0 0 / 0.5);
  --mm-color-icon: rgb(0 0 0 / 0.5);
  --mm-color-text: #000;
  --mm-color-text-dimmed: rgb(0 0 0 / 0.7);
  --mm-color-background-highlight: rgb(0 0 0 / 0.05);
  --mm-color-background-emphasis: rgb(255 255 255 / 0.9);
  --mm-color-focusring: #06c
}

.mm-menu--theme-dark {
  --mm-color-background: #333;
  --mm-color-border: rgb(0, 0, 0, 0.4);
  --mm-color-icon: rgb(255, 255, 255, 0.4);
  --mm-color-text: rgb(255, 255, 255, 0.8);
  --mm-color-text-dimmed: rgb(255, 255, 255, 0.4);
  --mm-color-background-highlight: rgb(255, 255, 255, 0.08);
  --mm-color-background-emphasis: rgb(0, 0, 0, 0.1);
  --mm-color-focusring: #06c
}

.mm-menu--theme-dark-contrast {
  --mm-color-background: #333;
  --mm-color-border: rgb(255 255 255 / 0.5);
  --mm-color-icon: rgb(255 255 255 / 0.5);
  --mm-color-text: #fff;
  --mm-color-text-dimmed: rgb(255 255 255 / 0.7);
  --mm-color-background-highlight: rgb(255 255 255 / 0.1);
  --mm-color-background-emphasis: rgb(0 0 0 / 0.3);
  --mm-color-focusring: #06c
}

.mm-menu--theme-white {
  --mm-color-background: #fff;
  --mm-color-border: rgb(0 0 0 / 0.15);
  --mm-color-icon: rgb(0 0 0 / 0.3);
  --mm-color-text: rgb(0 0 0 / 0.8);
  --mm-color-text-dimmed: rgb(0 0 0 / 0.3);
  --mm-color-background-highlight: rgb(0 0 0 / 0.06);
  --mm-color-background-emphasis: rgb(0 0 0 / 0.03);
  --mm-color-focusring: #06c
}

.mm-menu--theme-white-contrast {
  --mm-color-background: #fff;
  --mm-color-border: rgb(0 0 0 / 0.5);
  --mm-color-icon: rgb(0 0 0 / 0.5);
  --mm-color-text: #000;
  --mm-color-text-dimmed: rgb(0 0 0 / 0.7);
  --mm-color-background-highlight: rgb(0 0 0 / 0.07);
  --mm-color-background-emphasis: rgb(0 0 0 / 0.035);
  --mm-color-focusring: #06c
}

.mm-menu--theme-black {
  --mm-color-background: #000;
  --mm-color-border: rgb(255 255 255 / 0.2);
  --mm-color-icon: rgb(255 255 255 / 0.4);
  --mm-color-text: rgb(255 255 255 / 0.7);
  --mm-color-text-dimmed: rgb(255 255 255 / 0.4);
  --mm-color-background-highlight: rgb(255 255 255 / 0.1);
  --mm-color-background-emphasis: rgb(255 255 255 / 0.06);
  --mm-color-focusring: #06c
}

.mm-menu--theme-black-contrast {
  --mm-color-background: #000;
  --mm-color-border: rgb(255 255 255 / 0.5);
  --mm-color-icon: rgb(255 255 255 / 0.5);
  --mm-color-text: #fff;
  --mm-color-text-dimmed: rgb(255 255 255 / 0.6);
  --mm-color-background-highlight: rgb(255 255 255 / 0.125);
  --mm-color-background-emphasis: rgb(255 255 255 / 0.1);
  --mm-color-focusring: #06c
}

.mm-counter {
  display: block;
  -webkit-padding-start: 20px;
  padding-inline-start: 20px;
  float: right;
  color: var(--mm-color-text-dimmed)
}

[dir=rtl] .mm-counter {
  float: left
}

:root {
  --mm-iconbar-size: 50px
}

.mm-menu--iconbar-left .mm-navbars,
.mm-menu--iconbar-left .mm-panels {
  margin-left: var(--mm-iconbar-size)
}

.mm-menu--iconbar-right .mm-navbars,
.mm-menu--iconbar-right .mm-panels {
  margin-right: var(--mm-iconbar-size)
}

.mm-iconbar {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 2;
  width: var(--mm-iconbar-size);
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 0 solid;
  border-color: var(--mm-color-border);
  background: var(--mm-color-background);
  color: var(--mm-color-text-dimmed);
  text-align: center
}

.mm-menu--iconbar-left .mm-iconbar,
.mm-menu--iconbar-right .mm-iconbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.mm-menu--iconbar-left .mm-iconbar {
  border-right-width: 1px;
  left: 0
}

.mm-menu--iconbar-right .mm-iconbar {
  border-left-width: 1px;
  right: 0
}

.mm-iconbar__bottom,
.mm-iconbar__top {
  width: 100%;
  -webkit-overflow-scrolling: touch;
  overflow: hidden;
  overflow-y: auto;
  -ms-scroll-chaining: none;
  overscroll-behavior: contain
}

.mm-iconbar__bottom>*,
.mm-iconbar__top>* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  padding: calc((var(--mm-iconbar-size) - var(--mm-lineheight))/2) 0
}

.mm-iconbar__bottom a,
.mm-iconbar__bottom a:hover,
.mm-iconbar__top a,
.mm-iconbar__top a:hover {
  text-decoration: none
}

.mm-iconbar__tab--selected {
  background: var(--mm-color-background-emphasis)
}

:root {
  --mm-iconpanel-size: 50px
}

.mm-panel--iconpanel-0 {
  inset-inline-start: calc(0*var(--mm-iconpanel-size))
}

.mm-panel--iconpanel-1 {
  inset-inline-start: calc(1*var(--mm-iconpanel-size))
}

.mm-panel--iconpanel-2 {
  inset-inline-start: calc(2*var(--mm-iconpanel-size))
}

.mm-panel--iconpanel-3 {
  inset-inline-start: calc(3*var(--mm-iconpanel-size))
}

.mm-panel--iconpanel-4 {
  inset-inline-start: calc(4*var(--mm-iconpanel-size))
}

.mm-panel--iconpanel-first~.mm-panel {
  inset-inline-start: var(--mm-iconpanel-size)
}

.mm-menu--iconpanel .mm-panel--parent .mm-divider,
.mm-menu--iconpanel .mm-panel--parent .mm-navbar {
  opacity: 0
}

.mm-menu--iconpanel .mm-panels>.mm-panel--parent {
  overflow-y: hidden;
  -webkit-transform: unset;
  -ms-transform: unset;
  transform: unset
}

.mm-menu--iconpanel .mm-panels>.mm-panel:not(.mm-panel--iconpanel-first):not(.mm-panel--iconpanel-0) {
  border-inline-start-width: 1px;
  border-inline-start-style: solid
}

.mm-navbars {
  -ms-flex-negative: 0;
  flex-shrink: 0
}

.mm-navbars .mm-navbar {
  position: relative;
  padding-top: 0;
  border-bottom: none
}

.mm-navbars--top {
  border-bottom: 1px solid var(--mm-color-border)
}

.mm-navbars--top .mm-navbar:first-child {
  padding-top: env(safe-area-inset-top)
}

.mm-navbars--bottom {
  border-top: 1px solid var(--mm-color-border)
}

.mm-navbars--bottom .mm-navbar:last-child {
  padding-bottom: env(safe-area-inset-bottom)
}

.mm-navbar__breadcrumbs {
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 50%;
  flex: 1 1 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 0 20px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch
}

.mm-navbar__breadcrumbs>* {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-padding-end: 6px;
  padding-inline-end: 6px
}

.mm-navbar__breadcrumbs>a {
  text-decoration: underline
}

.mm-navbar__breadcrumbs:not(:last-child) {
  -webkit-padding-end: 0;
  padding-inline-end: 0
}

.mm-btn:not(.mm-hidden)+.mm-navbar__breadcrumbs {
  -webkit-padding-start: 0;
  padding-inline-start: 0
}

.mm-navbar__tab {
  padding: 0 10px;
  border: 1px solid rgba(0, 0, 0, 0)
}

.mm-navbar__tab--selected {
  background: var(--mm-color-background)
}

.mm-navbar__tab--selected:not(:first-child) {
  border-inline-start-color: var(--mm-color-border)
}

.mm-navbar__tab--selected:not(:last-child) {
  border-inline-end-color: var(--mm-color-border)
}

.mm-navbars--top.mm-navbars--has-tabs {
  border-bottom: none
}

.mm-navbars--top.mm-navbars--has-tabs .mm-navbar {
  background: var(--mm-color-background-emphasis)
}

.mm-navbars--top.mm-navbars--has-tabs .mm-navbar--tabs~.mm-navbar {
  background: var(--mm-color-background)
}

.mm-navbars--top.mm-navbars--has-tabs .mm-navbar:not(.mm-navbar--tabs):last-child {
  border-bottom: 1px solid var(--mm-color-border)
}

.mm-navbars--top .mm-navbar__tab {
  border-bottom-color: var(--mm-color-border)
}

.mm-navbars--top .mm-navbar__tab--selected {
  border-top-color: var(--mm-color-border);
  border-bottom-color: rgba(0, 0, 0, 0)
}

.mm-navbars--bottom.mm-navbar--has-tabs {
  border-top: none
}

.mm-navbars--bottom.mm-navbar--has-tabs .mm-navbar {
  background: var(--mm-color-background)
}

.mm-navbars--bottom.mm-navbar--has-tabs .mm-navbar--tabs,
.mm-navbars--bottom.mm-navbar--has-tabs .mm-navbar--tabs~.mm-navbar {
  background: var(--mm-color-background-emphasis)
}

.mm-navbars--bottom .mm-navbar__tab {
  border-top-color: var(--mm-color-border)
}

.mm-navbars--bottom .mm-navbar__tab--selected {
  border-bottom-color: var(--mm-color-border);
  border-top-color: rgba(0, 0, 0, 0)
}

.mm-searchfield {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  height: var(--mm-navbar-size);
  padding: 0;
  overflow: hidden
}

.mm-searchfield__input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  width: 100%;
  max-width: 100%;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

.mm-searchfield__input input {
  display: block;
  width: 100%;
  max-width: 100%;
  height: calc(var(--mm-navbar-size)*.7);
  min-height: auto;
  max-height: auto;
  margin: 0;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  border-radius: 4px;
  line-height: calc(var(--mm-navbar-size)*.7);
  font: inherit;
  font-size: inherit
}

.mm-searchfield__input input,
.mm-searchfield__input input:focus,
.mm-searchfield__input input:hover {
  background: var(--mm-color-background-highlight);
  color: var(--mm-color-text)
}

.mm-menu[class*=-contrast] .mm-searchfield__input input {
  border: 1px solid var(--mm-color-border)
}

.mm-searchfield__input input::-ms-clear {
  display: none
}

.mm-searchfield__btn {
  display: none;
  position: absolute;
  inset-inline-end: 0;
  top: 0;
  bottom: 0
}

.mm-searchfield--searching .mm-searchfield__btn {
  display: block
}

.mm-searchfield__cancel {
  display: block;
  position: relative;
  -webkit-margin-end: -100px;
  margin-inline-end: -100px;
  -webkit-padding-start: 5px;
  padding-inline-start: 5px;
  -webkit-padding-end: 20px;
  padding-inline-end: 20px;
  visibility: hidden;
  line-height: var(--mm-navbar-size);
  text-decoration: none;
  -webkit-transition-property: visibility, margin;
  -o-transition-property: visibility, margin;
  transition-property: visibility, margin
}

.mm-searchfield--cancelable .mm-searchfield__cancel {
  visibility: visible;
  -webkit-margin-end: 0;
  margin-inline-end: 0
}

.mm-panel--search {
  left: 0 !important;
  right: 0 !important;
  width: 100% !important;
  border: none !important
}

.mm-panel__splash {
  padding: 20px
}

.mm-panel--searching .mm-panel__splash {
  display: none
}

.mm-panel__noresults {
  display: none;
  padding: 40px 20px;
  color: var(--mm-color-text-dimmed);
  text-align: center;
  font-size: 150%;
  line-height: 1.4
}

.mm-panel--noresults .mm-panel__noresults {
  display: block
}

:root {
  --mm-sectionindexer-size: 20px
}

.mm-sectionindexer {
  background: inherit;
  text-align: center;
  font-size: 12px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: var(--mm-sectionindexer-size);
  position: absolute;
  top: 0;
  bottom: 0;
  inset-inline-end: calc(-1*var(--mm-sectionindexer-size));
  z-index: 5;
  -webkit-transition-property: inset-inline-end;
  -o-transition-property: inset-inline-end;
  transition-property: inset-inline-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly
}

.mm-sectionindexer a {
  color: var(--mm-color-text-dimmed);
  line-height: 1;
  text-decoration: none;
  display: block
}

.mm-sectionindexer~.mm-panel {
  -webkit-padding-end: 0;
  padding-inline-end: 0
}

.mm-sectionindexer--active {
  right: 0
}

.mm-sectionindexer--active~.mm-panel {
  -webkit-padding-end: var(--mm-sectionindexer-size);
  padding-inline-end: var(--mm-sectionindexer-size)
}

.mm-menu--selected-hover .mm-listitem__btn,
.mm-menu--selected-hover .mm-listitem__text,
.mm-menu--selected-parent .mm-listitem__btn,
.mm-menu--selected-parent .mm-listitem__text {
  -webkit-transition-property: background-color;
  -o-transition-property: background-color;
  transition-property: background-color
}

@media(hover: hover) {
  .mm-menu--selected-hover .mm-listview:hover>.mm-listitem--selected:not(:hover)>.mm-listitem__text {
    background: 0 0
  }

  .mm-menu--selected-hover .mm-listitem__btn:hover,
  .mm-menu--selected-hover .mm-listitem__text:hover {
    background: var(--mm-color-background-emphasis)
  }
}

.mm-menu--selected-parent .mm-listitem__btn,
.mm-menu--selected-parent .mm-listitem__text {
  -webkit-transition-delay: .2s;
  -o-transition-delay: .2s;
  transition-delay: .2s
}

@media(hover: hover) {

  .mm-menu--selected-parent .mm-listitem__btn:hover,
  .mm-menu--selected-parent .mm-listitem__text:hover {
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s
  }
}

.mm-menu--selected-parent .mm-panel--parent .mm-listitem:not(.mm-listitem--selected-parent)>.mm-listitem__text {
  background: 0 0
}

.mm-menu--selected-parent .mm-listitem--selected-parent>.mm-listitem__btn,
.mm-menu--selected-parent .mm-listitem--selected-parent>.mm-listitem__text {
  background: var(--mm-color-background-emphasis)
}

:root {
  --mm-sidebar-collapsed-size: 50px;
  --mm-sidebar-expanded-size: var(--mm-max-size)
}

.mm-wrapper--sidebar-collapsed .mm-slideout {
  width: calc(100% - var(--mm-sidebar-collapsed-size));
  -webkit-transform: translate3d(var(--mm-sidebar-collapsed-size), 0, 0);
  transform: translate3d(var(--mm-sidebar-collapsed-size), 0, 0)
}

[dir=rtl] .mm-wrapper--sidebar-collapsed .mm-slideout {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none
}

.mm-wrapper--sidebar-collapsed:not(.mm-wrapper--opened) .mm-menu--sidebar-collapsed .mm-divider,
.mm-wrapper--sidebar-collapsed:not(.mm-wrapper--opened) .mm-menu--sidebar-collapsed .mm-navbar {
  opacity: 0
}

.mm-wrapper--sidebar-expanded .mm-menu--sidebar-expanded {
  width: var(--mm-sidebar-expanded-size);
  border-right-width: 1px;
  border-right-style: solid
}

.mm-wrapper--sidebar-expanded.mm-wrapper--opened {
  overflow: auto
}

.mm-wrapper--sidebar-expanded.mm-wrapper--opened .mm-wrapper__blocker {
  display: none
}

.mm-wrapper--sidebar-expanded.mm-wrapper--opened .mm-slideout {
  width: calc(100% - var(--mm-sidebar-expanded-size));
  -webkit-transform: translate3d(var(--mm-sidebar-expanded-size), 0, 0);
  transform: translate3d(var(--mm-sidebar-expanded-size), 0, 0)
}

[dir=rtl] .mm-wrapper--sidebar-expanded.mm-wrapper--opened .mm-slideout {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none
}

/*!
* animate.css - https://animate.style/
* Version - 4.1.1
* Licensed under the MIT license - http://opensource.org/licenses/MIT
*
* Copyright (c) 2020 Animate.css
*/
:root {
  --animate-duration: 1s;
  --animate-delay: 1s;
  --animate-repeat: 1
}

.animate__animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-duration: var(--animate-duration);
  animation-duration: var(--animate-duration);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both
}

.animate__animated.animate__infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite
}

.animate__animated.animate__repeat-1 {
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-iteration-count: var(--animate-repeat);
  animation-iteration-count: var(--animate-repeat)
}

.animate__animated.animate__repeat-2 {
  -webkit-animation-iteration-count: 2;
  animation-iteration-count: 2;
  -webkit-animation-iteration-count: calc(var(--animate-repeat)*2);
  animation-iteration-count: calc(var(--animate-repeat)*2)
}

.animate__animated.animate__repeat-3 {
  -webkit-animation-iteration-count: 3;
  animation-iteration-count: 3;
  -webkit-animation-iteration-count: calc(var(--animate-repeat)*3);
  animation-iteration-count: calc(var(--animate-repeat)*3)
}

.animate__animated.animate__delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-delay: var(--animate-delay);
  animation-delay: var(--animate-delay)
}

.animate__animated.animate__delay-2s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
  -webkit-animation-delay: calc(var(--animate-delay)*2);
  animation-delay: calc(var(--animate-delay)*2)
}

.animate__animated.animate__delay-3s {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
  -webkit-animation-delay: calc(var(--animate-delay)*3);
  animation-delay: calc(var(--animate-delay)*3)
}

.animate__animated.animate__delay-4s {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
  -webkit-animation-delay: calc(var(--animate-delay)*4);
  animation-delay: calc(var(--animate-delay)*4)
}

.animate__animated.animate__delay-5s {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
  -webkit-animation-delay: calc(var(--animate-delay)*5);
  animation-delay: calc(var(--animate-delay)*5)
}

.animate__animated.animate__faster {
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-animation-duration: calc(var(--animate-duration)/2);
  animation-duration: calc(var(--animate-duration)/2)
}

.animate__animated.animate__fast {
  -webkit-animation-duration: .8s;
  animation-duration: .8s;
  -webkit-animation-duration: calc(var(--animate-duration)*.8);
  animation-duration: calc(var(--animate-duration)*.8)
}

.animate__animated.animate__slow {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-duration: calc(var(--animate-duration)*2);
  animation-duration: calc(var(--animate-duration)*2)
}

.animate__animated.animate__slower {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-duration: calc(var(--animate-duration)*3);
  animation-duration: calc(var(--animate-duration)*3)
}

@media(prefers-reduced-motion: reduce),
print {
  .animate__animated {
    -webkit-animation-duration: 1ms !important;
    animation-duration: 1ms !important;
    -webkit-transition-duration: 1ms !important;
    transition-duration: 1ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important
  }

  .animate__animated[class*=Out] {
    opacity: 0
  }
}

@-webkit-keyframes bounce {

  0%,
  20%,
  53%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }

  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0) scaleY(1.1);
    transform: translate3d(0, -30px, 0) scaleY(1.1)
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0) scaleY(1.05);
    transform: translate3d(0, -15px, 0) scaleY(1.05)
  }

  80% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translateZ(0) scaleY(0.95);
    transform: translateZ(0) scaleY(0.95)
  }

  90% {
    -webkit-transform: translate3d(0, -4px, 0) scaleY(1.02);
    transform: translate3d(0, -4px, 0) scaleY(1.02)
  }
}

@keyframes bounce {

  0%,
  20%,
  53%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }

  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0) scaleY(1.1);
    transform: translate3d(0, -30px, 0) scaleY(1.1)
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0) scaleY(1.05);
    transform: translate3d(0, -15px, 0) scaleY(1.05)
  }

  80% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translateZ(0) scaleY(0.95);
    transform: translateZ(0) scaleY(0.95)
  }

  90% {
    -webkit-transform: translate3d(0, -4px, 0) scaleY(1.02);
    transform: translate3d(0, -4px, 0) scaleY(1.02)
  }
}

.animate__bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom
}

@-webkit-keyframes flash {

  0%,
  50%,
  to {
    opacity: 1
  }

  25%,
  75% {
    opacity: 0
  }
}

@keyframes flash {

  0%,
  50%,
  to {
    opacity: 1
  }

  25%,
  75% {
    opacity: 0
  }
}

.animate__flash {
  -webkit-animation-name: flash;
  animation-name: flash
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05)
  }

  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05)
  }

  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
  }
}

.animate__pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out
}

@-webkit-keyframes rubberBand {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1)
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1)
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1)
  }

  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1)
  }

  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1)
  }

  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
  }
}

@keyframes rubberBand {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1)
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1)
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1)
  }

  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1)
  }

  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1)
  }

  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
  }
}

.animate__rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand
}

@-webkit-keyframes shakeX {

  0%,
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0)
  }

  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0)
  }
}

@keyframes shakeX {

  0%,
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0)
  }

  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0)
  }
}

.animate__shakeX {
  -webkit-animation-name: shakeX;
  animation-name: shakeX
}

@-webkit-keyframes shakeY {

  0%,
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0)
  }

  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0)
  }
}

@keyframes shakeY {

  0%,
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0)
  }

  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0)
  }
}

.animate__shakeY {
  -webkit-animation-name: shakeY;
  animation-name: shakeY
}

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }

  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg)
  }

  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg)
  }

  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg)
  }

  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg)
  }

  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
}

@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }

  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg)
  }

  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg)
  }

  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg)
  }

  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg)
  }

  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
}

.animate__headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg)
  }

  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg)
  }

  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg)
  }

  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg)
  }

  to {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg)
  }

  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg)
  }

  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg)
  }

  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg)
  }

  to {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }
}

.animate__swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing
}

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
  }

  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg)
  }

  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(3deg)
  }

  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg)
  }

  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
  }
}

@keyframes tada {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
  }

  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg)
  }

  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(3deg)
  }

  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg)
  }

  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
  }
}

.animate__tada {
  -webkit-animation-name: tada;
  animation-name: tada
}

@-webkit-keyframes wobble {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
    transform: translate3d(-25%, 0, 0) rotate(-5deg)
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
    transform: translate3d(20%, 0, 0) rotate(3deg)
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
    transform: translate3d(-15%, 0, 0) rotate(-3deg)
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
    transform: translate3d(10%, 0, 0) rotate(2deg)
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
    transform: translate3d(-5%, 0, 0) rotate(-1deg)
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

@keyframes wobble {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
    transform: translate3d(-25%, 0, 0) rotate(-5deg)
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
    transform: translate3d(20%, 0, 0) rotate(3deg)
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
    transform: translate3d(-15%, 0, 0) rotate(-3deg)
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
    transform: translate3d(10%, 0, 0) rotate(2deg)
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
    transform: translate3d(-5%, 0, 0) rotate(-1deg)
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

.animate__wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble
}

@-webkit-keyframes jello {

  0%,
  11.1%,
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg)
  }

  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg)
  }

  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg)
  }

  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg)
  }

  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg)
  }

  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg)
  }

  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg)
  }
}

@keyframes jello {

  0%,
  11.1%,
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg)
  }

  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg)
  }

  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg)
  }

  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg)
  }

  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg)
  }

  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg)
  }

  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg)
  }
}

.animate__jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center
}

@-webkit-keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1)
  }

  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3)
  }

  28% {
    -webkit-transform: scale(1);
    transform: scale(1)
  }

  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3)
  }

  70% {
    -webkit-transform: scale(1);
    transform: scale(1)
  }
}

@keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1)
  }

  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3)
  }

  28% {
    -webkit-transform: scale(1);
    transform: scale(1)
  }

  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3)
  }

  70% {
    -webkit-transform: scale(1);
    transform: scale(1)
  }
}

.animate__heartBeat {
  -webkit-animation-name: heartBeat;
  animation-name: heartBeat;
  -webkit-animation-duration: 1.3s;
  animation-duration: 1.3s;
  -webkit-animation-duration: calc(var(--animate-duration)*1.3);
  animation-duration: calc(var(--animate-duration)*1.3);
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out
}

@-webkit-keyframes backInDown {
  0% {
    -webkit-transform: translateY(-1200px) scale(0.7);
    transform: translateY(-1200px) scale(0.7);
    opacity: .7
  }

  80% {
    -webkit-transform: translateY(0) scale(0.7);
    transform: translateY(0) scale(0.7);
    opacity: .7
  }

  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1
  }
}

@keyframes backInDown {
  0% {
    -webkit-transform: translateY(-1200px) scale(0.7);
    transform: translateY(-1200px) scale(0.7);
    opacity: .7
  }

  80% {
    -webkit-transform: translateY(0) scale(0.7);
    transform: translateY(0) scale(0.7);
    opacity: .7
  }

  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1
  }
}

.animate__backInDown {
  -webkit-animation-name: backInDown;
  animation-name: backInDown
}

@-webkit-keyframes backInLeft {
  0% {
    -webkit-transform: translateX(-2000px) scale(0.7);
    transform: translateX(-2000px) scale(0.7);
    opacity: .7
  }

  80% {
    -webkit-transform: translateX(0) scale(0.7);
    transform: translateX(0) scale(0.7);
    opacity: .7
  }

  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1
  }
}

@keyframes backInLeft {
  0% {
    -webkit-transform: translateX(-2000px) scale(0.7);
    transform: translateX(-2000px) scale(0.7);
    opacity: .7
  }

  80% {
    -webkit-transform: translateX(0) scale(0.7);
    transform: translateX(0) scale(0.7);
    opacity: .7
  }

  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1
  }
}

.animate__backInLeft {
  -webkit-animation-name: backInLeft;
  animation-name: backInLeft
}

@-webkit-keyframes backInRight {
  0% {
    -webkit-transform: translateX(2000px) scale(0.7);
    transform: translateX(2000px) scale(0.7);
    opacity: .7
  }

  80% {
    -webkit-transform: translateX(0) scale(0.7);
    transform: translateX(0) scale(0.7);
    opacity: .7
  }

  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1
  }
}

@keyframes backInRight {
  0% {
    -webkit-transform: translateX(2000px) scale(0.7);
    transform: translateX(2000px) scale(0.7);
    opacity: .7
  }

  80% {
    -webkit-transform: translateX(0) scale(0.7);
    transform: translateX(0) scale(0.7);
    opacity: .7
  }

  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1
  }
}

.animate__backInRight {
  -webkit-animation-name: backInRight;
  animation-name: backInRight
}

@-webkit-keyframes backInUp {
  0% {
    -webkit-transform: translateY(1200px) scale(0.7);
    transform: translateY(1200px) scale(0.7);
    opacity: .7
  }

  80% {
    -webkit-transform: translateY(0) scale(0.7);
    transform: translateY(0) scale(0.7);
    opacity: .7
  }

  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1
  }
}

@keyframes backInUp {
  0% {
    -webkit-transform: translateY(1200px) scale(0.7);
    transform: translateY(1200px) scale(0.7);
    opacity: .7
  }

  80% {
    -webkit-transform: translateY(0) scale(0.7);
    transform: translateY(0) scale(0.7);
    opacity: .7
  }

  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1
  }
}

.animate__backInUp {
  -webkit-animation-name: backInUp;
  animation-name: backInUp
}

@-webkit-keyframes backOutDown {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1
  }

  20% {
    -webkit-transform: translateY(0) scale(0.7);
    transform: translateY(0) scale(0.7);
    opacity: .7
  }

  to {
    -webkit-transform: translateY(700px) scale(0.7);
    transform: translateY(700px) scale(0.7);
    opacity: .7
  }
}

@keyframes backOutDown {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1
  }

  20% {
    -webkit-transform: translateY(0) scale(0.7);
    transform: translateY(0) scale(0.7);
    opacity: .7
  }

  to {
    -webkit-transform: translateY(700px) scale(0.7);
    transform: translateY(700px) scale(0.7);
    opacity: .7
  }
}

.animate__backOutDown {
  -webkit-animation-name: backOutDown;
  animation-name: backOutDown
}

@-webkit-keyframes backOutLeft {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1
  }

  20% {
    -webkit-transform: translateX(0) scale(0.7);
    transform: translateX(0) scale(0.7);
    opacity: .7
  }

  to {
    -webkit-transform: translateX(-2000px) scale(0.7);
    transform: translateX(-2000px) scale(0.7);
    opacity: .7
  }
}

@keyframes backOutLeft {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1
  }

  20% {
    -webkit-transform: translateX(0) scale(0.7);
    transform: translateX(0) scale(0.7);
    opacity: .7
  }

  to {
    -webkit-transform: translateX(-2000px) scale(0.7);
    transform: translateX(-2000px) scale(0.7);
    opacity: .7
  }
}

.animate__backOutLeft {
  -webkit-animation-name: backOutLeft;
  animation-name: backOutLeft
}

@-webkit-keyframes backOutRight {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1
  }

  20% {
    -webkit-transform: translateX(0) scale(0.7);
    transform: translateX(0) scale(0.7);
    opacity: .7
  }

  to {
    -webkit-transform: translateX(2000px) scale(0.7);
    transform: translateX(2000px) scale(0.7);
    opacity: .7
  }
}

@keyframes backOutRight {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1
  }

  20% {
    -webkit-transform: translateX(0) scale(0.7);
    transform: translateX(0) scale(0.7);
    opacity: .7
  }

  to {
    -webkit-transform: translateX(2000px) scale(0.7);
    transform: translateX(2000px) scale(0.7);
    opacity: .7
  }
}

.animate__backOutRight {
  -webkit-animation-name: backOutRight;
  animation-name: backOutRight
}

@-webkit-keyframes backOutUp {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1
  }

  20% {
    -webkit-transform: translateY(0) scale(0.7);
    transform: translateY(0) scale(0.7);
    opacity: .7
  }

  to {
    -webkit-transform: translateY(-700px) scale(0.7);
    transform: translateY(-700px) scale(0.7);
    opacity: .7
  }
}

@keyframes backOutUp {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1
  }

  20% {
    -webkit-transform: translateY(0) scale(0.7);
    transform: translateY(0) scale(0.7);
    opacity: .7
  }

  to {
    -webkit-transform: translateY(-700px) scale(0.7);
    transform: translateY(-700px) scale(0.7);
    opacity: .7
  }
}

.animate__backOutUp {
  -webkit-animation-name: backOutUp;
  animation-name: backOutUp
}

@-webkit-keyframes bounceIn {

  0%,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3)
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1)
  }

  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9)
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03)
  }

  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97)
  }

  to {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
  }
}

@keyframes bounceIn {

  0%,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3)
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1)
  }

  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9)
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03)
  }

  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97)
  }

  to {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
  }
}

.animate__bounceIn {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
  -webkit-animation-duration: calc(var(--animate-duration)*.75);
  animation-duration: calc(var(--animate-duration)*.75);
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn
}

@-webkit-keyframes bounceInDown {

  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0) scaleY(3);
    transform: translate3d(0, -3000px, 0) scaleY(3)
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0) scaleY(0.9);
    transform: translate3d(0, 25px, 0) scaleY(0.9)
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0) scaleY(0.95);
    transform: translate3d(0, -10px, 0) scaleY(0.95)
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0) scaleY(0.985);
    transform: translate3d(0, 5px, 0) scaleY(0.985)
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

@keyframes bounceInDown {

  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0) scaleY(3);
    transform: translate3d(0, -3000px, 0) scaleY(3)
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0) scaleY(0.9);
    transform: translate3d(0, 25px, 0) scaleY(0.9)
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0) scaleY(0.95);
    transform: translate3d(0, -10px, 0) scaleY(0.95)
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0) scaleY(0.985);
    transform: translate3d(0, 5px, 0) scaleY(0.985)
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

.animate__bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown
}

@-webkit-keyframes bounceInLeft {

  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0) scaleX(3);
    transform: translate3d(-3000px, 0, 0) scaleX(3)
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0) scaleX(1);
    transform: translate3d(25px, 0, 0) scaleX(1)
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0) scaleX(0.98);
    transform: translate3d(-10px, 0, 0) scaleX(0.98)
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0) scaleX(0.995);
    transform: translate3d(5px, 0, 0) scaleX(0.995)
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

@keyframes bounceInLeft {

  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0) scaleX(3);
    transform: translate3d(-3000px, 0, 0) scaleX(3)
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0) scaleX(1);
    transform: translate3d(25px, 0, 0) scaleX(1)
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0) scaleX(0.98);
    transform: translate3d(-10px, 0, 0) scaleX(0.98)
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0) scaleX(0.995);
    transform: translate3d(5px, 0, 0) scaleX(0.995)
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

.animate__bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft
}

@-webkit-keyframes bounceInRight {

  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0) scaleX(3);
    transform: translate3d(3000px, 0, 0) scaleX(3)
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0) scaleX(1);
    transform: translate3d(-25px, 0, 0) scaleX(1)
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0) scaleX(0.98);
    transform: translate3d(10px, 0, 0) scaleX(0.98)
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0) scaleX(0.995);
    transform: translate3d(-5px, 0, 0) scaleX(0.995)
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

@keyframes bounceInRight {

  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0) scaleX(3);
    transform: translate3d(3000px, 0, 0) scaleX(3)
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0) scaleX(1);
    transform: translate3d(-25px, 0, 0) scaleX(1)
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0) scaleX(0.98);
    transform: translate3d(10px, 0, 0) scaleX(0.98)
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0) scaleX(0.995);
    transform: translate3d(-5px, 0, 0) scaleX(0.995)
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

.animate__bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight
}

@-webkit-keyframes bounceInUp {

  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0) scaleY(5);
    transform: translate3d(0, 3000px, 0) scaleY(5)
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
    transform: translate3d(0, -20px, 0) scaleY(0.9)
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0) scaleY(0.95);
    transform: translate3d(0, 10px, 0) scaleY(0.95)
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0) scaleY(0.985);
    transform: translate3d(0, -5px, 0) scaleY(0.985)
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

@keyframes bounceInUp {

  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0) scaleY(5);
    transform: translate3d(0, 3000px, 0) scaleY(5)
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
    transform: translate3d(0, -20px, 0) scaleY(0.9)
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0) scaleY(0.95);
    transform: translate3d(0, 10px, 0) scaleY(0.95)
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0) scaleY(0.985);
    transform: translate3d(0, -5px, 0) scaleY(0.985)
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

.animate__bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp
}

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9)
  }

  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1)
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3)
  }
}

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9)
  }

  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1)
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3)
  }
}

.animate__bounceOut {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
  -webkit-animation-duration: calc(var(--animate-duration)*.75);
  animation-duration: calc(var(--animate-duration)*.75);
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0) scaleY(0.985);
    transform: translate3d(0, 10px, 0) scaleY(0.985)
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
    transform: translate3d(0, -20px, 0) scaleY(0.9)
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0) scaleY(3);
    transform: translate3d(0, 2000px, 0) scaleY(3)
  }
}

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0) scaleY(0.985);
    transform: translate3d(0, 10px, 0) scaleY(0.985)
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
    transform: translate3d(0, -20px, 0) scaleY(0.9)
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0) scaleY(3);
    transform: translate3d(0, 2000px, 0) scaleY(3)
  }
}

.animate__bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0) scaleX(0.9);
    transform: translate3d(20px, 0, 0) scaleX(0.9)
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0) scaleX(2);
    transform: translate3d(-2000px, 0, 0) scaleX(2)
  }
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0) scaleX(0.9);
    transform: translate3d(20px, 0, 0) scaleX(0.9)
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0) scaleX(2);
    transform: translate3d(-2000px, 0, 0) scaleX(2)
  }
}

.animate__bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0) scaleX(0.9);
    transform: translate3d(-20px, 0, 0) scaleX(0.9)
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0) scaleX(2);
    transform: translate3d(2000px, 0, 0) scaleX(2)
  }
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0) scaleX(0.9);
    transform: translate3d(-20px, 0, 0) scaleX(0.9)
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0) scaleX(2);
    transform: translate3d(2000px, 0, 0) scaleX(2)
  }
}

.animate__bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0) scaleY(0.985);
    transform: translate3d(0, -10px, 0) scaleY(0.985)
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0) scaleY(0.9);
    transform: translate3d(0, 20px, 0) scaleY(0.9)
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0) scaleY(3);
    transform: translate3d(0, -2000px, 0) scaleY(3)
  }
}

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0) scaleY(0.985);
    transform: translate3d(0, -10px, 0) scaleY(0.985)
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0) scaleY(0.9);
    transform: translate3d(0, 20px, 0) scaleY(0.9)
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0) scaleY(3);
    transform: translate3d(0, -2000px, 0) scaleY(3)
  }
}

.animate__bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

.animate__fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

.animate__fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown
}

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

.animate__fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

.animate__fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft
}

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

.animate__fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

.animate__fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight
}

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

.animate__fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

.animate__fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp
}

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

.animate__fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig
}

@-webkit-keyframes fadeInTopLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, -100%, 0);
    transform: translate3d(-100%, -100%, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

@keyframes fadeInTopLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, -100%, 0);
    transform: translate3d(-100%, -100%, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

.animate__fadeInTopLeft {
  -webkit-animation-name: fadeInTopLeft;
  animation-name: fadeInTopLeft
}

@-webkit-keyframes fadeInTopRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, -100%, 0);
    transform: translate3d(100%, -100%, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

@keyframes fadeInTopRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, -100%, 0);
    transform: translate3d(100%, -100%, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

.animate__fadeInTopRight {
  -webkit-animation-name: fadeInTopRight;
  animation-name: fadeInTopRight
}

@-webkit-keyframes fadeInBottomLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 100%, 0);
    transform: translate3d(-100%, 100%, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

@keyframes fadeInBottomLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 100%, 0);
    transform: translate3d(-100%, 100%, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

.animate__fadeInBottomLeft {
  -webkit-animation-name: fadeInBottomLeft;
  animation-name: fadeInBottomLeft
}

@-webkit-keyframes fadeInBottomRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 100%, 0);
    transform: translate3d(100%, 100%, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

@keyframes fadeInBottomRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 100%, 0);
    transform: translate3d(100%, 100%, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

.animate__fadeInBottomRight {
  -webkit-animation-name: fadeInBottomRight;
  animation-name: fadeInBottomRight
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1
  }

  to {
    opacity: 0
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1
  }

  to {
    opacity: 0
  }
}

.animate__fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut
}

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0)
  }
}

@keyframes fadeOutDown {
  0% {
    opacity: 1
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0)
  }
}

.animate__fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown
}

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0)
  }
}

@keyframes fadeOutDownBig {
  0% {
    opacity: 1
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0)
  }
}

.animate__fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig
}

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
  }
}

@keyframes fadeOutLeft {
  0% {
    opacity: 1
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
  }
}

.animate__fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft
}

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0)
  }
}

@keyframes fadeOutLeftBig {
  0% {
    opacity: 1
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0)
  }
}

.animate__fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig
}

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
  }
}

@keyframes fadeOutRight {
  0% {
    opacity: 1
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
  }
}

.animate__fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight
}

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0)
  }
}

@keyframes fadeOutRightBig {
  0% {
    opacity: 1
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0)
  }
}

.animate__fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig
}

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0)
  }
}

@keyframes fadeOutUp {
  0% {
    opacity: 1
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0)
  }
}

.animate__fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp
}

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0)
  }
}

@keyframes fadeOutUpBig {
  0% {
    opacity: 1
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0)
  }
}

.animate__fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig
}

@-webkit-keyframes fadeOutTopLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, -100%, 0);
    transform: translate3d(-100%, -100%, 0)
  }
}

@keyframes fadeOutTopLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, -100%, 0);
    transform: translate3d(-100%, -100%, 0)
  }
}

.animate__fadeOutTopLeft {
  -webkit-animation-name: fadeOutTopLeft;
  animation-name: fadeOutTopLeft
}

@-webkit-keyframes fadeOutTopRight {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, -100%, 0);
    transform: translate3d(100%, -100%, 0)
  }
}

@keyframes fadeOutTopRight {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, -100%, 0);
    transform: translate3d(100%, -100%, 0)
  }
}

.animate__fadeOutTopRight {
  -webkit-animation-name: fadeOutTopRight;
  animation-name: fadeOutTopRight
}

@-webkit-keyframes fadeOutBottomRight {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 100%, 0);
    transform: translate3d(100%, 100%, 0)
  }
}

@keyframes fadeOutBottomRight {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 100%, 0);
    transform: translate3d(100%, 100%, 0)
  }
}

.animate__fadeOutBottomRight {
  -webkit-animation-name: fadeOutBottomRight;
  animation-name: fadeOutBottomRight
}

@-webkit-keyframes fadeOutBottomLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 100%, 0);
    transform: translate3d(-100%, 100%, 0)
  }
}

@keyframes fadeOutBottomLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 100%, 0);
    transform: translate3d(-100%, 100%, 0)
  }
}

.animate__fadeOutBottomLeft {
  -webkit-animation-name: fadeOutBottomLeft;
  animation-name: fadeOutBottomLeft
}

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
    transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
  }

  40% {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
    transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
  }

  50% {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
    transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0) rotateY(0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0) rotateY(0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
  }

  to {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
    transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
  }
}

@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
    transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
  }

  40% {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
    transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
  }

  50% {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
    transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0) rotateY(0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0) rotateY(0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
  }

  to {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
    transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
  }
}

.animate__animated.animate__flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip
}

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0
  }

  40% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
  }

  60% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
    opacity: 1
  }

  80% {
    -webkit-transform: perspective(400px) rotateX(-5deg);
    transform: perspective(400px) rotateX(-5deg)
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px)
  }
}

@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0
  }

  40% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
  }

  60% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
    opacity: 1
  }

  80% {
    -webkit-transform: perspective(400px) rotateX(-5deg);
    transform: perspective(400px) rotateX(-5deg)
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px)
  }
}

.animate__flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX
}

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0
  }

  40% {
    -webkit-transform: perspective(400px) rotateY(-20deg);
    transform: perspective(400px) rotateY(-20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
  }

  60% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
    opacity: 1
  }

  80% {
    -webkit-transform: perspective(400px) rotateY(-5deg);
    transform: perspective(400px) rotateY(-5deg)
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px)
  }
}

@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0
  }

  40% {
    -webkit-transform: perspective(400px) rotateY(-20deg);
    transform: perspective(400px) rotateY(-20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
  }

  60% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
    opacity: 1
  }

  80% {
    -webkit-transform: perspective(400px) rotateY(-5deg);
    transform: perspective(400px) rotateY(-5deg)
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px)
  }
}

.animate__flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY
}

@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px)
  }

  30% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
    opacity: 1
  }

  to {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0
  }
}

@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px)
  }

  30% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
    opacity: 1
  }

  to {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0
  }
}

.animate__flipOutX {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
  -webkit-animation-duration: calc(var(--animate-duration)*.75);
  animation-duration: calc(var(--animate-duration)*.75);
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important
}

@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px)
  }

  30% {
    -webkit-transform: perspective(400px) rotateY(-15deg);
    transform: perspective(400px) rotateY(-15deg);
    opacity: 1
  }

  to {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0
  }
}

@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px)
  }

  30% {
    -webkit-transform: perspective(400px) rotateY(-15deg);
    transform: perspective(400px) rotateY(-15deg);
    opacity: 1
  }

  to {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0
  }
}

.animate__flipOutY {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
  -webkit-animation-duration: calc(var(--animate-duration)*.75);
  animation-duration: calc(var(--animate-duration)*.75);
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY
}

@-webkit-keyframes lightSpeedInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0
  }

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1
  }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg)
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

@keyframes lightSpeedInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0
  }

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1
  }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg)
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

.animate__lightSpeedInRight {
  -webkit-animation-name: lightSpeedInRight;
  animation-name: lightSpeedInRight;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out
}

@-webkit-keyframes lightSpeedInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0) skewX(30deg);
    transform: translate3d(-100%, 0, 0) skewX(30deg);
    opacity: 0
  }

  60% {
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);
    opacity: 1
  }

  80% {
    -webkit-transform: skewX(5deg);
    transform: skewX(5deg)
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

@keyframes lightSpeedInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0) skewX(30deg);
    transform: translate3d(-100%, 0, 0) skewX(30deg);
    opacity: 0
  }

  60% {
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);
    opacity: 1
  }

  80% {
    -webkit-transform: skewX(5deg);
    transform: skewX(5deg)
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

.animate__lightSpeedInLeft {
  -webkit-animation-name: lightSpeedInLeft;
  animation-name: lightSpeedInLeft;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out
}

@-webkit-keyframes lightSpeedOutRight {
  0% {
    opacity: 1
  }

  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0
  }
}

@keyframes lightSpeedOutRight {
  0% {
    opacity: 1
  }

  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0
  }
}

.animate__lightSpeedOutRight {
  -webkit-animation-name: lightSpeedOutRight;
  animation-name: lightSpeedOutRight;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in
}

@-webkit-keyframes lightSpeedOutLeft {
  0% {
    opacity: 1
  }

  to {
    -webkit-transform: translate3d(-100%, 0, 0) skewX(-30deg);
    transform: translate3d(-100%, 0, 0) skewX(-30deg);
    opacity: 0
  }
}

@keyframes lightSpeedOutLeft {
  0% {
    opacity: 1
  }

  to {
    -webkit-transform: translate3d(-100%, 0, 0) skewX(-30deg);
    transform: translate3d(-100%, 0, 0) skewX(-30deg);
    opacity: 0
  }
}

.animate__lightSpeedOutLeft {
  -webkit-animation-name: lightSpeedOutLeft;
  animation-name: lightSpeedOutLeft;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in
}

@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1
  }
}

@keyframes rotateIn {
  0% {
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1
  }
}

.animate__rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
  -webkit-transform-origin: center;
  transform-origin: center
}

@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1
  }
}

@keyframes rotateInDownLeft {
  0% {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1
  }
}

.animate__rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom
}

@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1
  }
}

@keyframes rotateInDownRight {
  0% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1
  }
}

.animate__rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom
}

@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1
  }
}

@keyframes rotateInUpLeft {
  0% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1
  }
}

.animate__rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom
}

@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1
  }
}

@keyframes rotateInUpRight {
  0% {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1
  }
}

.animate__rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom
}

@-webkit-keyframes rotateOut {
  0% {
    opacity: 1
  }

  to {
    -webkit-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0
  }
}

@keyframes rotateOut {
  0% {
    opacity: 1
  }

  to {
    -webkit-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0
  }
}

.animate__rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
  -webkit-transform-origin: center;
  transform-origin: center
}

@-webkit-keyframes rotateOutDownLeft {
  0% {
    opacity: 1
  }

  to {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0
  }
}

@keyframes rotateOutDownLeft {
  0% {
    opacity: 1
  }

  to {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0
  }
}

.animate__rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom
}

@-webkit-keyframes rotateOutDownRight {
  0% {
    opacity: 1
  }

  to {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0
  }
}

@keyframes rotateOutDownRight {
  0% {
    opacity: 1
  }

  to {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0
  }
}

.animate__rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom
}

@-webkit-keyframes rotateOutUpLeft {
  0% {
    opacity: 1
  }

  to {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0
  }
}

@keyframes rotateOutUpLeft {
  0% {
    opacity: 1
  }

  to {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0
  }
}

.animate__rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom
}

@-webkit-keyframes rotateOutUpRight {
  0% {
    opacity: 1
  }

  to {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0
  }
}

@keyframes rotateOutUpRight {
  0% {
    opacity: 1
  }

  to {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0
  }
}

.animate__rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom
}

@-webkit-keyframes hinge {
  0% {
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out
  }

  20%,
  60% {
    -webkit-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out
  }

  40%,
  80% {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1
  }

  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0
  }
}

@keyframes hinge {
  0% {
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out
  }

  20%,
  60% {
    -webkit-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out
  }

  40%,
  80% {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1
  }

  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0
  }
}

.animate__hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-duration: calc(var(--animate-duration)*2);
  animation-duration: calc(var(--animate-duration)*2);
  -webkit-animation-name: hinge;
  animation-name: hinge;
  -webkit-transform-origin: top left;
  transform-origin: top left
}

@-webkit-keyframes jackInTheBox {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom
  }

  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg)
  }

  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg)
  }

  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
  }
}

@keyframes jackInTheBox {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom
  }

  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg)
  }

  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg)
  }

  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
  }
}

.animate__jackInTheBox {
  -webkit-animation-name: jackInTheBox;
  animation-name: jackInTheBox
}

@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
    transform: translate3d(-100%, 0, 0) rotate(-120deg)
  }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
    transform: translate3d(-100%, 0, 0) rotate(-120deg)
  }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

.animate__rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn
}

@-webkit-keyframes rollOut {
  0% {
    opacity: 1
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
    transform: translate3d(100%, 0, 0) rotate(120deg)
  }
}

@keyframes rollOut {
  0% {
    opacity: 1
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
    transform: translate3d(100%, 0, 0) rotate(120deg)
  }
}

.animate__rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut
}

@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3)
  }

  50% {
    opacity: 1
  }
}

@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3)
  }

  50% {
    opacity: 1
  }
}

.animate__zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn
}

@-webkit-keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
  }
}

@keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
  }
}

.animate__zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown
}

@-webkit-keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
  }
}

@keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
  }
}

.animate__zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft
}

@-webkit-keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
  }
}

@keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
  }
}

.animate__zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight
}

@-webkit-keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
  }
}

@keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
  }
}

.animate__zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp
}

@-webkit-keyframes zoomOut {
  0% {
    opacity: 1
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3)
  }

  to {
    opacity: 0
  }
}

@keyframes zoomOut {
  0% {
    opacity: 1
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3)
  }

  to {
    opacity: 0
  }
}

.animate__zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
  }
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
  }
}

.animate__zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0)
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0)
  }
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0)
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0)
  }
}

.animate__zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
  -webkit-transform-origin: left center;
  transform-origin: left center
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0)
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0)
  }
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0)
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0)
  }
}

.animate__zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
  -webkit-transform-origin: right center;
  transform-origin: right center
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
  }
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
  }
}

.animate__zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom
}

@-webkit-keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

@keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

.animate__slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown
}

@-webkit-keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

@keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

.animate__slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft
}

@-webkit-keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

@keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

.animate__slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight
}

@-webkit-keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

@keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

.animate__slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp
}

@-webkit-keyframes slideOutDown {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0)
  }
}

@keyframes slideOutDown {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0)
  }
}

.animate__slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown
}

@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
  }
}

@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
  }
}

.animate__slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft
}

@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
  }
}

@keyframes slideOutRight {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
  }
}

.animate__slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight
}

@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0)
  }
}

@keyframes slideOutUp {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0)
  }
}

.animate__slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp
}

.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

.noUi-target {
  position: relative
}

.noUi-base,
.noUi-connects {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1
}

.noUi-connects {
  overflow: hidden;
  z-index: 0
}

.noUi-connect,
.noUi-origin {
  will-change: transform;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  -webkit-transform-style: preserve-3d;
  transform-origin: 0 0;
  transform-style: flat
}

.noUi-txt-dir-rtl.noUi-horizontal .noUi-origin {
  left: 0;
  right: auto
}

.noUi-vertical .noUi-origin {
  top: -100%;
  width: 0
}

.noUi-horizontal .noUi-origin {
  height: 0
}

.noUi-handle {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute
}

.noUi-touch-area {
  height: 100%;
  width: 100%
}

.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
  -webkit-transition: transform .3s;
  transition: transform .3s
}

.noUi-state-drag * {
  cursor: inherit !important
}

.noUi-horizontal {
  height: 18px
}

.noUi-horizontal .noUi-handle {
  width: 34px;
  height: 28px;
  right: -17px;
  top: -6px
}

.noUi-vertical {
  width: 18px
}

.noUi-vertical .noUi-handle {
  width: 28px;
  height: 34px;
  right: -6px;
  bottom: -17px
}

.noUi-txt-dir-rtl.noUi-horizontal .noUi-handle {
  left: -17px;
  right: auto
}

.noUi-target {
  background: #fafafa;
  border-radius: 4px;
  border: 1px solid #d3d3d3;
  box-shadow: inset 0 1px 1px #f0f0f0, 0 3px 6px -5px #bbb
}

.noUi-connects {
  border-radius: 3px
}

.noUi-connect {
  background: #3fb8af
}

.noUi-draggable {
  cursor: ew-resize
}

.noUi-vertical .noUi-draggable {
  cursor: ns-resize
}

.noUi-handle {
  border: 1px solid #d9d9d9;
  border-radius: 3px;
  background: #fff;
  cursor: default;
  box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ebebeb, 0 3px 6px -3px #bbb
}

.noUi-active {
  box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ddd, 0 3px 6px -3px #bbb
}

.noUi-handle:before,
.noUi-handle:after {
  content: "";
  display: block;
  position: absolute;
  height: 14px;
  width: 1px;
  background: #e8e7e6;
  left: 14px;
  top: 6px
}

.noUi-handle:after {
  left: 17px
}

.noUi-vertical .noUi-handle:before,
.noUi-vertical .noUi-handle:after {
  width: 14px;
  height: 1px;
  left: 6px;
  top: 14px
}

.noUi-vertical .noUi-handle:after {
  top: 17px
}

[disabled] .noUi-connect {
  background: #b8b8b8
}

[disabled].noUi-target,
[disabled].noUi-handle,
[disabled] .noUi-handle {
  cursor: not-allowed
}

.noUi-pips,
.noUi-pips * {
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

.noUi-pips {
  position: absolute;
  color: #999
}

.noUi-value {
  position: absolute;
  white-space: nowrap;
  text-align: center
}

.noUi-value-sub {
  color: #ccc;
  font-size: 10px
}

.noUi-marker {
  position: absolute;
  background: #ccc
}

.noUi-marker-sub {
  background: #aaa
}

.noUi-marker-large {
  background: #aaa
}

.noUi-pips-horizontal {
  padding: 10px 0;
  height: 80px;
  top: 100%;
  left: 0;
  width: 100%
}

.noUi-value-horizontal {
  -webkit-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%)
}

.noUi-rtl .noUi-value-horizontal {
  -webkit-transform: translate(50%, 50%);
  transform: translate(50%, 50%)
}

.noUi-marker-horizontal.noUi-marker {
  margin-left: -1px;
  width: 2px;
  height: 5px
}

.noUi-marker-horizontal.noUi-marker-sub {
  height: 10px
}

.noUi-marker-horizontal.noUi-marker-large {
  height: 15px
}

.noUi-pips-vertical {
  padding: 0 10px;
  height: 100%;
  top: 0;
  left: 100%
}

.noUi-value-vertical {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding-left: 25px
}

.noUi-rtl .noUi-value-vertical {
  -webkit-transform: translate(0, 50%);
  transform: translate(0, 50%)
}

.noUi-marker-vertical.noUi-marker {
  width: 5px;
  height: 2px;
  margin-top: -1px
}

.noUi-marker-vertical.noUi-marker-sub {
  width: 10px
}

.noUi-marker-vertical.noUi-marker-large {
  width: 15px
}

.noUi-tooltip {
  display: block;
  position: absolute;
  border: 1px solid #d9d9d9;
  border-radius: 3px;
  background: #fff;
  color: #000;
  padding: 5px;
  text-align: center;
  white-space: nowrap
}

.noUi-horizontal .noUi-tooltip {
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  left: 50%;
  bottom: 120%
}

.noUi-vertical .noUi-tooltip {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  top: 50%;
  right: 120%
}

.noUi-horizontal .noUi-origin>.noUi-tooltip {
  -webkit-transform: translate(50%, 0);
  transform: translate(50%, 0);
  left: auto;
  bottom: 10px
}

.noUi-vertical .noUi-origin>.noUi-tooltip {
  -webkit-transform: translate(0, -18px);
  transform: translate(0, -18px);
  top: auto;
  right: 28px
}

.ms-dark-mode {
  --ms-checkbox-color: #1abdae;
  --ms-checkbox-hover-color: #1ccabb;
  --ms-checkbox-icon-container-border: 1px solid #797979;
  --ms-choice-border: 1px solid #757575;
  --ms-choice-bgcolor: #262b2f;
  --ms-choice-color: #d4d4d4;
  --ms-choice-focus-border-color: #17a69a;
  --ms-choice-focus-box-shadow: 0 0 0 2px rgba(20, 144, 133, 0.2);
  --ms-drop-background: #2a2f34;
  --ms-drop-border: 1px solid #585858;
  --ms-drop-color: #cccccc;
  --ms-drop-hide-radio-hover-bgcolor: #117a70;
  --ms-drop-option-divider-border-top: 1px solid #696969;
  --ms-drop-scrollbar-color: #828282 #424242;
  --ms-icon-color: #bcbcbc;
  --ms-icon-color-hover: #d0d0d0;
  --ms-option-highlight-bg-color: #0e635c;
  --ms-ok-button-bg-color: #262b2f;
  --ms-ok-button-bg-hover-color: #24282c;
  --ms-ok-button-border-color: #4a4a4a;
  --ms-ok-button-text-color: #17a69a;
  --ms-ok-button-text-hover-color: #17a69a;
  --ms-optgroup-color: #fff;
  --ms-search-input-bg-color: #2f353a;
  --ms-search-input-color: #d4d4d4;
  --ms-search-input-border: 1px solid #757575;
  --ms-select-all-border-bottom: 1px solid #5d5d5d;
  --ms-select-all-text-color: #fff;
  --ms-select-all-text-font-weight: bold
}

.ms-icon-caret {
  --ms-icon-caret-icon-svg: url('data:image/svg+xml;utf8,%3Csvg viewBox="0 0 24 24" display="inline-block" height="1em" width="1em" vertical-align="text-bottom" xmlns="http://www.w3.org/2000/svg" %3E%3Cpath fill="currentColor" d="M7.41,8.58L12,13.17L16.59,8.58L18,10L12,16L6,10L7.41,8.58Z"/%3E%3C/svg%3E');
  -webkit-mask: var(--ms-icon-caret-icon-svg) no-repeat;
  mask: var(--ms-icon-caret-icon-svg) no-repeat;
  mask-size: 100% 100%;
  -webkit-mask-size: 100% 100%
}

.ms-icon-close {
  --ms-icon-close-icon-svg: url('data:image/svg+xml;utf8,%3Csvg viewBox="0 0 24 24" display="inline-block" height="1em" width="1em" vertical-align="text-bottom" xmlns="http://www.w3.org/2000/svg" %3E%3Cpath fill="currentColor" d="M19,6.41L17.59,5L12,10.59L6.41,5L5,6.41L10.59,12L5,17.59L6.41,19L12,13.41L17.59,19L19,17.59L13.41,12L19,6.41Z"/%3E%3C/svg%3E');
  -webkit-mask: var(--ms-icon-close-icon-svg) no-repeat;
  mask: var(--ms-icon-close-icon-svg) no-repeat;
  mask-size: 100% 100%;
  -webkit-mask-size: 100% 100%
}

.ms-icon-check {
  --ms-icon-check-icon-svg: url('data:image/svg+xml;utf8,%3Csvg viewBox="0 0 24 24" display="inline-block" height="1em" width="1em" vertical-align="text-bottom" xmlns="http://www.w3.org/2000/svg" %3E%3Cpath fill="currentColor" d="M9,20.42L2.79,14.21L5.62,11.38L9,14.77L18.88,4.88L21.71,7.71L9,20.42Z"/%3E%3C/svg%3E');
  -webkit-mask: var(--ms-icon-check-icon-svg) no-repeat;
  mask: var(--ms-icon-check-icon-svg) no-repeat;
  mask-size: 100% 100%;
  -webkit-mask-size: 100% 100%
}

.ms-icon-minus {
  --ms-icon-minus-icon-svg: url('data:image/svg+xml;utf8,%3Csvg viewBox="0 0 24 24" display="inline-block" height="1em" width="1em" vertical-align="text-bottom" xmlns="http://www.w3.org/2000/svg" %3E%3Cpath fill="currentColor" d="M20 14H4V10H20"/%3E%3C/svg%3E');
  -webkit-mask: var(--ms-icon-minus-icon-svg) no-repeat;
  mask: var(--ms-icon-minus-icon-svg) no-repeat;
  mask-size: 100% 100%;
  -webkit-mask-size: 100% 100%
}

.ms-icon-radio {
  --ms-icon-radio-icon-svg: url('data:image/svg+xml;utf8,%3Csvg viewBox="0 0 24 24" display="inline-block" height="1em" width="1em" vertical-align="text-bottom" xmlns="http://www.w3.org/2000/svg" %3E%3Cpath fill="currentColor" d="M12 3.7c4.6 0 8.3 3.7 8.3 8.3s-3.7 8.3-8.3 8.3-8.3-3.7-8.3-8.3S7.4 3.7 12 3.7z"/%3E%3C/svg%3E');
  -webkit-mask: var(--ms-icon-radio-icon-svg) no-repeat;
  mask: var(--ms-icon-radio-icon-svg) no-repeat;
  mask-size: 100% 100%;
  -webkit-mask-size: 100% 100%
}

.ms-icon-loading {
  --ms-icon-loading-icon-svg: url('data:image/svg+xml;utf8,%3Csvg viewBox="0 0 24 24" display="inline-block" height="1em" width="1em" vertical-align="text-bottom" xmlns="http://www.w3.org/2000/svg" %3E%3Cpath fill="currentColor" d="M12,18A6,6 0 0,1 6,12C6,11 6.25,10.03 6.7,9.2L5.24,7.74C4.46,8.97 4,10.43 4,12A8,8 0 0,0 12,20V23L16,19L12,15M12,4V1L8,5L12,9V6A6,6 0 0,1 18,12C18,13 17.75,13.97 17.3,14.8L18.76,16.26C19.54,15.03 20,13.57 20,12A8,8 0 0,0 12,4Z"/%3E%3C/svg%3E');
  -webkit-mask: var(--ms-icon-loading-icon-svg) no-repeat;
  mask: var(--ms-icon-loading-icon-svg) no-repeat;
  mask-size: 100% 100%;
  -webkit-mask-size: 100% 100%
}

@keyframes icon-spin {
  0% {
    transform: rotate(0deg)
  }

  100% {
    transform: rotate(360deg)
  }
}

.ms-spin {
  animation: icon-spin var(--ms-loading-spin-animation, 2s infinite linear)
}

.ms-parent .ms-icon,
.ms-drop .ms-icon {
  display: inline-block;
  background-color: currentColor;
  flex-shrink: 0;
  color: var(--ms-icon-color, #444);
  font-size: var(--ms-icon-size, 1em);
  height: var(--ms-icon-size, 1em);
  width: var(--ms-icon-size, 1em)
}

.ms-parent .ms-icon:hover,
.ms-drop .ms-icon:hover {
  color: var(--ms-icon-color-hover, #303030)
}

.ms-parent .ms-select-all,
.ms-parent li:not(.hide-radio),
.ms-drop .ms-select-all,
.ms-drop li:not(.hide-radio) {
  cursor: pointer
}

.ms-parent .ms-select-all.disabled,
.ms-parent li:not(.hide-radio).disabled,
.ms-drop .ms-select-all.disabled,
.ms-drop li:not(.hide-radio).disabled {
  cursor: default
}

.ms-parent .ms-select-all .icon-checkbox-container,
.ms-parent li:not(.hide-radio) .icon-checkbox-container,
.ms-drop .ms-select-all .icon-checkbox-container,
.ms-drop li:not(.hide-radio) .icon-checkbox-container {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: var(--ms-checkbox-icon-container-height, 1.05rem);
  width: var(--ms-checkbox-icon-container-width, 1.05rem);
  border: var(--ms-checkbox-icon-container-border, 1px solid #d0d0d0);
  border-radius: .125rem
}

.ms-parent .ms-select-all .icon-checkbox-container div,
.ms-parent li:not(.hide-radio) .icon-checkbox-container div,
.ms-drop .ms-select-all .icon-checkbox-container div,
.ms-drop li:not(.hide-radio) .icon-checkbox-container div {
  font-size: 14px;
  color: var(--ms-checkbox-color, #149085)
}

.ms-parent .ms-select-all .icon-checkbox-container div:hover,
.ms-parent li:not(.hide-radio) .icon-checkbox-container div:hover,
.ms-drop .ms-select-all .icon-checkbox-container div:hover,
.ms-drop li:not(.hide-radio) .icon-checkbox-container div:hover {
  color: var(--ms-checkbox-hover-color, #128379)
}

.ms-parent .ms-select-all .icon-checkbox-container div.ms-icon-uncheck,
.ms-parent li:not(.hide-radio) .icon-checkbox-container div.ms-icon-uncheck,
.ms-drop .ms-select-all .icon-checkbox-container div.ms-icon-uncheck,
.ms-drop li:not(.hide-radio) .icon-checkbox-container div.ms-icon-uncheck {
  visibility: hidden
}

.ms-parent .ms-select-all .icon-checkbox-container.radio,
.ms-parent li:not(.hide-radio) .icon-checkbox-container.radio,
.ms-drop .ms-select-all .icon-checkbox-container.radio,
.ms-drop li:not(.hide-radio) .icon-checkbox-container.radio {
  border-radius: 50%
}

.ms-parent .ms-select-all .icon-checkbox-container+span,
.ms-parent li:not(.hide-radio) .icon-checkbox-container+span,
.ms-drop .ms-select-all .icon-checkbox-container+span,
.ms-drop li:not(.hide-radio) .icon-checkbox-container+span {
  display: inline-flex;
  align-items: center;
  column-gap: var(--ms-label-column-gap, 0);
  padding-left: var(--ms-label-text-padding-left, 8px)
}

.ms-offscreen {
  clip: rect(0 0 0 0) !important;
  width: 1px !important;
  height: 1px !important;
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  position: absolute !important;
  outline: 0 !important;
  left: auto !important;
  top: auto !important
}

.ms-parent {
  display: inline-block;
  position: relative;
  vertical-align: middle
}

.ms-choice {
  display: flex;
  align-items: center;
  cursor: pointer;
  width: 100%;
  height: 26px;
  overflow: hidden;
  padding: var(--ms-choice-padding, 0 6px 0 8px);
  background-color: var(--ms-choice-bgcolor, #fff);
  border: var(--ms-choice-border, 1px solid #d0d0d0);
  border-radius: var(--ms-choice-border-radius, 4px);
  line-height: var(--ms-choice-line-height, 26px);
  color: var(--ms-choice-color, #444);
  text-align: var(--ms-choice-text-align, left);
  outline: var(--ms-drop-outline, 0);
  text-decoration: none;
  user-select: none;
  white-space: nowrap
}

.ms-choice:focus {
  border-color: var(--ms-choice-focus-border-color, #dcfaf7);
  box-shadow: var(--ms-choice-focus-box-shadow, 0 0 0 1.5px rgba(20, 144, 133, 0.35))
}

.ms-choice.disabled {
  border: var(--ms-choice-disabled-border, 1px solid #ddd);
  background-color: var(--ms-choice-disabled-bgcolor, #f4f4f4);
  background-image: none;
  cursor: default
}

.ms-choice>span {
  display: flex;
  flex: 1;
  align-items: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  column-gap: var(--ms-label-column-gap, 0)
}

.ms-choice>span.ms-placeholder {
  color: var(--ms-placeholder-color, #999)
}

.ms-choice>div.ms-icon-close {
  margin-right: 2px
}

.ms-choice>div.ms-icon-caret {
  height: var(--ms-chevron-icon-size, 1.2em);
  width: var(--ms-chevron-icon-size, 1.2em)
}

.ms-choice>div.ms-icon-caret.open {
  transform: scaleY(-1)
}

.ms-drop {
  width: auto;
  min-width: 100%;
  overflow: hidden;
  display: none;
  position: absolute;
  background: var(--ms-drop-background, #fff);
  border: var(--ms-drop-border, 1px solid #d0d0d0);
  border-radius: var(--ms-drop-border-radius, 4px);
  color: var(--ms-drop-color, #000);
  margin-top: var(--ms-drop-margin-top, -1px);
  padding: var(--ms-drop-padding, 0);
  z-index: var(--ms-drop-zindex, 1050)
}

.ms-drop.bottom {
  top: 100%;
  box-shadow: var(--ms-drop-bottom-box-shadow, 0 4px 5px rgba(0, 0, 0, 0.15))
}

.ms-drop.top {
  bottom: 100%;
  box-shadow: var(--ms-drop-top-box-shadow, 0 -4px 5px rgba(0, 0, 0, 0.15))
}

.ms-drop .ms-select-all {
  border-bottom: var(--ms-select-all-border-bottom, 1px solid #ddd);
  line-height: var(--ms-select-all-line-height, 18px);
  padding: var(--ms-select-all-padding, 4px);
  width: 100%
}

.ms-drop .ms-select-all:hover {
  background-color: var(--ms-select-all-text-hover-color, transparent)
}

.ms-drop .ms-select-all.highlighted {
  background-color: var(--ms-option-highlight-bg-color, rgba(20, 144, 133, 0.08))
}

.ms-drop .ms-select-all label {
  display: inline-flex;
  align-items: center;
  font-weight: var(--ms-select-all-text-font-weight, normal);
  padding: var(--ms-select-all-label-padding, 4px);
  border: var(--ms-select-all-label-border, 1px solid transparent);
  color: var(--ms-select-all-text-color, #117a70);
  width: 100%
}

.ms-drop .ms-select-all label:hover {
  cursor: pointer;
  border: var(--ms-select-all-label-hover-border, 1px solid transparent)
}

.ms-drop .ms-select-all label input {
  opacity: 0;
  width: 0;
  margin-left: 0
}

.ms-drop .ms-select-all label div {
  display: inline-flex
}

.ms-drop .ms-ok-button {
  cursor: pointer;
  display: block;
  padding: var(--ms-ok-button-padding, 0);
  width: var(--ms-ok-button-width, 100%);
  height: var(--ms-ok-button-height, 26px);
  border-color: var(--ms-ok-button-border-color, #ccc);
  border-radius: var(--ms-ok-button-border-radius, 0 0 4px 4px);
  border-width: var(--ms-ok-button-border-width, 1px 0 0 0);
  text-align: var(--ms-ok-button-text-align, center);
  color: var(--ms-ok-button-text-color, #149085);
  font-weight: var(--ms-ok-button-font-weight, 600);
  background-color: var(--ms-ok-button-bg-color, #fff)
}

.ms-drop .ms-ok-button:hover {
  background-color: var(--ms-ok-button-bg-hover-color, #f9f9f9);
  color: var(--ms-ok-button-text-hover-color, #117a70)
}

.ms-search {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  position: relative;
  white-space: nowrap;
  width: 100%;
  margin: var(--ms-search-margin, 0);
  min-height: var(--ms-search-min-height, 26px);
  padding: var(--ms-search-padding, 4px);
  z-index: var(--ms-search-zindex, 10000)
}

.ms-search input {
  box-shadow: none;
  font-family: sans-serif;
  height: auto !important;
  width: 100%;
  color: var(--ms-search-input-color, #444);
  background-color: var(--ms-search-input-bg-color, #fff);
  border: var(--ms-search-input-border, 1px solid #b9b9b9);
  border-radius: var(--ms-search-input-border-radius, 5px);
  min-height: var(--ms-search-input-min-height, 24px);
  outline: var(--ms-search-input-outline, 0);
  padding: var(--ms-search-input-padding, 0 5px);
  margin: var(--ms-search-input-margin, 0)
}

.ms-search input::placeholder {
  color: var(--ms-search-input-placeholder, #999)
}

.ms-search span.ms-icon-close {
  cursor: pointer;
  height: var(--ms-icon-size, 1em);
  margin: var(--ms-search-icon-close-margin, 0 4px 0 7px)
}

.ms-drop ul {
  overflow: auto;
  outline: var(--ms-drop-outline, 0);
  margin: var(--ms-drop-list-margin, 0px);
  padding: var(--ms-drop-list-padding, 0px);
  scrollbar-color: var(--ms-drop-scrollbar-color, #c1c1c1 #f1f1f1)
}

.ms-drop ul>li {
  cursor: pointer;
  background-image: none;
  list-style: none;
  position: static;
  align-items: var(--ms-drop-list-item-align-items, center);
  display: var(--ms-drop-list-item-display, flex);
  padding: var(--ms-drop-list-item-padding, 0.25rem 8px)
}

.ms-drop ul>li .disabled {
  cursor: default;
  font-weight: normal !important;
  opacity: var(--ms-drop-list-item-disabled-opacity, 0.35);
  filter: var(--ms-drop-list-item-disabled-filter, Alpha(Opacity=35))
}

.ms-drop ul>li.multiple {
  display: block;
  float: left
}

.ms-drop ul>li.group {
  clear: both
}

.ms-drop ul>li.multiple label {
  width: 100%;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis
}

.ms-drop ul>li label {
  cursor: pointer;
  display: flex;
  align-items: center;
  font-weight: normal;
  position: relative;
  white-space: nowrap;
  flex: 0 0 100%;
  margin-bottom: var(--ms-label-margin-bottom, 0);
  min-height: var(--ms-label-min-height, 1.25rem);
  padding: var(--ms-label-padding, 0 0 0 2px)
}

.ms-drop ul>li label.optgroup {
  color: var(--ms-optgroup-color, #000);
  font-weight: var(--ms-drop-optgroup-font-weight, bold)
}

.ms-drop ul>li.hide-radio {
  padding: var(--ms-drop-hide-radio-padding, 0)
}

.ms-drop ul>li.hide-radio:focus,
.ms-drop ul>li.hide-radio:hover {
  background-color: var(--ms-drop-hide-radio-hover-bgcolor, #f8f9fa)
}

.ms-drop ul>li.hide-radio.selected {
  color: var(--ms-drop-hide-radio-selected-color, #fff);
  background-color: var(--ms-drop-hide-radio-selected-bgcolor, #149085)
}

.ms-drop ul>li.hide-radio label {
  margin-bottom: var(--ms-drop-hide-radio-label-margin-bottom, 0);
  padding: var(--ms-drop-hide-radio-label-padding, 5px 8px)
}

.ms-drop ul>li.hide-radio input {
  display: none
}

.ms-drop ul>li.option-level-1 label {
  padding-left: var(--ms-drop-list-item-level1-padding-left, 8px)
}

.ms-drop ul>li.option-divider {
  padding: var(--ms-drop-option-divider-padding, 0);
  border-top: var(--ms-drop-option-divider-border-top, 1px solid #e9ecef)
}

.ms-drop ul>li.highlighted {
  background-color: var(--ms-option-highlight-bg-color, rgba(20, 144, 133, 0.08))
}

.ms-drop input[type=radio],
.ms-drop input[type=checkbox] {
  opacity: 0;
  width: 0;
  position: absolute;
  margin-left: var(--ms-drop-input-margin-left, -1.25rem);
  margin-top: var(--ms-drop-input-margin-top, 0.3rem);
  accent-color: var(--ms-checkbox-color, #149085)
}

.ms-drop input:focus {
  outline: var(--ms-input-focus-outline, none)
}

.ms-drop .ms-no-results {
  display: none
}

.ms-drop .ms-loading {
  display: flex;
  align-items: center;
  gap: var(--ms-loading-gap, 4px);
  padding: var(--ms-loading-padding, 0.6rem 8px)
}

.ms-drop .ms-loading .ms-icon-loading {
  font-size: var(--ms-loading-icon-size, 1.15em);
  height: var(--ms-loading-icon-size, 1.15em);
  width: var(--ms-loading-icon-size, 1.15em)
}

.ms-drop .ms-infinite-option {
  height: var(--ms-infinite-empty-option-height, 20px)
}

.btn,
.btn:active {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  float: none;
  width: auto;
  min-width: 118px;
  padding: 15px 32px;
  border: 0 none;
  border-radius: 0;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  font-family: "Gantari", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none !important;
  letter-spacing: .08rem;
  text-align: center;
  background-color: #00182f;
  transition: all .3s ease-out
}

@media(min-width: 375px) {

  .btn,
  .btn:active {
    min-width: calc(118px + 40*(100vw - 375px)/1065);
    padding: calc(15px + 3*(100vw - 375px)/1065) calc(32px + 6*(100vw - 375px)/1065);
    font-size: calc(14px + 2*(100vw - 375px)/1065);
    line-height: calc(20px + 1*(100vw - 375px)/1065)
  }
}

@media(min-width: 1440px) {

  .btn,
  .btn:active {
    min-width: 158px;
    padding: 18px 38px;
    font-size: 16px;
    line-height: 21px
  }
}

.btn i,
.btn:active i {
  width: 14px;
  height: 14px;
  margin-right: 8px;
  font-size: 14px;
  line-height: 14px;
  color: #fff;
  transition: all .3s ease-out
}

@media(min-width: 375px) {

  .btn i,
  .btn:active i {
    width: calc(14px + 4*(100vw - 375px)/1065);
    height: calc(14px + 4*(100vw - 375px)/1065);
    margin-right: calc(8px + 2*(100vw - 375px)/1065);
    font-size: calc(14px + 4*(100vw - 375px)/1065);
    line-height: calc(14px + 4*(100vw - 375px)/1065)
  }
}

@media(min-width: 1440px) {

  .btn i,
  .btn:active i {
    width: 18px;
    height: 18px;
    margin-right: 10px;
    font-size: 18px;
    line-height: 18px
  }
}

.btn i.right,
.btn:active i.right {
  margin-right: 0;
  margin-left: 8px
}

@media(min-width: 375px) {

  .btn i.right,
  .btn:active i.right {
    margin-left: calc(8px + 2*(100vw - 375px)/1065)
  }
}

@media(min-width: 1440px) {

  .btn i.right,
  .btn:active i.right {
    margin-left: 10px
  }
}

.btn i.icon-dss-external,
.btn i.icon-dss-close,
.btn:active i.icon-dss-external,
.btn:active i.icon-dss-close {
  width: 12px;
  height: 12px;
  font-size: 12px;
  line-height: 12px
}

@media(min-width: 375px) {

  .btn i.icon-dss-external,
  .btn i.icon-dss-close,
  .btn:active i.icon-dss-external,
  .btn:active i.icon-dss-close {
    width: calc(12px + 1*(100vw - 375px)/1065);
    height: calc(12px + 1*(100vw - 375px)/1065);
    font-size: calc(12px + 1*(100vw - 375px)/1065);
    line-height: calc(12px + 1*(100vw - 375px)/1065)
  }
}

@media(min-width: 1440px) {

  .btn i.icon-dss-external,
  .btn i.icon-dss-close,
  .btn:active i.icon-dss-external,
  .btn:active i.icon-dss-close {
    width: 13px;
    height: 13px;
    font-size: 13px;
    line-height: 13px
  }
}

.btn.btn-sec,
.btn:active.btn-sec {
  background-color: #d64400
}

.btn.btn-white,
.btn:active.btn-white {
  color: #00182f;
  background-color: #fff
}

.btn.btn-white i,
.btn:active.btn-white i {
  color: #00182f
}

.btn.btn-brd,
.btn:active.btn-brd {
  background-color: rgba(0, 0, 0, 0)
}

.btn.btn-brd::before,
.btn:active.btn-brd::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #fff;
  transition: all .3s ease-out
}

.btn.btn-dark-brd,
.btn:active.btn-dark-brd {
  color: #00182f;
  background-color: rgba(0, 0, 0, 0)
}

.btn.btn-dark-brd::before,
.btn:active.btn-dark-brd::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #00182f;
  transition: all .3s ease-out
}

.btn.btn-sec-brd,
.btn:active.btn-sec-brd {
  color: #d64400;
  background-color: rgba(0, 0, 0, 0)
}

.btn.btn-sec-brd::before,
.btn:active.btn-sec-brd::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #d64400;
  transition: all .3s ease-out
}

.btn.btn-small,
.btn:active.btn-small {
  min-width: 0;
  padding: 10px 20px;
  font-size: 13px;
  line-height: 20px
}

@media(min-width: 375px) {

  .btn.btn-small,
  .btn:active.btn-small {
    font-size: calc(13px + 1*(100vw - 375px)/1065)
  }
}

@media(min-width: 1440px) {

  .btn.btn-small,
  .btn:active.btn-small {
    font-size: 14px
  }
}

.btn.txt-small,
.btn:active.txt-small {
  font-size: 13px
}

.btn.video-control,
.btn:active.video-control {
  min-width: 154px;
  padding: 8px 27px 8px 19px;
  border: 0 none;
  border-radius: 0;
  font-size: 12px;
  line-height: 15px;
  font-weight: 600;
  border-radius: 3px;
  background-color: rgba(0, 0, 0, .65);
  opacity: .9
}

.btn.video-control span,
.btn:active.video-control span {
  color: #fff !important
}

.btn.video-control::before,
.btn:active.video-control::before {
  content: "";
  display: block;
  width: 9px;
  height: 9px;
  margin-right: 14px;
  font-size: 9px;
  line-height: 9px;
  color: #fff;
  font-family: "icomoon" !important;
  font-weight: normal;
  font-style: normal;
  transition: all .3s ease-out
}

.btn.video-control[aria-pressed=false]::before,
.btn:active.video-control[aria-pressed=false]::before {
  content: "";
  font-size: 14px
}

@media(min-width: 992px) {

  .btn:hover,
  .btn:active:hover {
    color: #fff;
    background-color: var(--main)
  }

  .btn:hover i,
  .btn:active:hover i {
    color: #fff
  }

  .btn:hover.btn-brd,
  .btn:active:hover.btn-brd {
    color: #00182f;
    background-color: #fff
  }

  .btn:hover.btn-brd i,
  .btn:active:hover.btn-brd i {
    color: #00182f
  }

  .btn:hover.btn-dark-brd,
  .btn:active:hover.btn-dark-brd {
    color: #fff;
    background-color: var(--main)
  }

  .btn:hover.btn-dark-brd i,
  .btn:active:hover.btn-dark-brd i {
    color: #fff
  }

  .btn:hover.btn-dark-brd::before,
  .btn:active:hover.btn-dark-brd::before {
    border-color: var(--main)
  }

  .btn:hover.btn-sec,
  .btn:hover.btn-sec-brd,
  .btn:active:hover.btn-sec,
  .btn:active:hover.btn-sec-brd {
    color: #fff;
    background-color: #c14005
  }

  .btn:hover.btn-sec i,
  .btn:hover.btn-sec-brd i,
  .btn:active:hover.btn-sec i,
  .btn:active:hover.btn-sec-brd i {
    color: #fff
  }

  .btn:hover.btn-sec::before,
  .btn:hover.btn-sec-brd::before,
  .btn:active:hover.btn-sec::before,
  .btn:active:hover.btn-sec-brd::before {
    border-color: #c14005
  }
}

header .utility .btn i,
header .utility .btn:active i {
  margin-right: 6px;
  color: #ff5200
}

@media(min-width: 375px) {

  header .utility .btn i,
  header .utility .btn:active i {
    margin-right: calc(6px + 1*(100vw - 375px)/1065)
  }
}

@media(min-width: 1440px) {

  header .utility .btn i,
  header .utility .btn:active i {
    margin-right: 7px
  }
}

header .utility .btn i.right,
header .utility .btn:active i.right {
  margin-right: 0;
  margin-left: 6px
}

@media(min-width: 375px) {

  header .utility .btn i.right,
  header .utility .btn:active i.right {
    margin-left: calc(6px + 1*(100vw - 375px)/1065)
  }
}

@media(min-width: 1440px) {

  header .utility .btn i.right,
  header .utility .btn:active i.right {
    margin-left: 7px
  }
}

.btn-filter {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  float: none;
  width: auto;
  padding: 10px 16px;
  border: 0 none;
  border-radius: 40px;
  font-size: 13px;
  line-height: 20px;
  color: #00182f;
  font-family: "Gantari", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none !important;
  letter-spacing: .08rem;
  text-align: center;
  white-space: nowrap;
  background-color: #fff;
  transition: all .3s ease-out
}

@media(min-width: 375px) {
  .btn-filter {
    padding: 10px calc(16px + 6*(100vw - 375px)/1065)
  }
}

@media(min-width: 992px) {
  .btn-filter:hover {
    color: #fff;
    background-color: #00182f
  }

  .btn-filter:hover i {
    color: #fff
  }
}

@media(min-width: 1440px) {
  .btn-filter {
    padding: 10px 22px
  }
}

.btn-filter::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 40px;
  border: 1px solid #00182f
}

.btn-filter i {
  width: 20px;
  height: 20px;
  margin-left: 10px;
  font-size: 20px;
  line-height: 20px;
  color: #00182f;
  transition: all .3s ease-out
}

@media(min-width: 375px) {
  .btn-filter i {
    width: calc(20px + 4*(100vw - 375px)/1065);
    height: calc(20px + 4*(100vw - 375px)/1065);
    margin-left: calc(10px + 4*(100vw - 375px)/1065);
    font-size: calc(20px + 4*(100vw - 375px)/1065);
    line-height: calc(20px + 4*(100vw - 375px)/1065)
  }
}

@media(min-width: 1440px) {
  .btn-filter i {
    width: 20px;
    height: 20px;
    margin-left: 14px;
    font-size: 20px;
    line-height: 20px
  }
}

.btn-filter .count {
  position: absolute;
  top: -9px;
  right: -3px;
  display: none;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  font-weight: 700;
  text-indent: 1px;
  background-color: var(--main)
}

.btn-filter.active::before {
  border: 2px solid var(--main) !important
}

.btn-filter.active .count {
  display: block
}

.btn-link,
.btn-link:active {
  position: relative;
  display: inline-block;
  float: none;
  width: auto;
  padding: 0 24px 0 0;
  margin: 0;
  border: 0 none;
  border-radius: 0;
  font-size: 14px;
  line-height: 20px;
  color: #00182f;
  font-family: "Gantari", sans-serif;
  font-weight: 700;
  text-decoration: none !important;
  letter-spacing: .03rem;
  background-color: rgba(0, 0, 0, 0) !important;
  transition: all .3s ease-out
}

@media(min-width: 375px) {

  .btn-link,
  .btn-link:active {
    font-size: calc(14px + 2*(100vw - 375px)/1065)
  }
}

@media(min-width: 1440px) {

  .btn-link,
  .btn-link:active {
    font-size: 16px
  }
}

.btn-link i,
.btn-link::after,
.btn-link:active i,
.btn-link:active::after {
  position: absolute;
  right: 0;
  top: 50%;
  width: 14px;
  height: 14px;
  line-height: 14px;
  color: #00182f;
  text-align: center;
  transition: all .3s ease-out;
  transform: translateY(-50%)
}

.btn-link i,
.btn-link:active i {
  font-size: 11px
}

.btn-link i.icon-dss-download,
.btn-link:active i.icon-dss-download {
  width: 18px;
  height: 18px;
  font-size: 18px;
  line-height: 18px
}

.btn-link::after,
.btn-link:active::after {
  content: "";
  font-size: 14px;
  font-family: "icomoon" !important;
  font-weight: normal;
  font-style: normal
}

.btn-link:has(i)::after,
.btn-link:active:has(i)::after {
  content: none
}

@media(min-width: 992px) {

  .btn-link:hover,
  .btn-link:active:hover {
    color: var(--main)
  }

  .btn-link:hover i,
  .btn-link:hover::after,
  .btn-link:active:hover i,
  .btn-link:active:hover::after {
    color: var(--main)
  }
}

.btn-save,
.btn-save:active {
  position: relative;
  display: inline-block;
  float: none;
  width: auto;
  padding: 0;
  margin: 0;
  border: 0 none;
  border-radius: 0;
  font-size: 14px;
  line-height: 18px;
  color: #d64400;
  font-family: "Gantari", sans-serif;
  font-weight: 800;
  text-decoration: none !important;
  letter-spacing: .08rem;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0) !important;
  transition: all .3s ease-out
}

@media(min-width: 992px) {

  .btn-save:hover,
  .btn-save:active:hover {
    color: #c14005
  }
}

.btn-save[disabled],
.btn-save:active[disabled] {
  opacity: .6
}

@media(min-width: 992px) {
  a:hover .btn {
    color: #fff;
    background-color: var(--main)
  }

  a:hover .btn i {
    color: #fff
  }

  a:hover .btn.btn-brd {
    color: #00182f;
    background-color: #fff
  }

  a:hover .btn.btn-brd i {
    color: #00182f
  }

  a:hover .btn.btn-dark-brd {
    color: #fff;
    background-color: var(--main)
  }

  a:hover .btn.btn-dark-brd i {
    color: #fff
  }

  a:hover .btn.btn-dark-brd::before {
    border-color: var(--main)
  }

  a:hover .btn.btn-sec,
  a:hover .btn.btn-sec-brd {
    color: #fff;
    background-color: #c14005
  }

  a:hover .btn.btn-sec i,
  a:hover .btn.btn-sec-brd i {
    color: #fff
  }

  a:hover .btn.btn-sec::before,
  a:hover .btn.btn-sec-brd::before {
    border-color: #c14005
  }

  a:hover .btn-link {
    color: var(--main)
  }

  a:hover .btn-link i,
  a:hover .btn-link::after {
    color: var(--main)
  }
}

.bottom-btn {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  float: left;
  width: 100%;
  margin-top: 14px;
  padding-bottom: 4px
}

@media(min-width: 768px) {
  .bottom-btn {
    margin-top: 21px
  }
}

.bottom-btn .btn,
.bottom-btn .btn-link {
  margin: 14px 10px 0 10px
}

.bottom-btn.justify-content-start .btn,
.bottom-btn.justify-content-start .btn-link {
  margin: 14px 20px 0 0
}

.page-print {
  float: left;
  width: 100%;
  margin-top: 28px;
  padding: 0
}

@media(min-width: 375px) {
  .page-print {
    margin-top: calc(28px + 5*(100vw - 375px)/1065);
    padding: 0 calc(0px + 30*(100vw - 375px)/1065)
  }
}

@media(min-width: 1440px) {
  .page-print {
    margin-top: 33px;
    padding: 0 30px
  }
}

.page-print button {
  position: relative;
  display: block;
  float: right;
  width: auto;
  padding: 5px 40px 5px 0;
  border: 0 none;
  font-size: 14px;
  line-height: 17px;
  color: #00182f;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .08rem;
  background-color: rgba(0, 0, 0, 0);
  transition: all .3s ease-out
}

@media(min-width: 375px) {
  .page-print button {
    padding: 5px calc(40px + 3*(100vw - 375px)/1065) 5px 0
  }
}

@media(min-width: 992px) {
  .page-print button:hover {
    color: var(--main)
  }

  .page-print button:hover i {
    color: var(--main)
  }
}

@media(min-width: 1440px) {
  .page-print button {
    padding: 5px 43px 5px 0
  }
}

.page-print button i {
  position: absolute;
  right: 0;
  top: 0;
  width: 27px;
  height: 27px;
  font-size: 27px;
  line-height: 27px;
  color: #00182f;
  transition: all .3s ease-out
}

@media(min-width: 992px) {

  .winter-section .btn:hover,
  .winter-section .btn:active:hover {
    background-color: #005eb8
  }

  .winter-section .btn:hover.btn-dark-brd,
  .winter-section .btn:hover.btn-sec-brd,
  .winter-section .btn:active:hover.btn-dark-brd,
  .winter-section .btn:active:hover.btn-sec-brd {
    background-color: #005eb8
  }

  .winter-section .btn:hover.btn-dark-brd::before,
  .winter-section .btn:hover.btn-sec-brd::before,
  .winter-section .btn:active:hover.btn-dark-brd::before,
  .winter-section .btn:active:hover.btn-sec-brd::before {
    border-color: #005eb8
  }
}

.winter-section .btn-filter .count {
  background-color: #005eb8
}

.winter-section .btn-filter.active::before {
  border: 2px solid #005eb8 !important
}

@media(min-width: 992px) {

  .winter-section .btn-link:hover,
  .winter-section .btn-link:active:hover {
    color: #005eb8
  }

  .winter-section .btn-link:hover i,
  .winter-section .btn-link:hover::after,
  .winter-section .btn-link:active:hover i,
  .winter-section .btn-link:active:hover::after {
    color: #005eb8
  }
}

@media(min-width: 992px) {
  .winter-section a:hover .btn {
    background-color: #005eb8
  }

  .winter-section a:hover .btn.btn-dark-brd,
  .winter-section a:hover .btn.btn-sec-brd {
    background-color: #005eb8
  }

  .winter-section a:hover .btn.btn-dark-brd::before,
  .winter-section a:hover .btn.btn-sec-brd::before {
    border-color: #005eb8
  }

  .winter-section a:hover .btn-link {
    color: #005eb8
  }

  .winter-section a:hover .btn-link i,
  .winter-section a:hover .btn-link::after {
    color: #005eb8
  }
}

@media(min-width: 992px) {
  .winter-section .page-print button:hover {
    color: #005eb8
  }

  .winter-section .page-print button:hover i {
    color: #005eb8
  }
}

@media(min-width: 992px) {

  .summer-section .btn:hover,
  .summer-section .btn:active:hover {
    background-color: #359846
  }

  .summer-section .btn:hover.btn-dark-brd,
  .summer-section .btn:hover.btn-sec-brd,
  .summer-section .btn:active:hover.btn-dark-brd,
  .summer-section .btn:active:hover.btn-sec-brd {
    background-color: #359846
  }

  .summer-section .btn:hover.btn-dark-brd::before,
  .summer-section .btn:hover.btn-sec-brd::before,
  .summer-section .btn:active:hover.btn-dark-brd::before,
  .summer-section .btn:active:hover.btn-sec-brd::before {
    border-color: #359846
  }
}

.summer-section .btn-filter .count {
  background-color: #359846
}

.summer-section .btn-filter.active::before {
  border: 2px solid #359846 !important
}

@media(min-width: 992px) {

  .summer-section .btn-link:hover,
  .summer-section .btn-link:active:hover {
    color: #359846
  }

  .summer-section .btn-link:hover i,
  .summer-section .btn-link:hover::after,
  .summer-section .btn-link:active:hover i,
  .summer-section .btn-link:active:hover::after {
    color: #359846
  }
}

@media(min-width: 992px) {
  .summer-section a:hover .btn {
    background-color: #359846
  }

  .summer-section a:hover .btn.btn-dark-brd,
  .summer-section a:hover .btn.btn-sec-brd {
    background-color: #359846
  }

  .summer-section a:hover .btn.btn-dark-brd::before,
  .summer-section a:hover .btn.btn-sec-brd::before {
    border-color: #359846
  }

  .summer-section a:hover .btn-link {
    color: #359846
  }

  .summer-section a:hover .btn-link i,
  .summer-section a:hover .btn-link::after {
    color: #359846
  }
}

@media(min-width: 992px) {
  .summer-section .page-print button:hover {
    color: #359846
  }

  .summer-section .page-print button:hover i {
    color: #359846
  }
}

.sidebar-widget {
  position: fixed;
  right: 0;
  bottom: 0;
  width: 100%;
  z-index: 60
}

.sidebar-widget nav {
  display: block;
  float: left;
  width: 100%;
  filter: drop-shadow(6px 0px 9px rgba(0, 0, 0, 0.18))
}

.sidebar-widget nav ul {
  display: flex;
  flex-direction: row
}

.sidebar-widget nav ul li {
  width: 20%
}

.sidebar-widget nav ul li a {
  display: flex !important;
  flex-direction: column;
  align-items: center;
  position: relative;
  display: block;
  float: left;
  padding: 11px;
  width: 100%;
  height: 74px;
  background-color: #fff;
  transition: all .3s ease-out
}

.sidebar-widget nav ul li a i {
  width: 22px;
  height: 22px;
  font-size: 22px;
  line-height: 22px;
  color: #00182f;
  transition: all .3s ease-out
}

.sidebar-widget nav ul li a span {
  margin-top: 6px;
  font-size: 12px;
  line-height: 16px;
  color: #00182f;
  text-align: center;
  font-weight: 500;
  letter-spacing: .02rem;
  transition: all .3s ease-out
}

@media(min-width: 992px)and (max-width: 1199.98px) {
  .sidebar-widget nav ul li a:hover span {
    color: var(--main)
  }

  .sidebar-widget nav ul li a:hover i {
    color: var(--main)
  }
}

.sidebar-widget nav ul li.active a i {
  color: var(--main)
}

@media(min-width: 1200px) {
  .sidebar-widget {
    bottom: inherit;
    top: calc(170px + 100*(100vw - 1200px)/240);
    width: auto
  }

  .sidebar-widget nav {
    width: auto;
    padding-right: 20px;
    filter: none
  }

  .sidebar-widget nav ul {
    flex-direction: column
  }

  .sidebar-widget nav ul li {
    width: auto;
    margin: 5px 0
  }

  .sidebar-widget nav ul li a {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, .2)
  }

  .sidebar-widget nav ul li a i {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 20px;
    height: 20px;
    font-size: 20px;
    line-height: 20px;
    transform: translate(-50%, -50%)
  }

  .sidebar-widget nav ul li a span {
    position: absolute;
    top: 50%;
    right: calc(100% + 16px);
    display: block;
    float: left;
    padding: 6px 8px;
    margin: 0;
    border-radius: 2px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: .03rem;
    font-size: 11px;
    line-height: 14px;
    background-color: #00182f;
    transform: translate(100%, -50%);
    transition: all .3s ease-out;
    opacity: 0
  }

  .sidebar-widget nav ul li a span::before {
    content: "";
    position: absolute;
    left: 100%;
    top: 50%;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 6px 0 6px 6px;
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #00182f;
    transform: rotate(0deg) translateY(-50%)
  }

  .sidebar-widget nav ul li a span::after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: calc(100% + 58px);
    height: 42px;
    background-color: rgba(0, 0, 0, 0);
    transform: translateY(-50%)
  }

  .sidebar-widget nav ul li a:hover {
    background-color: var(--main)
  }

  .sidebar-widget nav ul li a:hover i {
    color: #fff
  }

  .sidebar-widget nav ul li a:hover span {
    opacity: 1;
    transform: translate(0, -50%)
  }
}

@media(min-width: 1440px) {
  .sidebar-widget {
    top: 270px
  }
}

body.modal-open .sidebar-widget {
  z-index: 1060
}

.hide-in-list {
  display: none
}

[data-component=OutdoorActiveList] form fieldset.dropdown.category .multiple-select .ms-choice {
  position: relative;
  display: block;
  float: left;
  width: 100%;
  height: 100%;
  border-radius: 3px;
  border: 2px solid #e8edf2;
  font-size: 15px;
  color: #00182f;
  font-weight: 500;
  letter-spacing: .03rem;
  text-align: left;
  background-color: #e8edf2;
  transition: all .3s ease-out;
  padding: calc(13px + 3*(100vw - 375px)/1065) 36px calc(13px + 3*(100vw - 375px)/1065) 12px;
  line-height: calc(20px + 1*(100vw - 375px)/1065)
}

[data-component=OutdoorActiveList] form fieldset.dropdown.category .multiple-select .ms-choice:after {
  content: none
}

[data-component=OutdoorActiveList] form fieldset.dropdown.category .multiple-select .ms-choice:before {
  top: 50%;
  transform: translateY(-50%)
}

@media(min-width: 1440px) {
  [data-component=OutdoorActiveList] form fieldset.dropdown.category .multiple-select .ms-choice {
    padding: 16px 36px 16px 12px;
    line-height: 21px
  }
}

.alert-widget {
  right: 0;
  bottom: auto;
  top: 120px;
  z-index: 60;
  position: fixed;
  padding: 24px 36px;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  -ms-transition: all .3s ease-out;
  transition: all .3s ease-out;
  width: calc(100% - 20px);
  border-radius: 4px 0 0 4px;
  border-left: 4px solid #f4c135;
  background-color: #edf1f3
}

.alert-widget.closed {
  width: 50px;
  height: 62px;
  padding: 0;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  -ms-transition: all .3s ease-out;
  transition: all .3s ease-out
}

.alert-widget.closed .alert-content .alert-icon:before {
  content: "";
  z-index: 2
}

.alert-widget.closed .alert-content .alert-icon:after {
  content: "";
  background: #fff;
  width: 4px;
  height: 10px;
  position: absolute;
  z-index: 1
}

.alert-widget.closed .alert-content .close-icon:before {
  content: ""
}

.alert-widget.closed .alert-content .alert-icon {
  border: 2px solid #fff
}

.alert-widget.closed .alert-content time,
.alert-widget.closed .alert-content h5,
.alert-widget.closed .alert-content .h5,
.alert-widget.closed .alert-content p,
.alert-widget.closed .alert-content .bottom-btn {
  display: none !important
}

@media(min-width: 390px) {
  .alert-widget {
    width: 366px
  }
}

@media(min-width: 1200px) {
  .alert-widget {
    top: calc(450px + 100*(100vw - 1200px)/240);
    position: fixed
  }
}

@media(min-width: 1440px) {
  .alert-widget {
    top: 550px
  }
}

.alert-widget .alert-content .close-icon {
  position: absolute;
  right: 0;
  top: 0;
  border: 0;
  width: 30px;
  height: 30px;
  font-size: 11px;
  color: #00182f
}

.alert-widget .alert-content .close-icon:before {
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: ""
}

.alert-widget .alert-content .alert-icon {
  position: absolute;
  left: -22px;
  top: 10px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f4c135;
  border-radius: 50%;
  font-size: 16px;
  color: #00182f
}

.alert-widget .alert-content .alert-icon:before {
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: ""
}

.alert-widget .alert-content time {
  color: #5f6061;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: .39px
}

.alert-widget .alert-content h5,
.alert-widget .alert-content .h5 {
  color: #00182f;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: .66px
}

.alert-widget .alert-content p {
  color: #00182f;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: .39px
}

.hero-home {
  display: flex;
  align-items: flex-end;
  flex-direction: row;
  height: 568px;
  margin-top: 0;
  padding-top: 45px;
  padding-bottom: 45px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover
}

@media(min-width: 375px) {
  .hero-home {
    height: calc(568px + 252*(100vw - 375px)/1065);
    padding-top: calc(45px + 85*(100vw - 375px)/1065);
    padding-bottom: calc(45px + 85*(100vw - 375px)/1065)
  }
}

@media(min-width: 1440px) {
  .hero-home {
    height: 820px;
    padding-top: 130px;
    padding-bottom: 130px
  }
}

.hero-home .hero-video {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: translate(-50%, -50%);
  overflow: hidden;
  z-index: 1
}

.hero-home::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #00182f;
  background: linear-gradient(0deg, rgba(0, 24, 47, 0.85) 7.43%, rgba(0, 0, 0, 0) 69.24%);
  z-index: 2
}

@media(min-width: 992px) {
  .hero-home::before {
    height: calc(565px + 160*(100vw - 992px)/448);
    background: linear-gradient(0deg, rgba(0, 24, 47, 0.9) 8.13%, rgba(0, 0, 0, 0) 100%)
  }
}

@media(min-width: 1440px) {
  .hero-home::before {
    height: 725px
  }
}

.hero-home::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 132px;
  background: #00182f;
  background: linear-gradient(180deg, rgba(0, 24, 47, 0.76) 0%, rgba(0, 0, 0, 0) 87.44%);
  z-index: 3
}

@media(min-width: 992px) {
  .hero-home::after {
    height: calc(132px + 100*(100vw - 992px)/448)
  }
}

@media(min-width: 1440px) {
  .hero-home::after {
    height: 232px
  }
}

.hero-home .container {
  position: relative;
  z-index: 4
}

.hero-home .container .hero-content {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  margin-left: 0
}

@media(min-width: 992px) {
  .hero-home .container .hero-content {
    width: calc(100% + 0px + 56*(100vw - 992px)/448);
    margin-left: calc(0px - 56*(100vw - 992px)/448)
  }
}

@media(min-width: 1440px) {
  .hero-home .container .hero-content {
    width: calc(100% + 56px);
    margin-left: -56px
  }
}

.hero-home .container .hero-content h1,
.hero-home .container .hero-content .h1 {
  margin-bottom: 15px;
  font-size: 30px;
  line-height: 39px;
  color: #fff
}

@media(min-width: 375px) {

  .hero-home .container .hero-content h1,
  .hero-home .container .hero-content .h1 {
    margin-bottom: calc(15px + 5*(100vw - 375px)/1065);
    font-size: calc(30px + 30*(100vw - 375px)/1065);
    line-height: calc(39px + 31*(100vw - 375px)/1065)
  }
}

@media(min-width: 1440px) {

  .hero-home .container .hero-content h1,
  .hero-home .container .hero-content .h1 {
    margin-bottom: 20px;
    font-size: 60px;
    line-height: 70px
  }
}

.hero-home .container .hero-content p {
  display: none;
  margin-bottom: 15px;
  font-size: 20px;
  line-height: 28px;
  color: #fff;
  letter-spacing: .03rem;
  font-weight: 400
}

@media(min-width: 375px) {
  .hero-home .container .hero-content p {
    margin-bottom: calc(15px + 12*(100vw - 375px)/1065);
    font-size: calc(20px + 5*(100vw - 375px)/1065);
    line-height: calc(28px + 7*(100vw - 375px)/1065)
  }
}

@media(min-width: 768px) {
  .hero-home .container .hero-content p {
    display: block
  }
}

@media(min-width: 1440px) {
  .hero-home .container .hero-content p {
    margin-bottom: 27px;
    font-size: 25px;
    line-height: 34px
  }
}

.hero-home .container .hero-content .btn {
  margin: 5px 25px 5px 0
}

.hero-internal {
  position: relative;
  float: left;
  width: calc(100% + 20px);
  height: 222px;
  margin-left: -10px;
  margin-right: -10px;
  margin-top: 30px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover
}

@media(min-width: 375px) {
  .hero-internal {
    height: calc(222px + 270*(100vw - 375px)/1065);
    margin-top: calc(30px + 5*(100vw - 375px)/1065)
  }
}

@media(min-width: 1440px) {
  .hero-internal {
    height: 492px;
    margin-top: 35px
  }
}

.hero-internal .hero-video {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: translate(-50%, -50%);
  overflow: hidden;
  z-index: 1
}

.hero-internal::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #00182f;
  background: linear-gradient(0deg, rgba(0, 24, 47, 0.48) 32.2%, rgba(0, 0, 0, 0) 100%);
  z-index: 2
}

.hero-internal.no-layer::before {
  content: none
}

.tools-section {
  position: relative;
  float: left;
  width: 100%;
  margin-top: 0;
  z-index: 2;
  overflow: visible
}

@media(min-width: 992px) {
  .tools-section {
    filter: drop-shadow(0px 0px 15px rgba(0, 0, 0, 0.08))
  }
}

.tools-section.merch .tools-panel {
  position: relative;
  padding-left: 20px;
  padding-right: 20px
}

@media(min-width: 992px) {
  .tools-section.merch .tools-panel {
    padding-left: calc(20px + 40*(100vw - 992px)/448);
    padding-right: calc(20px + 40*(100vw - 992px)/448)
  }
}

@media(min-width: 1440px) {
  .tools-section.merch .tools-panel {
    padding-left: 60px;
    padding-right: 60px
  }
}

@media(min-width: 992px) {
  .tools-section.merch .tools-panel:has(.shop-cart)::before {
    clip-path: polygon(0 0, calc(100% - 110px) 0, 100% 110px, 100% 100%, 0 100%)
  }
}

@media(max-width: 991.98px) {
  .tools-section.merch .tools-panel .tools-head {
    padding-right: 88px;
    text-align: left;
    pointer-events: none
  }
}

.tools-section.merch .tools-panel .shop-alert {
  position: relative;
  display: block;
  float: left;
  width: auto;
  max-width: calc(100% - 88px);
  margin-bottom: 14px;
  z-index: 2
}

@media(min-width: 992px) {
  .tools-section.merch .tools-panel .shop-alert {
    position: absolute;
    right: 0;
    bottom: calc(100% + 13px);
    max-width: 100%;
    margin-bottom: 0
  }
}

.tools-section.merch .tools-panel .shop-alert p {
  position: relative;
  width: auto;
  padding-left: 23px;
  font-size: 14px;
  line-height: 18px;
  color: #00182f
}

@media(min-width: 375px) {
  .tools-section.merch .tools-panel .shop-alert p {
    font-size: calc(14px + 1*(100vw - 375px)/1065)
  }
}

@media(min-width: 1440px) {
  .tools-section.merch .tools-panel .shop-alert p {
    font-size: 15px
  }
}

.tools-section.merch .tools-panel .shop-alert p::before {
  position: absolute;
  left: 0;
  font-family: "icomoon" !important;
  font-weight: normal;
  font-style: normal;
  text-align: center
}

.tools-section.merch .tools-panel .shop-alert.success p::before {
  content: "";
  top: 3px;
  width: 14px;
  height: 14px;
  font-size: 14px;
  line-height: 14px;
  color: #157e1b
}

.tools-section.merch .tools-panel .shop-alert.error p::before {
  content: "";
  top: 4px;
  width: 12px;
  height: 12px;
  font-size: 12px;
  line-height: 12px;
  color: #bd0004
}

@media(min-width: 992px) {
  section:has(.hero-internal) .tools-section .tools-panel {
    margin-top: calc(-142px - 40*(100vw - 992px)/448)
  }
}

@media(min-width: 1440px) {
  section:has(.hero-internal) .tools-section .tools-panel {
    margin-top: -182px
  }
}

.tools-panel {
  position: relative;
  float: left;
  width: calc(100% + 36px);
  margin-left: -18px;
  margin-right: -18px;
  margin-top: 0;
  padding: 0 20px 35px 20px
}

.tools-panel.p-top {
  padding-top: 24px
}

@media(min-width: 375px) {
  .tools-panel.p-top {
    padding-top: calc(24px + 20*(100vw - 375px)/1065)
  }
}

@media(min-width: 1440px) {
  .tools-panel.p-top {
    padding-top: 44px
  }
}

@media(max-width: 991.98px) {

  .tools-panel:has(.tools-head h1, .tools-head .h1),
  .tools-panel:has(.tools-head .h1) {
    padding-top: 0 !important
  }
}

.tools-panel::after {
  content: "";
  position: absolute;
  left: 20px;
  bottom: 0;
  width: calc(100% - 40px);
  height: 1px;
  background-color: #e8edf2;
  z-index: 1
}

.tools-panel::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 4px;
  background-color: #fff;
  z-index: 1
}

@media(min-width: 992px) {
  .tools-panel::before {
    clip-path: polygon(0 0, calc(100% - 50px) 0, 100% 50px, 100% 100%, 0 100%)
  }
}

@media(min-width: 1200px) {
  .tools-panel::before {
    clip-path: polygon(0 0, calc(100% - 80px) 0, 100% 80px, 100% 100%, 0 100%)
  }
}

@media(min-width: 1440px) {
  .tools-panel::before {
    clip-path: polygon(0 0, calc(100% - 110px) 0, 100% 110px, 100% 100%, 0 100%)
  }
}

.tools-panel.hbox::before {
  max-height: 498px
}

.tools-panel.hbox-sm::before {
  max-height: 336px
}

@media(min-width: 992px) {
  .tools-panel {
    width: calc(100% + 0px + 112*(100vw - 992px)/448);
    margin-left: calc(0px - 56*(100vw - 992px)/448);
    margin-right: calc(0px - 56*(100vw - 992px)/448);
    margin-top: calc(-30px - 20*(100vw - 992px)/448);
    padding: 0 calc(20px + 115*(100vw - 992px)/448) calc(35px + 23*(100vw - 992px)/448) calc(20px + 115*(100vw - 992px)/448)
  }

  .tools-panel::after {
    content: none
  }
}

@media(min-width: 1440px) {
  .tools-panel {
    width: calc(100% + 112px);
    margin-left: -56px;
    margin-right: -56px;
    margin-top: -50px;
    padding: 0 135px 58px 135px
  }
}

.tools-panel.mt {
  margin-top: 26px
}

.tools-panel.square::before {
  clip-path: none
}

@media(max-width: 991.98px) {
  .tools-panel.w-lg-100 {
    margin-top: 0
  }
}

@media(min-width: 992px) {
  .tools-panel.w-lg-100 {
    width: 100%;
    margin-left: 0;
    margin-right: 0
  }
}

.tools-panel .tools-title {
  position: absolute;
  left: 20px;
  bottom: calc(100% + 20px);
  width: 100%
}

@media(min-width: 992px) {
  .tools-panel .tools-title {
    left: 0
  }
}

@media(min-width: 375px) {
  .tools-panel .tools-title {
    bottom: calc(100% + 20px + 10*(100vw - 375px)/1065)
  }
}

@media(min-width: 1440px) {
  .tools-panel .tools-title {
    bottom: calc(100% + 30px)
  }
}

.tools-panel .tools-title h2,
.tools-panel .tools-title .h2 {
  text-transform: none !important;
  color: #fff;
  font-weight: 700;
  letter-spacing: .02rem
}

.tools-panel .nav-tabs-wrapper {
  position: relative;
  float: left;
  width: calc(100% + 40px);
  padding: 0 20px;
  margin-bottom: 26px;
  margin-left: -20px;
  margin-right: -20px;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, .16);
  z-index: 1
}

@media(min-width: 375px) {
  .tools-panel .nav-tabs-wrapper {
    margin-bottom: calc(26px + 14*(100vw - 375px)/1065)
  }
}

@media(min-width: 992px) {
  .tools-panel .nav-tabs-wrapper {
    box-shadow: none
  }
}

@media(min-width: 1440px) {
  .tools-panel .nav-tabs-wrapper {
    margin-bottom: 40px
  }
}

.tools-panel .nav-tabs-wrapper .nav-tabs-slider {
  position: relative;
  display: flex;
  justify-content: center;
  float: left;
  width: 100%;
  text-align: center;
  font-size: 0
}

@media(min-width: 992px) {
  .tools-panel .nav-tabs-wrapper .nav-tabs-slider::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 2px;
    width: calc(100% - (200px - 200*(100vw - 375px)/1065));
    height: 2px;
    background-color: #e8edf2;
    transform: translateX(-50%);
    z-index: 1
  }
}

@media(min-width: 1440px) {
  .tools-panel .nav-tabs-wrapper .nav-tabs-slider::after {
    width: 100%
  }
}

.tools-panel .nav-tabs-wrapper .nav-tabs {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: nowrap;
  float: none;
  width: calc(100% + 40px);
  max-width: max-content;
  min-height: 55px;
  margin-left: -20px;
  margin-right: -20px;
  border: 0;
  padding: 0 2px 2px 2px;
  z-index: 2;
  overflow: auto
}

.tools-panel .nav-tabs-wrapper .nav-tabs .nav-item {
  position: relative;
  width: auto;
  z-index: 2
}

.tools-panel .nav-tabs-wrapper .nav-tabs .nav-item .nav-link {
  position: relative;
  display: block;
  float: left;
  width: auto;
  padding: 21px 10px;
  margin: 0 7px;
  border: 0;
  border-radius: 0;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  color: #000;
  letter-spacing: .02rem;
  text-align: center;
  white-space: nowrap;
  transition: all .3s ease-out
}

@media(min-width: 992px) {
  .tools-panel .nav-tabs-wrapper .nav-tabs .nav-item .nav-link {
    padding: 20px 20px 11px 20px;
    margin: 0
  }
}

.tools-panel .nav-tabs-wrapper .nav-tabs .nav-item .nav-link::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -2px;
  width: 0%;
  height: 4px;
  background-color: var(--main);
  transform: translateX(-50%);
  transition: all .3s ease-out
}

@media(min-width: 992px) {
  .tools-panel .nav-tabs-wrapper .nav-tabs .nav-item .nav-link:hover {
    color: var(--main)
  }
}

.tools-panel .nav-tabs-wrapper .nav-tabs .nav-item .nav-link.active {
  color: var(--main);
  font-weight: 700
}

.tools-panel .nav-tabs-wrapper .nav-tabs .nav-item .nav-link.active::after {
  width: 100%
}

.tools-panel .tab-content,
.tools-panel .tools-content-wrapper {
  position: relative;
  float: left;
  width: 100%;
  z-index: 2
}

.tools-panel .tab-content .tools-head,
.tools-panel .tools-content-wrapper .tools-head {
  float: left;
  width: 100%;
  text-align: center
}

.tools-panel .tab-content .tools-head p,
.tools-panel .tools-content-wrapper .tools-head p {
  margin-top: 8px;
  font-size: 17px;
  line-height: 22px;
  color: #00182f;
  font-weight: 500;
  letter-spacing: .03rem
}

@media(min-width: 375px) {

  .tools-panel .tab-content .tools-head p,
  .tools-panel .tools-content-wrapper .tools-head p {
    margin-top: calc(8px + 4*(100vw - 375px)/1065);
    font-size: calc(17px + 2*(100vw - 375px)/1065);
    line-height: calc(22px + 3*(100vw - 375px)/1065)
  }
}

@media(min-width: 1440px) {

  .tools-panel .tab-content .tools-head p,
  .tools-panel .tools-content-wrapper .tools-head p {
    margin-top: 12px;
    font-size: 19px;
    line-height: 25px
  }
}

.tools-panel .tab-content .tools-head p.note,
.tools-panel .tools-content-wrapper .tools-head p.note {
  margin-top: 8px;
  font-size: 14px;
  line-height: 17px;
  color: #5f6061
}

@media(min-width: 375px) {

  .tools-panel .tab-content .tools-head p.note,
  .tools-panel .tools-content-wrapper .tools-head p.note {
    margin-top: calc(8px + 6*(100vw - 375px)/1065);
    font-size: calc(14px + 1*(100vw - 375px)/1065);
    line-height: calc(17px + 1*(100vw - 375px)/1065)
  }
}

@media(min-width: 1440px) {

  .tools-panel .tab-content .tools-head p.note,
  .tools-panel .tools-content-wrapper .tools-head p.note {
    margin-top: 14px;
    font-size: 15px;
    line-height: 18px
  }
}

@media(min-width: 992px) {

  .tools-panel .tab-content .tools-head.tight,
  .tools-panel .tools-content-wrapper .tools-head.tight {
    padding-left: 16.5%;
    padding-right: 16.5%
  }
}

.tools-panel .tab-content .tools-content,
.tools-panel .tools-content-wrapper .tools-content {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  flex-wrap: wrap;
  float: left;
  width: calc(100% + 18px);
  margin-left: -9px;
  margin-right: -9px;
  margin-top: 12px
}

@media(min-width: 375px) {

  .tools-panel .tab-content .tools-content,
  .tools-panel .tools-content-wrapper .tools-content {
    margin-top: calc(12px + 18*(100vw - 375px)/1065)
  }
}

@media(min-width: 1440px) {

  .tools-panel .tab-content .tools-content,
  .tools-panel .tools-content-wrapper .tools-content {
    margin-top: 30px
  }
}

.tools-panel .tab-content .tools-content>fieldset,
.tools-panel .tools-content-wrapper .tools-content>fieldset {
  margin-top: 16px
}

@media(min-width: 768px) {

  .tools-panel .tab-content .tools-content>fieldset,
  .tools-panel .tools-content-wrapper .tools-content>fieldset {
    margin-top: 0
  }
}

.tools-panel .tab-content .tools-content>div,
.tools-panel .tab-content .tools-content fieldset,
.tools-panel .tools-content-wrapper .tools-content>div,
.tools-panel .tools-content-wrapper .tools-content fieldset {
  width: 100%;
  padding-left: 9px;
  padding-right: 9px
}

.tools-panel .tab-content .tools-content>div.tools-note,
.tools-panel .tab-content .tools-content fieldset.tools-note,
.tools-panel .tools-content-wrapper .tools-content>div.tools-note,
.tools-panel .tools-content-wrapper .tools-content fieldset.tools-note {
  width: 100%
}

.tools-panel .tab-content .tools-content>div.tools-note p,
.tools-panel .tab-content .tools-content fieldset.tools-note p,
.tools-panel .tools-content-wrapper .tools-content>div.tools-note p,
.tools-panel .tools-content-wrapper .tools-content fieldset.tools-note p {
  text-align: left
}

@media(min-width: 768px) {

  .tools-panel .tab-content .tools-content>div,
  .tools-panel .tab-content .tools-content fieldset,
  .tools-panel .tools-content-wrapper .tools-content>div,
  .tools-panel .tools-content-wrapper .tools-content fieldset {
    width: 30%
  }

  .tools-panel .tab-content .tools-content>div.tool-button,
  .tools-panel .tab-content .tools-content fieldset.tool-button,
  .tools-panel .tools-content-wrapper .tools-content>div.tool-button,
  .tools-panel .tools-content-wrapper .tools-content fieldset.tool-button {
    width: 20%
  }

  .tools-panel .tab-content .tools-content>div.medium,
  .tools-panel .tab-content .tools-content fieldset.medium,
  .tools-panel .tools-content-wrapper .tools-content>div.medium,
  .tools-panel .tools-content-wrapper .tools-content fieldset.medium {
    width: 40%
  }

  .tools-panel .tab-content .tools-content>div.large,
  .tools-panel .tab-content .tools-content fieldset.large,
  .tools-panel .tools-content-wrapper .tools-content>div.large,
  .tools-panel .tools-content-wrapper .tools-content fieldset.large {
    width: 50%
  }
}

.tools-panel .tab-content .tools-content>div.teaser-section-list,
.tools-panel .tab-content .tools-content fieldset.teaser-section-list,
.tools-panel .tools-content-wrapper .tools-content>div.teaser-section-list,
.tools-panel .tools-content-wrapper .tools-content fieldset.teaser-section-list {
  width: 100%;
  margin-top: -10px
}

@media(max-width: 991.98px) {

  .tools-panel .tab-content .tools-content>div.teaser-section-list,
  .tools-panel .tab-content .tools-content fieldset.teaser-section-list,
  .tools-panel .tools-content-wrapper .tools-content>div.teaser-section-list,
  .tools-panel .tools-content-wrapper .tools-content fieldset.teaser-section-list {
    padding-left: 0 !important;
    padding-right: 0 !important
  }
}

@media(min-width: 992px) {

  .tools-panel .tab-content .tools-content>div.teaser-section-list,
  .tools-panel .tab-content .tools-content fieldset.teaser-section-list,
  .tools-panel .tools-content-wrapper .tools-content>div.teaser-section-list,
  .tools-panel .tools-content-wrapper .tools-content fieldset.teaser-section-list {
    margin-bottom: -142px
  }
}

.tools-panel .tab-content .tools-content>div>p,
.tools-panel .tab-content .tools-content fieldset>p,
.tools-panel .tools-content-wrapper .tools-content>div>p,
.tools-panel .tools-content-wrapper .tools-content fieldset>p {
  margin-bottom: 4px;
  font-size: 14px;
  line-height: 20px;
  color: #00182f;
  letter-spacing: .01rem;
  text-align: left
}

@media(min-width: 992px) {

  .tools-panel .tab-content .tools-content>div>p,
  .tools-panel .tab-content .tools-content fieldset>p,
  .tools-panel .tools-content-wrapper .tools-content>div>p,
  .tools-panel .tools-content-wrapper .tools-content fieldset>p {
    text-align: center
  }
}

.tools-panel .tab-content .tools-content.form-wrapper,
.tools-panel .tools-content-wrapper .tools-content.form-wrapper {
  margin-top: 5px
}

@media(max-width: 991.98px) {

  .tools-panel .tab-content .tools-content.form-wrapper,
  .tools-panel .tools-content-wrapper .tools-content.form-wrapper {
    width: calc(100% + 4px);
    margin-left: -2px;
    margin-right: -2px
  }
}

.tools-panel .tab-content .tools-content.form-wrapper fieldset,
.tools-panel .tools-content-wrapper .tools-content.form-wrapper fieldset {
  width: 100%;
  padding: 0
}

.tools-panel .tab-content .tools-bottom,
.tools-panel .tools-content-wrapper .tools-bottom {
  float: left;
  width: 100%;
  margin-top: 26px
}

@media(min-width: 375px) {

  .tools-panel .tab-content .tools-bottom,
  .tools-panel .tools-content-wrapper .tools-bottom {
    margin-top: calc(26px + 20*(100vw - 375px)/1065)
  }
}

@media(min-width: 1440px) {

  .tools-panel .tab-content .tools-bottom,
  .tools-panel .tools-content-wrapper .tools-bottom {
    margin-top: 46px
  }
}

.tools-panel .tab-content .tools-bottom h4,
.tools-panel .tab-content .tools-bottom .h4,
.tools-panel .tools-content-wrapper .tools-bottom h4,
.tools-panel .tools-content-wrapper .tools-bottom .h4 {
  text-align: center
}

.tools-panel .tab-content .tools-bottom ul,
.tools-panel .tools-content-wrapper .tools-bottom ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: calc(100% + 16px);
  margin-left: -8px;
  margin-right: -8px;
  margin-top: 2px
}

.tools-panel .tab-content .tools-bottom ul li,
.tools-panel .tools-content-wrapper .tools-bottom ul li {
  width: 100%;
  padding: 0 8px;
  margin-top: 10px
}

@media(min-width: 480px) {

  .tools-panel .tab-content .tools-bottom ul li,
  .tools-panel .tools-content-wrapper .tools-bottom ul li {
    width: 33.33%
  }
}

.tools-panel .tab-content .tools-bottom ul li a,
.tools-panel .tools-content-wrapper .tools-bottom ul li a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 59px;
  height: 100%;
  padding: 14px;
  font-size: 14px;
  line-height: 20px;
  color: #00182f;
  font-weight: 600;
  letter-spacing: .03rem;
  text-transform: uppercase;
  transition: all .3s ease-out
}

@media(min-width: 375px) {

  .tools-panel .tab-content .tools-bottom ul li a,
  .tools-panel .tools-content-wrapper .tools-bottom ul li a {
    min-height: calc(59px + 20*(100vw - 375px)/1065);
    padding: calc(14px + 6*(100vw - 375px)/1065);
    font-size: calc(14px + 2*(100vw - 375px)/1065);
    line-height: calc(20px + 2*(100vw - 375px)/1065)
  }
}

@media(min-width: 480px) {

  .tools-panel .tab-content .tools-bottom ul li a,
  .tools-panel .tools-content-wrapper .tools-bottom ul li a {
    flex-direction: column;
    text-align: center
  }
}

@media(min-width: 768px) {

  .tools-panel .tab-content .tools-bottom ul li a,
  .tools-panel .tools-content-wrapper .tools-bottom ul li a {
    flex-direction: row;
    text-align: left
  }
}

@media(min-width: 1440px) {

  .tools-panel .tab-content .tools-bottom ul li a,
  .tools-panel .tools-content-wrapper .tools-bottom ul li a {
    min-height: 79px;
    padding: 20px;
    font-size: 16px;
    line-height: 22px
  }
}

.tools-panel .tab-content .tools-bottom ul li a i,
.tools-panel .tools-content-wrapper .tools-bottom ul li a i {
  width: 22px;
  height: 22px;
  margin-right: 12px;
  font-size: 22px;
  line-height: 22px;
  color: #00182f;
  transition: all .3s ease-out
}

@media(min-width: 480px) {

  .tools-panel .tab-content .tools-bottom ul li a i,
  .tools-panel .tools-content-wrapper .tools-bottom ul li a i {
    margin-right: 0;
    margin-bottom: 8px
  }
}

@media(min-width: 768px) {

  .tools-panel .tab-content .tools-bottom ul li a i,
  .tools-panel .tools-content-wrapper .tools-bottom ul li a i {
    margin-right: 12px;
    margin-bottom: 0
  }
}

.tools-panel .tab-content .tools-bottom ul li a::before,
.tools-panel .tools-content-wrapper .tools-bottom ul li a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 4px;
  border: 1px solid #edf1f3;
  transition: all .3s ease-out
}

@media(min-width: 992px) {

  .tools-panel .tab-content .tools-bottom ul li a:hover,
  .tools-panel .tools-content-wrapper .tools-bottom ul li a:hover {
    color: var(--main)
  }

  .tools-panel .tab-content .tools-bottom ul li a:hover i,
  .tools-panel .tools-content-wrapper .tools-bottom ul li a:hover i {
    color: var(--main)
  }

  .tools-panel .tab-content .tools-bottom ul li a:hover::before,
  .tools-panel .tools-content-wrapper .tools-bottom ul li a:hover::before {
    border-color: var(--main-light);
    opacity: .5
  }
}

.tools-panel .tab-content .tools-note,
.tools-panel .tools-content-wrapper .tools-note {
  display: flex;
  float: left;
  width: 100%;
  margin-top: 32px
}

@media(min-width: 992px) {

  .tools-panel .tab-content .tools-note,
  .tools-panel .tools-content-wrapper .tools-note {
    margin-top: 20px
  }
}

.tools-panel .tab-content .tools-note img,
.tools-panel .tools-content-wrapper .tools-note img {
  height: 25px;
  width: auto;
  margin-right: 10px;
  flex-shrink: 0
}

@media(min-width: 375px) {

  .tools-panel .tab-content .tools-note img,
  .tools-panel .tools-content-wrapper .tools-note img {
    height: calc(25px + 5*(100vw - 375px)/1065)
  }
}

@media(min-width: 1440px) {

  .tools-panel .tab-content .tools-note img,
  .tools-panel .tools-content-wrapper .tools-note img {
    height: 27px
  }
}

.tools-panel .tab-content .tools-note p,
.tools-panel .tools-content-wrapper .tools-note p {
  padding: 2px 0;
  font-size: 13px;
  line-height: 16px;
  color: #00182f;
  font-weight: 700;
  text-align: left
}

@media(min-width: 375px) {

  .tools-panel .tab-content .tools-note p,
  .tools-panel .tools-content-wrapper .tools-note p {
    font-size: calc(13px + 1*(100vw - 375px)/1065);
    line-height: calc(16px + 7*(100vw - 375px)/1065)
  }
}

@media(min-width: 1440px) {

  .tools-panel .tab-content .tools-note p,
  .tools-panel .tools-content-wrapper .tools-note p {
    font-size: 14px;
    line-height: 23px
  }
}

.tools-panel .tab-content .tools-note p strong,
.tools-panel .tools-content-wrapper .tools-note p strong {
  color: #d64400;
  font-weight: 700
}

.tools-panel .tab-content .tool-button,
.tools-panel .tools-content-wrapper .tool-button {
  display: flex;
  justify-content: center;
  margin-top: 26px
}

.tools-panel .tab-content .tool-button .btn,
.tools-panel .tools-content-wrapper .tool-button .btn {
  width: auto
}

@media(min-width: 992px) {

  .tools-panel .tab-content .tool-button,
  .tools-panel .tools-content-wrapper .tool-button {
    margin-top: 0
  }

  .tools-panel .tab-content .tool-button .btn,
  .tools-panel .tools-content-wrapper .tool-button .btn {
    width: 100%
  }
}

.tools-panel .tab-content .merch-detail,
.tools-panel .tools-content-wrapper .merch-detail {
  margin-top: 20px
}

.tools-panel .tab-content .merch-detail>div,
.tools-panel .tools-content-wrapper .merch-detail>div {
  margin-top: 20px
}

@media(min-width: 992px) {

  .tools-panel .tab-content .merch-detail>div,
  .tools-panel .tools-content-wrapper .merch-detail>div {
    margin-top: calc(20px + 6*(100vw - 992px)/448)
  }
}

@media(min-width: 1440px) {

  .tools-panel .tab-content .merch-detail>div,
  .tools-panel .tools-content-wrapper .merch-detail>div {
    margin-top: 26px
  }
}

.tools-panel .tab-content .merch-detail .image,
.tools-panel .tools-content-wrapper .merch-detail .image {
  border-radius: 4px;
  overflow: hidden
}

@media(min-width: 576px) {

  .tools-panel .tab-content .merch-detail .image,
  .tools-panel .tools-content-wrapper .merch-detail .image {
    width: calc(100% - (10px + 20*(100vw - 576px)/864));
    margin-right: calc(10px + 20*(100vw - 576px)/864)
  }
}

@media(min-width: 1440px) {

  .tools-panel .tab-content .merch-detail .image,
  .tools-panel .tools-content-wrapper .merch-detail .image {
    width: calc(100% - 30px);
    margin-right: 30px
  }
}

.tools-panel .tab-content .merch-detail .content,
.tools-panel .tools-content-wrapper .merch-detail .content {
  display: flex;
  flex-wrap: wrap;
  float: left;
  width: 100%
}

.tools-panel .tab-content .merch-detail .content h3,
.tools-panel .tab-content .merch-detail .content .h3,
.tools-panel .tools-content-wrapper .merch-detail .content h3,
.tools-panel .tools-content-wrapper .merch-detail .content .h3 {
  font-weight: 700;
  letter-spacing: .01rem
}

.tools-panel .tab-content .merch-detail .content .price,
.tools-panel .tools-content-wrapper .merch-detail .content .price {
  margin-top: 12px;
  font-size: 19px;
  line-height: 22px;
  letter-spacing: .03rem;
  color: #d64400;
  font-weight: 700
}

.tools-panel .tab-content .merch-detail .content .form-field,
.tools-panel .tools-content-wrapper .merch-detail .content .form-field {
  float: left;
  width: auto;
  margin-top: 22px;
  margin-bottom: 0
}

@media(min-width: 375px) {

  .tools-panel .tab-content .merch-detail .content .form-field,
  .tools-panel .tools-content-wrapper .merch-detail .content .form-field {
    margin-top: calc(22px + 10*(100vw - 375px)/1065)
  }
}

@media(min-width: 1440px) {

  .tools-panel .tab-content .merch-detail .content .form-field,
  .tools-panel .tools-content-wrapper .merch-detail .content .form-field {
    margin-top: 32px
  }
}

.tools-panel .tab-content .merch-detail .content .form-field.w-100 label,
.tools-panel .tab-content .merch-detail .content .form-field.w-100 select,
.tools-panel .tab-content .merch-detail .content .form-field.w-100 .multiple-select,
.tools-panel .tools-content-wrapper .merch-detail .content .form-field.w-100 label,
.tools-panel .tools-content-wrapper .merch-detail .content .form-field.w-100 select,
.tools-panel .tools-content-wrapper .merch-detail .content .form-field.w-100 .multiple-select {
  width: 75%
}

@media(min-width: 992px) {

  .tools-panel .tab-content .merch-detail .content .form-field.w-100 label,
  .tools-panel .tab-content .merch-detail .content .form-field.w-100 select,
  .tools-panel .tab-content .merch-detail .content .form-field.w-100 .multiple-select,
  .tools-panel .tools-content-wrapper .merch-detail .content .form-field.w-100 label,
  .tools-panel .tools-content-wrapper .merch-detail .content .form-field.w-100 select,
  .tools-panel .tools-content-wrapper .merch-detail .content .form-field.w-100 .multiple-select {
    width: 50%
  }
}

.tools-panel .tab-content .merch-detail .content .form-field:has(.quantity) label,
.tools-panel .tools-content-wrapper .merch-detail .content .form-field:has(.quantity) label {
  position: relative;
  left: inherit;
  top: inherit;
  width: 100%;
  padding: 0;
  margin-bottom: 8px;
  font-size: 12px;
  line-height: 20px;
  color: #00182f;
  font-weight: 400;
  letter-spacing: .01rem
}

.tools-panel .tab-content .merch-detail .content .form-field:has(.quantity) .quantity,
.tools-panel .tools-content-wrapper .merch-detail .content .form-field:has(.quantity) .quantity {
  float: left;
  padding: 0
}

.tools-panel .tab-content .merch-detail .content .form-button,
.tools-panel .tools-content-wrapper .merch-detail .content .form-button {
  float: left;
  width: auto;
  margin-top: 27px;
  margin-bottom: 0
}

@media(min-width: 375px) {

  .tools-panel .tab-content .merch-detail .content .form-button,
  .tools-panel .tools-content-wrapper .merch-detail .content .form-button {
    margin-top: calc(27px + 20*(100vw - 375px)/1065)
  }
}

@media(min-width: 1440px) {

  .tools-panel .tab-content .merch-detail .content .form-button,
  .tools-panel .tools-content-wrapper .merch-detail .content .form-button {
    margin-top: 47px
  }
}

.tools-panel .tab-content .merch-detail .content .accordion-description,
.tools-panel .tools-content-wrapper .merch-detail .content .accordion-description {
  float: left;
  width: 100%;
  margin-top: 26px
}

@media(min-width: 375px) {

  .tools-panel .tab-content .merch-detail .content .accordion-description,
  .tools-panel .tools-content-wrapper .merch-detail .content .accordion-description {
    margin-top: calc(26px + 10*(100vw - 375px)/1065)
  }
}

@media(min-width: 1440px) {

  .tools-panel .tab-content .merch-detail .content .accordion-description,
  .tools-panel .tools-content-wrapper .merch-detail .content .accordion-description {
    margin-top: 36px
  }
}

.tools-panel .tab-content .merch-detail .content .accordion-description .accordion-item,
.tools-panel .tools-content-wrapper .merch-detail .content .accordion-description .accordion-item {
  position: relative;
  float: left;
  width: 100%
}

.tools-panel .tab-content .merch-detail .content .accordion-description .accordion-item .accordion-header,
.tools-panel .tools-content-wrapper .merch-detail .content .accordion-description .accordion-item .accordion-header {
  position: relative;
  display: block;
  float: left;
  width: 100%
}

.tools-panel .tab-content .merch-detail .content .accordion-description .accordion-item .accordion-button,
.tools-panel .tools-content-wrapper .merch-detail .content .accordion-description .accordion-item .accordion-button {
  position: relative;
  display: block;
  float: left;
  width: auto;
  padding: 0 24px 0 0;
  font-size: 15px;
  line-height: 20px;
  color: #00182f;
  letter-spacing: .03rem;
  font-weight: 600;
  text-transform: uppercase;
  z-index: 2;
  transition: all .3s ease-out
}

.tools-panel .tab-content .merch-detail .content .accordion-description .accordion-item .accordion-button::after,
.tools-panel .tools-content-wrapper .merch-detail .content .accordion-description .accordion-item .accordion-button::after {
  content: "";
  position: absolute;
  right: 0;
  top: 5px;
  width: 10px;
  height: 10px;
  font-size: 10px;
  line-height: 10px;
  color: #00182f;
  font-family: "icomoon" !important;
  font-weight: bold;
  font-style: normal;
  text-align: center;
  transition: all .3s ease-out
}

.tools-panel .tab-content .merch-detail .content .accordion-description .accordion-item .accordion-button[aria-expanded=true]::after,
.tools-panel .tools-content-wrapper .merch-detail .content .accordion-description .accordion-item .accordion-button[aria-expanded=true]::after {
  content: ""
}

.tools-panel .tab-content .merch-detail .content .accordion-description .accordion-item .accordion-collapse,
.tools-panel .tools-content-wrapper .merch-detail .content .accordion-description .accordion-item .accordion-collapse {
  float: left;
  width: 100%
}

.tools-panel .tab-content .merch-detail .content .accordion-description .accordion-item .accordion-collapse .accordion-body,
.tools-panel .tools-content-wrapper .merch-detail .content .accordion-description .accordion-item .accordion-collapse .accordion-body {
  float: left;
  width: 100%;
  padding: 12px 0 0 0
}

@media(min-width: 375px) {

  .tools-panel .tab-content .merch-detail .content .accordion-description .accordion-item .accordion-collapse .accordion-body,
  .tools-panel .tools-content-wrapper .merch-detail .content .accordion-description .accordion-item .accordion-collapse .accordion-body {
    padding: calc(12px + 6*(100vw - 375px)/1065) 0 0 0
  }
}

@media(min-width: 1440px) {

  .tools-panel .tab-content .merch-detail .content .accordion-description .accordion-item .accordion-collapse .accordion-body,
  .tools-panel .tools-content-wrapper .merch-detail .content .accordion-description .accordion-item .accordion-collapse .accordion-body {
    padding: 18px 0 0 0
  }
}

.tools-panel .tab-content .merch-detail .content .accordion-description .accordion-item .accordion-collapse .accordion-body>*:first-child,
.tools-panel .tools-content-wrapper .merch-detail .content .accordion-description .accordion-item .accordion-collapse .accordion-body>*:first-child {
  margin-top: 0 !important
}

.tools-panel .tab-content .merch-detail .content .accordion-description .accordion-item .accordion-collapse .accordion-body p,
.tools-panel .tools-content-wrapper .merch-detail .content .accordion-description .accordion-item .accordion-collapse .accordion-body p {
  margin-top: 24px
}

@media(min-width: 375px) {

  .tools-panel .tab-content .merch-detail .content .accordion-description .accordion-item .accordion-collapse .accordion-body p,
  .tools-panel .tools-content-wrapper .merch-detail .content .accordion-description .accordion-item .accordion-collapse .accordion-body p {
    margin-top: calc(24px + 4*(100vw - 375px)/1065)
  }
}

@media(min-width: 1440px) {

  .tools-panel .tab-content .merch-detail .content .accordion-description .accordion-item .accordion-collapse .accordion-body p,
  .tools-panel .tools-content-wrapper .merch-detail .content .accordion-description .accordion-item .accordion-collapse .accordion-body p {
    margin-top: 28px
  }
}

.tools-panel .tab-content .merch-detail .content .accordion-description .accordion-item .accordion-collapse .accordion-body p strong,
.tools-panel .tools-content-wrapper .merch-detail .content .accordion-description .accordion-item .accordion-collapse .accordion-body p strong {
  font-weight: 600
}

.tools-panel .tab-content .merch-detail .shop-alert,
.tools-panel .tools-content-wrapper .merch-detail .shop-alert {
  position: relative;
  left: inherit;
  bottom: inherit;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  max-width: 100%;
  margin-top: 30px
}

@media(min-width: 768px) {

  .tools-panel .tab-content .merch-detail .shop-alert,
  .tools-panel .tools-content-wrapper .merch-detail .shop-alert {
    flex-direction: row;
    align-items: center
  }
}

@media(min-width: 992px) {

  .tools-panel .tab-content .merch-detail .shop-alert,
  .tools-panel .tools-content-wrapper .merch-detail .shop-alert {
    margin-top: calc(30px + 10*(100vw - 992px)/448)
  }
}

@media(min-width: 1440px) {

  .tools-panel .tab-content .merch-detail .shop-alert,
  .tools-panel .tools-content-wrapper .merch-detail .shop-alert {
    margin-top: 40px
  }
}

.tools-panel .tab-content .merch-detail .shop-alert .btn-link,
.tools-panel .tools-content-wrapper .merch-detail .shop-alert .btn-link {
  margin-left: 23px;
  margin-top: 8px !important
}

@media(min-width: 768px) {

  .tools-panel .tab-content .merch-detail .shop-alert .btn-link,
  .tools-panel .tools-content-wrapper .merch-detail .shop-alert .btn-link {
    margin-top: 15px;
    margin-top: 0 !important
  }
}

.tools-panel .tab-content .cart-wrapper,
.tools-panel .tools-content-wrapper .cart-wrapper {
  margin-top: 0
}

@media(min-width: 992px) {

  .tools-panel .tab-content .cart-wrapper,
  .tools-panel .tools-content-wrapper .cart-wrapper {
    margin-top: calc(0px + 20*(100vw - 992px)/448)
  }
}

@media(min-width: 1440px) {

  .tools-panel .tab-content .cart-wrapper,
  .tools-panel .tools-content-wrapper .cart-wrapper {
    margin-top: 20px
  }
}

.tools-panel .tab-content .cart-wrapper>div,
.tools-panel .tools-content-wrapper .cart-wrapper>div {
  margin-top: 20px
}

@media(min-width: 992px) {

  .tools-panel .tab-content .cart-wrapper>div,
  .tools-panel .tools-content-wrapper .cart-wrapper>div {
    margin-top: calc(20px + 6*(100vw - 992px)/448)
  }
}

@media(min-width: 1440px) {

  .tools-panel .tab-content .cart-wrapper>div,
  .tools-panel .tools-content-wrapper .cart-wrapper>div {
    margin-top: 26px
  }
}

.tools-panel .tab-content .cart-wrapper .cart-list,
.tools-panel .tools-content-wrapper .cart-wrapper .cart-list {
  position: relative
}

@media(min-width: 576px) {

  .tools-panel .tab-content .cart-wrapper .cart-list,
  .tools-panel .tools-content-wrapper .cart-wrapper .cart-list {
    width: calc(100% - (0px + 35*(100vw - 556px)/864));
    margin-right: calc(0px + 35*(100vw - 556px)/864)
  }
}

@media(min-width: 1440px) {

  .tools-panel .tab-content .cart-wrapper .cart-list,
  .tools-panel .tools-content-wrapper .cart-wrapper .cart-list {
    width: calc(100% - 35px);
    margin-right: 35px
  }
}

.tools-panel .tab-content .cart-wrapper .cart-list::before,
.tools-panel .tools-content-wrapper .cart-wrapper .cart-list::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #edf1f3;
  border-radius: 4px;
  z-index: 1
}

.tools-panel .tab-content .cart-wrapper .cart-list .cart-item,
.tools-panel .tools-content-wrapper .cart-wrapper .cart-list .cart-item {
  position: relative;
  border-bottom: 2px solid #edf1f3;
  z-index: 2
}

.tools-panel .tab-content .cart-wrapper .cart-list .cart-item .cart-product,
.tools-panel .tools-content-wrapper .cart-wrapper .cart-list .cart-item .cart-product {
  display: flex;
  align-items: center;
  padding: 16px
}

@media(max-width: 575.98px) {

  .tools-panel .tab-content .cart-wrapper .cart-list .cart-item .cart-product,
  .tools-panel .tools-content-wrapper .cart-wrapper .cart-list .cart-item .cart-product {
    flex-wrap: wrap;
    padding-bottom: 0
  }
}

@media(min-width: 768px)and (max-width: 991.98px) {

  .tools-panel .tab-content .cart-wrapper .cart-list .cart-item .cart-product,
  .tools-panel .tools-content-wrapper .cart-wrapper .cart-list .cart-item .cart-product {
    flex-wrap: wrap;
    padding-bottom: 0
  }
}

.tools-panel .tab-content .cart-wrapper .cart-list .cart-item .cart-product>div,
.tools-panel .tools-content-wrapper .cart-wrapper .cart-list .cart-item .cart-product>div {
  margin-right: 20px;
  margin-top: 20px
}

@media(max-width: 575.98px) {

  .tools-panel .tab-content .cart-wrapper .cart-list .cart-item .cart-product>div,
  .tools-panel .tools-content-wrapper .cart-wrapper .cart-list .cart-item .cart-product>div {
    margin-top: 0
  }
}

@media(min-width: 768px)and (max-width: 991.98px) {

  .tools-panel .tab-content .cart-wrapper .cart-list .cart-item .cart-product>div,
  .tools-panel .tools-content-wrapper .cart-wrapper .cart-list .cart-item .cart-product>div {
    margin-top: 0
  }
}

@media(min-width: 992px) {

  .tools-panel .tab-content .cart-wrapper .cart-list .cart-item .cart-product>div,
  .tools-panel .tools-content-wrapper .cart-wrapper .cart-list .cart-item .cart-product>div {
    margin-right: calc(20px + 10*(100vw - 992px)/448)
  }
}

@media(min-width: 1440px) {

  .tools-panel .tab-content .cart-wrapper .cart-list .cart-item .cart-product>div,
  .tools-panel .tools-content-wrapper .cart-wrapper .cart-list .cart-item .cart-product>div {
    margin-right: 30px
  }
}

.tools-panel .tab-content .cart-wrapper .cart-list .cart-item .cart-product .product-image,
.tools-panel .tools-content-wrapper .cart-wrapper .cart-list .cart-item .cart-product .product-image {
  width: 81px;
  margin-right: 13px;
  border-radius: 4px;
  flex-shrink: 0;
  overflow: hidden
}

@media(max-width: 575.98px) {

  .tools-panel .tab-content .cart-wrapper .cart-list .cart-item .cart-product .product-image,
  .tools-panel .tools-content-wrapper .cart-wrapper .cart-list .cart-item .cart-product .product-image {
    margin-bottom: 8px
  }
}

@media(min-width: 768px)and (max-width: 991.98px) {

  .tools-panel .tab-content .cart-wrapper .cart-list .cart-item .cart-product .product-image,
  .tools-panel .tools-content-wrapper .cart-wrapper .cart-list .cart-item .cart-product .product-image {
    margin-bottom: 8px
  }
}

@media(min-width: 992px) {

  .tools-panel .tab-content .cart-wrapper .cart-list .cart-item .cart-product .product-image,
  .tools-panel .tools-content-wrapper .cart-wrapper .cart-list .cart-item .cart-product .product-image {
    width: 91px;
    margin-right: 17px
  }
}

.tools-panel .tab-content .cart-wrapper .cart-list .cart-item .cart-product .product-data,
.tools-panel .tools-content-wrapper .cart-wrapper .cart-list .cart-item .cart-product .product-data {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-top: 0
}

@media(max-width: 575.98px) {

  .tools-panel .tab-content .cart-wrapper .cart-list .cart-item .cart-product .product-data,
  .tools-panel .tools-content-wrapper .cart-wrapper .cart-list .cart-item .cart-product .product-data {
    margin-right: 0;
    width: calc(100% - 94px)
  }
}

@media(min-width: 768px)and (max-width: 991.98px) {

  .tools-panel .tab-content .cart-wrapper .cart-list .cart-item .cart-product .product-data,
  .tools-panel .tools-content-wrapper .cart-wrapper .cart-list .cart-item .cart-product .product-data {
    margin-right: 0;
    width: calc(100% - 94px)
  }
}

@media(min-width: 992px) {

  .tools-panel .tab-content .cart-wrapper .cart-list .cart-item .cart-product .product-data,
  .tools-panel .tools-content-wrapper .cart-wrapper .cart-list .cart-item .cart-product .product-data {
    max-width: 194px
  }
}

.tools-panel .tab-content .cart-wrapper .cart-list .cart-item .cart-product .product-data h5,
.tools-panel .tab-content .cart-wrapper .cart-list .cart-item .cart-product .product-data .h5,
.tools-panel .tools-content-wrapper .cart-wrapper .cart-list .cart-item .cart-product .product-data h5,
.tools-panel .tools-content-wrapper .cart-wrapper .cart-list .cart-item .cart-product .product-data .h5 {
  margin-bottom: 4px;
  font-weight: 600
}

@media(min-width: 375px) {

  .tools-panel .tab-content .cart-wrapper .cart-list .cart-item .cart-product .product-data h5,
  .tools-panel .tab-content .cart-wrapper .cart-list .cart-item .cart-product .product-data .h5,
  .tools-panel .tools-content-wrapper .cart-wrapper .cart-list .cart-item .cart-product .product-data h5,
  .tools-panel .tools-content-wrapper .cart-wrapper .cart-list .cart-item .cart-product .product-data .h5 {
    margin-bottom: calc(4px + 4*(100vw - 375px)/1065)
  }
}

@media(min-width: 1440px) {

  .tools-panel .tab-content .cart-wrapper .cart-list .cart-item .cart-product .product-data h5,
  .tools-panel .tab-content .cart-wrapper .cart-list .cart-item .cart-product .product-data .h5,
  .tools-panel .tools-content-wrapper .cart-wrapper .cart-list .cart-item .cart-product .product-data h5,
  .tools-panel .tools-content-wrapper .cart-wrapper .cart-list .cart-item .cart-product .product-data .h5 {
    margin-bottom: 8px
  }
}

.tools-panel .tab-content .cart-wrapper .cart-list .cart-item .cart-product .product-data h5 a,
.tools-panel .tab-content .cart-wrapper .cart-list .cart-item .cart-product .product-data .h5 a,
.tools-panel .tools-content-wrapper .cart-wrapper .cart-list .cart-item .cart-product .product-data h5 a,
.tools-panel .tools-content-wrapper .cart-wrapper .cart-list .cart-item .cart-product .product-data .h5 a {
  display: block;
  float: left;
  width: auto;
  transition: all .3s ease-out
}

@media(min-width: 992px) {

  .tools-panel .tab-content .cart-wrapper .cart-list .cart-item .cart-product .product-data h5 a:hover,
  .tools-panel .tab-content .cart-wrapper .cart-list .cart-item .cart-product .product-data .h5 a:hover,
  .tools-panel .tools-content-wrapper .cart-wrapper .cart-list .cart-item .cart-product .product-data h5 a:hover,
  .tools-panel .tools-content-wrapper .cart-wrapper .cart-list .cart-item .cart-product .product-data .h5 a:hover {
    color: var(--main)
  }
}

.tools-panel .tab-content .cart-wrapper .cart-list .cart-item .cart-product .product-data p,
.tools-panel .tools-content-wrapper .cart-wrapper .cart-list .cart-item .cart-product .product-data p {
  font-size: 12px;
  line-height: 20px;
  color: #5f6061;
  letter-spacing: .03rem;
  font-weight: 500
}

@media(min-width: 375px) {

  .tools-panel .tab-content .cart-wrapper .cart-list .cart-item .cart-product .product-data p,
  .tools-panel .tools-content-wrapper .cart-wrapper .cart-list .cart-item .cart-product .product-data p {
    font-size: calc(12px + 2*(100vw - 375px)/1065);
    line-height: calc(20px + 5*(100vw - 375px)/1065)
  }
}

@media(min-width: 1440px) {

  .tools-panel .tab-content .cart-wrapper .cart-list .cart-item .cart-product .product-data p,
  .tools-panel .tools-content-wrapper .cart-wrapper .cart-list .cart-item .cart-product .product-data p {
    font-size: 14px;
    line-height: 25px
  }
}

.tools-panel .tab-content .cart-wrapper .cart-list .cart-item .cart-product .product-quantity,
.tools-panel .tools-content-wrapper .cart-wrapper .cart-list .cart-item .cart-product .product-quantity {
  display: flex;
  flex-direction: column;
  width: auto;
  margin-bottom: 0
}

.tools-panel .tab-content .cart-wrapper .cart-list .cart-item .cart-product .product-quantity label,
.tools-panel .tools-content-wrapper .cart-wrapper .cart-list .cart-item .cart-product .product-quantity label {
  padding: 0;
  font-size: 11px;
  line-height: 20px;
  color: #00182f;
  letter-spacing: .01rem;
  font-weight: 400
}

@media(min-width: 375px) {

  .tools-panel .tab-content .cart-wrapper .cart-list .cart-item .cart-product .product-quantity label,
  .tools-panel .tools-content-wrapper .cart-wrapper .cart-list .cart-item .cart-product .product-quantity label {
    font-size: calc(11px + 1*(100vw - 375px)/1065)
  }
}

@media(min-width: 1440px) {

  .tools-panel .tab-content .cart-wrapper .cart-list .cart-item .cart-product .product-quantity label,
  .tools-panel .tools-content-wrapper .cart-wrapper .cart-list .cart-item .cart-product .product-quantity label {
    font-size: 12px
  }
}

.tools-panel .tab-content .cart-wrapper .cart-list .cart-item .cart-product .product-quantity .quantity,
.tools-panel .tools-content-wrapper .cart-wrapper .cart-list .cart-item .cart-product .product-quantity .quantity {
  float: left;
  padding: 28px 0
}

.tools-panel .tab-content .cart-wrapper .cart-list .cart-item .cart-product .product-price,
.tools-panel .tools-content-wrapper .cart-wrapper .cart-list .cart-item .cart-product .product-price {
  width: 100%;
  max-width: 84px
}

.tools-panel .tab-content .cart-wrapper .cart-list .cart-item .cart-product .product-price p,
.tools-panel .tools-content-wrapper .cart-wrapper .cart-list .cart-item .cart-product .product-price p {
  font-size: 19px;
  line-height: 22px;
  color: #d64400;
  letter-spacing: .03rem;
  font-weight: 700
}

.tools-panel .tab-content .cart-wrapper .cart-list .cart-item .cart-product .btn-remove,
.tools-panel .tools-content-wrapper .cart-wrapper .cart-list .cart-item .cart-product .btn-remove {
  position: relative;
  width: 35px;
  height: 35px;
  margin-left: auto;
  margin-top: 20px;
  border-radius: 50%;
  border: 0 none;
  background-color: rgba(0, 0, 0, 0);
  flex-shrink: 0
}

@media(max-width: 575.98px) {

  .tools-panel .tab-content .cart-wrapper .cart-list .cart-item .cart-product .btn-remove,
  .tools-panel .tools-content-wrapper .cart-wrapper .cart-list .cart-item .cart-product .btn-remove {
    margin-top: 0
  }
}

@media(min-width: 768px)and (max-width: 991.98px) {

  .tools-panel .tab-content .cart-wrapper .cart-list .cart-item .cart-product .btn-remove,
  .tools-panel .tools-content-wrapper .cart-wrapper .cart-list .cart-item .cart-product .btn-remove {
    margin-top: 0
  }
}

.tools-panel .tab-content .cart-wrapper .cart-list .cart-item .cart-product .btn-remove::before,
.tools-panel .tools-content-wrapper .cart-wrapper .cart-list .cart-item .cart-product .btn-remove::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 100%;
  border: 1px solid #6a6a6a;
  border-radius: 50%;
  opacity: .2;
  transform: translate(-50%, -50%);
  transition: all .3s ease-out
}

.tools-panel .tab-content .cart-wrapper .cart-list .cart-item .cart-product .btn-remove i,
.tools-panel .tools-content-wrapper .cart-wrapper .cart-list .cart-item .cart-product .btn-remove i {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 14px;
  height: 14px;
  font-size: 14px;
  line-height: 14px;
  color: #6a6a6a;
  margin-top: -1px;
  transform: translate(-50%, -50%);
  transition: all .3s ease-out
}

@media(min-width: 992px) {

  .tools-panel .tab-content .cart-wrapper .cart-list .cart-item .cart-product .btn-remove:hover::before,
  .tools-panel .tools-content-wrapper .cart-wrapper .cart-list .cart-item .cart-product .btn-remove:hover::before {
    opacity: 1
  }
}

.tools-panel .tab-content .cart-wrapper .cart-side,
.tools-panel .tools-content-wrapper .cart-wrapper .cart-side {
  display: block;
  float: left;
  width: 100%;
  padding-top: 8px
}

@media(min-width: 576px) {

  .tools-panel .tab-content .cart-wrapper .cart-side,
  .tools-panel .tools-content-wrapper .cart-wrapper .cart-side {
    padding-top: calc(8px + 14*(100vw - 556px)/864)
  }
}

@media(min-width: 1440px) {

  .tools-panel .tab-content .cart-wrapper .cart-side,
  .tools-panel .tools-content-wrapper .cart-wrapper .cart-side {
    padding-top: 22px
  }
}

.tools-panel .tab-content .cart-wrapper .cart-side>div,
.tools-panel .tools-content-wrapper .cart-wrapper .cart-side>div {
  position: relative;
  display: flex;
  justify-content: space-between;
  float: left;
  width: 100%;
  padding: 20px
}

.tools-panel .tab-content .cart-wrapper .cart-side>div p,
.tools-panel .tools-content-wrapper .cart-wrapper .cart-side>div p {
  padding-right: 15px;
  text-align: left
}

.tools-panel .tab-content .cart-wrapper .cart-side>div p.price,
.tools-panel .tools-content-wrapper .cart-wrapper .cart-side>div p.price {
  padding-left: 15px;
  padding-right: 0;
  text-align: right
}

.tools-panel .tab-content .cart-wrapper .cart-side>div.subtotal,
.tools-panel .tools-content-wrapper .cart-wrapper .cart-side>div.subtotal {
  padding-top: 15px;
  padding-bottom: 16px
}

.tools-panel .tab-content .cart-wrapper .cart-side>div.subtotal::after,
.tools-panel .tools-content-wrapper .cart-wrapper .cart-side>div.subtotal::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #edf1f3
}

.tools-panel .tab-content .cart-wrapper .cart-side>div.subtotal p,
.tools-panel .tools-content-wrapper .cart-wrapper .cart-side>div.subtotal p {
  font-size: 15px;
  line-height: 22px;
  color: #00182f;
  font-weight: 600;
  letter-spacing: .02rem
}

.tools-panel .tab-content .cart-wrapper .cart-side>div.subtotal p.price,
.tools-panel .tools-content-wrapper .cart-wrapper .cart-side>div.subtotal p.price {
  font-weight: 400
}

.tools-panel .tab-content .cart-wrapper .cart-side>div.total p,
.tools-panel .tools-content-wrapper .cart-wrapper .cart-side>div.total p {
  font-size: 19px;
  line-height: 22px;
  color: #00182f;
  font-weight: 600;
  letter-spacing: .02rem
}

.tools-panel .tab-content .cart-wrapper .cart-side>div.total p.price,
.tools-panel .tools-content-wrapper .cart-wrapper .cart-side>div.total p.price {
  color: #d64400;
  font-weight: 700
}

.tools-panel .tab-content .cart-wrapper .cart-side .btn,
.tools-panel .tools-content-wrapper .cart-wrapper .cart-side .btn {
  width: 100%
}

.tools-panel .tab-content .cart-wrapper .cart-side p.note,
.tools-panel .tools-content-wrapper .cart-wrapper .cart-side p.note {
  margin-top: 10px;
  font-size: 12px;
  line-height: 20px;
  color: #5f6061;
  font-weight: 500;
  letter-spacing: .02rem;
  text-align: center
}

@media(min-width: 375px) {

  .tools-panel .tab-content .cart-wrapper .cart-side p.note,
  .tools-panel .tools-content-wrapper .cart-wrapper .cart-side p.note {
    margin-top: calc(10px + 4*(100vw - 375px)/1065);
    font-size: calc(12px + 1*(100vw - 375px)/1065);
    line-height: calc(20px + 2*(100vw - 375px)/1065)
  }
}

@media(min-width: 1440px) {

  .tools-panel .tab-content .cart-wrapper .cart-side p.note,
  .tools-panel .tools-content-wrapper .cart-wrapper .cart-side p.note {
    margin-top: 14px;
    font-size: 13px;
    line-height: 22px
  }
}

.tools-panel:has(.teaser-section-list) {
  padding-bottom: 0
}

.tools-panel:has(.teaser-section-list)::after {
  content: none
}

@media(min-width: 992px) {
  .tools-panel:has(.teaser-section-list) {
    margin-bottom: 142px;
    padding-left: calc(20px + 28*(100vw - 992px)/448);
    padding-right: calc(20px + 28*(100vw - 992px)/448)
  }
}

@media(min-width: 1440px) {
  .tools-panel:has(.teaser-section-list) {
    padding-left: 48px;
    padding-right: 48px
  }
}

.tools-panel.accomodation {
  padding: 0 18px 24px 18px
}

@media(min-width: 992px) {
  .tools-panel.accomodation {
    padding: 0 calc(18px + 40*(100vw - 992px)/448) calc(24px + 6*(100vw - 992px)/448) calc(18px + 40*(100vw - 992px)/448)
  }
}

@media(min-width: 1440px) {
  .tools-panel.accomodation {
    padding: 0 58px 30px 58px
  }
}

.tools-panel.accomodation .tools-content .row {
  align-items: flex-end;
  width: 100%;
  padding: 0
}

.tools-panel.accomodation .tools-content .row>div {
  margin-bottom: 20px
}

@media(min-width: 375px) {
  .tools-panel.accomodation .tools-content .row>div {
    margin-bottom: calc(20px + 10*(100vw - 375px)/1065)
  }
}

@media(min-width: 1440px) {
  .tools-panel.accomodation .tools-content .row>div {
    margin-bottom: 30px
  }
}

.tools-panel.accomodation .tools-content .row>div fieldset {
  width: 100%;
  padding: 0
}

.tools-panel.accomodation .tools-content .row>div fieldset.location .dropdown-menu {
  width: 100%
}

.tools-panel.accomodation .tools-content .row>div fieldset.people .dropdown-menu {
  left: 0 !important
}

@media(max-width: 991.98px) {
  .tools-panel.accomodation .tools-content .row.justify-content-center>div.text-center {
    display: flex;
    justify-content: center
  }
}

.tools-panel.accomodation .tools-content .filter-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%
}

.tools-panel.accomodation .tools-content .filter-wrapper .filter-select {
  max-width: 190px
}

@media(max-width: 991.98px) {
  .tools-panel.accomodation .tools-content .filter-wrapper.justify-content-center .btn-filter {
    margin-right: 0
  }
}

.tools-panel .shop-cart {
  position: absolute;
  right: 16px;
  top: 16px;
  width: 58px;
  height: 58px;
  overflow: hidden
}

@media(max-width: 991.98px) {
  .tools-panel .shop-cart {
    z-index: 3
  }
}

@media(min-width: 992px) {
  .tools-panel .shop-cart {
    right: 0;
    top: 0;
    width: 114px;
    height: 114px
  }
}

.tools-panel .shop-cart a {
  position: relative;
  display: block;
  float: left;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #edf1f3
}

@media(min-width: 992px) {
  .tools-panel .shop-cart a {
    border-radius: 0 4px 0 0
  }
}

.tools-panel .shop-cart a:focus-visible {
  outline: 2px solid #00182f !important;
  box-shadow: 0 0 0 2px #fff !important
}

.tools-panel .shop-cart a i {
  position: absolute;
  right: 50%;
  top: 50%;
  width: 23px;
  height: 23px;
  font-size: 23px;
  line-height: 23px;
  color: #d64400;
  z-index: 1;
  transform: translate(50%, -50%)
}

@media(min-width: 992px) {
  .tools-panel .shop-cart a i {
    right: 26px;
    top: 20px;
    transform: translate(0, 0)
  }
}

.tools-panel .shop-cart a .qty {
  position: absolute;
  top: 8px;
  right: 8px;
  display: block;
  float: left;
  width: 21px;
  height: 21px;
  border-radius: 50%;
  font-size: 13px;
  line-height: 21px;
  color: #00182f;
  font-weight: 600;
  letter-spacing: .02rem;
  text-align: center;
  background-color: #fff;
  filter: drop-shadow(0px 2px 8px rgba(0, 0, 0, 0.16));
  z-index: 2
}

@media(min-width: 992px) {
  .tools-panel .shop-cart a .qty {
    top: 15px;
    right: 10px
  }
}

.filter-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%
}

@media(max-width: 991.98px) {
  .filter-wrapper.v-sm {
    flex-direction: column
  }

  .filter-wrapper.v-sm .filter-select,
  .filter-wrapper.v-sm .filter-search {
    max-width: 100% !important;
    margin-bottom: 20px
  }

  .filter-wrapper.v-sm .filter-select:last-child,
  .filter-wrapper.v-sm .filter-search:last-child {
    margin-bottom: 0
  }
}

.filter-wrapper .filter-select {
  width: 100%;
  max-width: 304px;
  margin-right: 16px
}

.filter-wrapper .filter-select.short {
  max-width: 192px
}

.filter-wrapper .filter-select.medium {
  max-width: 250px
}

.filter-wrapper .filter-switch {
  margin-right: 22px
}

.filter-wrapper .filter-switch.form-switch {
  position: relative;
  padding: 10px 0 10px 42px
}

.filter-wrapper .filter-switch.form-switch .form-check-label {
  position: relative;
  float: left;
  width: auto;
  min-height: 32px;
  margin: 0;
  padding-right: 12px;
  font-size: 14px;
  line-height: 16px;
  color: #00182f;
  font-weight: 500;
  text-align: left;
  letter-spacing: .03rem;
  cursor: pointer
}

.filter-wrapper .filter-switch.form-switch .form-check-label::before {
  content: "";
  position: absolute;
  left: -40px;
  top: 0;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background-color: #fff;
  transition: all .3s ease-out;
  z-index: 1
}

.filter-wrapper .btn-filter {
  margin-right: 24px
}

@media(min-width: 375px) {
  .filter-wrapper .btn-filter {
    margin-right: calc(24px + 20*(100vw - 375px)/1065)
  }
}

@media(min-width: 1440px) {
  .filter-wrapper .btn-filter {
    margin-right: 44px
  }
}

.filter-wrapper .filter-search {
  position: relative;
  float: left;
  width: 100%
}

.filter-wrapper .filter-search input {
  position: relative;
  height: 40px;
  padding: 9px 40px 9px 18px;
  border-radius: 4px !important;
  border: 1px solid rgba(0, 0, 0, .2);
  font-size: 16px;
  line-height: 20px;
  color: #00182f;
  font-weight: 500;
  letter-spacing: .03rem;
  background-color: #fff;
  z-index: 1
}

@media(min-width: 992px) {
  .filter-wrapper .filter-search input {
    padding: 9px calc(40px + 20*(100vw - 992px)/448) 9px 18px
  }
}

@media(min-width: 1440px) {
  .filter-wrapper .filter-search input {
    padding: 9px 60px 9px 18px
  }
}

.filter-wrapper .filter-search input::placeholder {
  font-size: 15px;
  color: #5f6061
}

.filter-wrapper .filter-search input::-webkit-input-placeholder {
  font-size: 15px;
  color: #5f6061
}

.filter-wrapper .filter-search input:-moz-placeholder {
  font-size: 15px;
  color: #5f6061
}

.filter-wrapper .filter-search input::-moz-placeholder {
  font-size: 15px;
  color: #5f6061
}

.filter-wrapper .filter-search input:-ms-input-placeholder {
  font-size: 15px;
  color: #5f6061
}

.filter-wrapper .filter-search input:focus {
  border-color: rgba(0, 0, 0, 0)
}

.filter-wrapper .filter-search button {
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 40px;
  border: 0 none;
  border-radius: 0;
  background-color: rgba(0, 0, 0, 0);
  z-index: 2
}

@media(min-width: 992px) {
  .filter-wrapper .filter-search button {
    width: calc(40px + 20*(100vw - 992px)/448)
  }
}

@media(min-width: 1440px) {
  .filter-wrapper .filter-search button {
    width: 60px
  }
}

.filter-wrapper .filter-search button i {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 16px;
  height: 16px;
  font-size: 16px;
  line-height: 16px;
  color: #00182f;
  transform: translate(-50%, -50%);
  transition: all .3s ease-out
}

@media(min-width: 992px) {
  .filter-wrapper .filter-search button:hover i {
    color: var(--main)
  }
}

.filter-wrapper .filter-search.right {
  max-width: 270px;
  margin-left: auto
}

.filter-wrapper.teaser-filter {
  flex-direction: column;
  float: left;
  width: 100%;
  margin-top: 26px;
  padding: 0 8px
}

@media(min-width: 375px) {
  .filter-wrapper.teaser-filter {
    margin-top: calc(26px + 8*(100vw - 375px)/1065)
  }
}

@media(min-width: 1440px) {
  .filter-wrapper.teaser-filter {
    margin-top: 34px
  }
}

.filter-wrapper.teaser-filter fieldset {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 12px
}

.filter-wrapper.teaser-filter fieldset .filter-select {
  width: 100%;
  margin: 0 0 16px 0
}

@media(max-width: 991.98px) {
  .filter-wrapper.teaser-filter fieldset .filter-select {
    max-width: 100%
  }
}

@media(min-width: 992px) {
  .filter-wrapper.teaser-filter fieldset .filter-select {
    max-width: 192px;
    margin: 0 8px 16px 8px
  }
}

.filter-switch {
  position: relative;
  float: left
}

.filter-switch.form-switch .form-check-input {
  position: absolute;
  left: 0;
  top: 8px;
  width: 32px;
  height: 21px;
  margin: 0;
  border: 0 none;
  border-radius: 21px !important;
  background-color: rgba(0, 24, 47, .5);
  background-image: none;
  transition: background-color .3s
}

.filter-switch.form-switch .form-check-input:checked {
  background-color: var(--main)
}

.filter-switch.form-switch .form-check-input:checked+.form-check-label::before {
  left: -29px
}

.filter-switch.form-switch.table {
  position: relative;
  padding: 10px 0 10px 42px;
  margin-top: 20px;
  margin-bottom: 0
}

@media(min-width: 375px) {
  .filter-switch.form-switch.table {
    margin-top: calc(20px + 10*(100vw - 375px)/1065)
  }
}

@media(min-width: 1440px) {
  .filter-switch.form-switch.table {
    margin-top: 30px
  }
}

.filter-switch.form-switch.table fieldset {
  display: flex;
  align-items: center
}

.filter-switch.form-switch.table .form-check-label {
  position: relative;
  width: auto;
  margin: 0;
  padding: 0;
  font-size: 14px;
  line-height: 17px;
  color: #00182f;
  font-weight: 500;
  text-align: left;
  letter-spacing: .03rem;
  cursor: pointer
}

.filter-switch.form-switch.table .form-check-label::before {
  content: "";
  position: absolute;
  left: -40px;
  top: 0;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background-color: #fff;
  transition: all .3s ease-out;
  z-index: 1
}

.filter-switch.form-switch.table .form-check-input:checked+.form-check-label::before {
  left: -29px
}

.ms-drop ul>li.hide-radio.selected {
  background-color: #e8edf2 !important
}

.accomodation-top {
  align-items: center;
  position: relative;
  z-index: 1 !important
}

.accomodation-top .btn {
  width: auto;
  float: right
}

.accomodation-top .btn.w-auto {
  min-width: 1px;
  background-color: rgba(0, 0, 0, 0);
  color: #00182f
}

.accomodation-top .btn.w-auto i:before {
  color: #00182f
}

@media(max-width: 767.98px) {
  .accomodation-top * {
    font-size: 13px
  }
}

.accomodation-top .results,
.tools-panel .results,
.search-head .results {
  font-size: 16px;
  line-height: 22px;
  color: #00182f !important;
  font-weight: 600;
  letter-spacing: .01rem
}

@media(min-width: 375px) {

  .accomodation-top .results,
  .tools-panel .results,
  .search-head .results {
    font-size: calc(16px + 2*(100vw - 375px)/1065);
    line-height: calc(22px + 2*(100vw - 375px)/1065)
  }
}

@media(min-width: 1440px) {

  .accomodation-top .results,
  .tools-panel .results,
  .search-head .results {
    font-size: 18px;
    line-height: 24px
  }
}

.tools-panel .dropdown .dropdown-toggle,
.calculator-wrapper .dropdown .dropdown-toggle {
  position: relative;
  display: block;
  float: left;
  width: 100%;
  padding: 13px 36px 13px 12px;
  border-radius: 3px;
  border: 2px solid #e8edf2;
  font-size: 15px;
  line-height: 20px;
  color: #00182f;
  font-weight: 500;
  letter-spacing: .03rem;
  text-align: left;
  background-color: #e8edf2;
  transition: all .3s ease-out
}

.tools-panel .dropdown .dropdown-toggle::after,
.calculator-wrapper .dropdown .dropdown-toggle::after {
  content: none
}

.tools-panel .dropdown .dropdown-toggle::before,
.calculator-wrapper .dropdown .dropdown-toggle::before {
  content: "";
  position: absolute;
  right: 12px;
  top: 50%;
  display: block;
  width: 12px;
  height: 12px;
  font-size: 12px;
  line-height: 12px;
  color: #00182f;
  font-family: "icomoon" !important;
  font-weight: normal;
  font-style: normal;
  text-align: center;
  transform: translateY(-50%);
  transition: all .3s ease-out
}

@media(min-width: 375px) {

  .tools-panel .dropdown .dropdown-toggle,
  .calculator-wrapper .dropdown .dropdown-toggle {
    padding: calc(13px + 3*(100vw - 375px)/1065) 36px calc(13px + 3*(100vw - 375px)/1065) 12px;
    line-height: calc(20px + 1*(100vw - 375px)/1065)
  }
}

@media(min-width: 1440px) {

  .tools-panel .dropdown .dropdown-toggle,
  .calculator-wrapper .dropdown .dropdown-toggle {
    padding: 16px 36px 16px 12px;
    line-height: 21px
  }
}

.tools-panel .dropdown .dropdown-toggle[aria-expanded=true],
.calculator-wrapper .dropdown .dropdown-toggle[aria-expanded=true] {
  border: 2px solid #edf1f3;
  background-color: #fff
}

.tools-panel .dropdown .dropdown-toggle[aria-expanded=true]::before,
.calculator-wrapper .dropdown .dropdown-toggle[aria-expanded=true]::before {
  content: "";
  font-size: 11px;
  font-weight: bold
}

.tools-panel .dropdown .dropdown-menu,
.calculator-wrapper .dropdown .dropdown-menu {
  top: calc(100% + 8px) !important;
  bottom: inherit !important;
  border: 2px solid #edf1f3;
  border-radius: 4px;
  background-color: #fff
}

@media(min-width: 768px) {

  .tools-panel .dropdown .dropdown-menu,
  .calculator-wrapper .dropdown .dropdown-menu {
    top: calc(87px + 5*(100vw - 768px)/672) !important
  }
}

@media(min-width: 1440px) {

  .tools-panel .dropdown .dropdown-menu,
  .calculator-wrapper .dropdown .dropdown-menu {
    top: 92px !important
  }
}

.tools-panel .dropdown .dropdown-menu .dropdown-button,
.calculator-wrapper .dropdown .dropdown-menu .dropdown-button {
  display: flex;
  align-items: center;
  justify-content: center;
  float: left;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 22px;
  text-align: center;
  font-size: 0
}

@media(min-width: 768px) {

  .tools-panel .dropdown.location,
  .calculator-wrapper .dropdown.location {
    position: static !important
  }
}

.tools-panel .dropdown.location .dropdown-menu,
.calculator-wrapper .dropdown.location .dropdown-menu {
  left: 50% !important;
  width: 100%;
  padding: 14px 0;
  transform: translate3d(-50%, 0, 0) !important
}

@media(min-width: 375px) {

  .tools-panel .dropdown.location .dropdown-menu,
  .calculator-wrapper .dropdown.location .dropdown-menu {
    padding: calc(14px + 2*(100vw - 375px)/1065) 0
  }
}

@media(min-width: 768px) {

  .tools-panel .dropdown.location .dropdown-menu,
  .calculator-wrapper .dropdown.location .dropdown-menu {
    padding: 16px 0
  }
}

@media(min-width: 992px) {

  .tools-panel .dropdown.location .dropdown-menu,
  .calculator-wrapper .dropdown.location .dropdown-menu {
    width: calc(100% + 0px + 140*(100vw - 992px)/448)
  }
}

@media(min-width: 1440px) {

  .tools-panel .dropdown.location .dropdown-menu,
  .calculator-wrapper .dropdown.location .dropdown-menu {
    width: calc(100% + 140px);
    padding: 16px 0
  }
}

.tools-panel .dropdown.location .dropdown-menu ul,
.calculator-wrapper .dropdown.location .dropdown-menu ul {
  position: relative;
  display: flex;
  flex-wrap: wrap
}

.tools-panel .dropdown.location .dropdown-menu ul::after,
.calculator-wrapper .dropdown.location .dropdown-menu ul::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 5px;
  background-color: #fff;
  z-index: 2
}

.tools-panel .dropdown.location .dropdown-menu ul li,
.calculator-wrapper .dropdown.location .dropdown-menu ul li {
  position: relative;
  width: 100%;
  padding: 6px 13px
}

@media(min-width: 375px) {

  .tools-panel .dropdown.location .dropdown-menu ul li,
  .calculator-wrapper .dropdown.location .dropdown-menu ul li {
    padding: calc(6px + 4*(100vw - 375px)/1065) 13px
  }
}

@media(min-width: 576px) {

  .tools-panel .dropdown.location .dropdown-menu ul li,
  .calculator-wrapper .dropdown.location .dropdown-menu ul li {
    width: 50%
  }
}

@media(min-width: 1440px) {

  .tools-panel .dropdown.location .dropdown-menu ul li,
  .calculator-wrapper .dropdown.location .dropdown-menu ul li {
    padding: 10px 13px
  }
}

.tools-panel .dropdown.location .dropdown-menu ul li::after,
.calculator-wrapper .dropdown.location .dropdown-menu ul li::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: rgba(189, 186, 202, .2)
}

.tools-panel .dropdown.location .dropdown-menu ul li [type=checkbox]:checked,
.tools-panel .dropdown.location .dropdown-menu ul li [type=checkbox]:not(:checked),
.tools-panel .dropdown.location .dropdown-menu ul li [type=radio]:checked,
.tools-panel .dropdown.location .dropdown-menu ul li [type=radio]:not(:checked),
.calculator-wrapper .dropdown.location .dropdown-menu ul li [type=checkbox]:checked,
.calculator-wrapper .dropdown.location .dropdown-menu ul li [type=checkbox]:not(:checked),
.calculator-wrapper .dropdown.location .dropdown-menu ul li [type=radio]:checked,
.calculator-wrapper .dropdown.location .dropdown-menu ul li [type=radio]:not(:checked) {
  position: absolute;
  left: 13px;
  top: 10px;
  width: calc(100% - 26px);
  height: calc(100% - 20px);
  padding: 0;
  border: 0 none;
  background-color: rgba(0, 0, 0, 0);
  z-index: 1
}

@media(min-width: 375px) {

  .tools-panel .dropdown.location .dropdown-menu ul li [type=checkbox]:checked,
  .tools-panel .dropdown.location .dropdown-menu ul li [type=checkbox]:not(:checked),
  .tools-panel .dropdown.location .dropdown-menu ul li [type=radio]:checked,
  .tools-panel .dropdown.location .dropdown-menu ul li [type=radio]:not(:checked),
  .calculator-wrapper .dropdown.location .dropdown-menu ul li [type=checkbox]:checked,
  .calculator-wrapper .dropdown.location .dropdown-menu ul li [type=checkbox]:not(:checked),
  .calculator-wrapper .dropdown.location .dropdown-menu ul li [type=radio]:checked,
  .calculator-wrapper .dropdown.location .dropdown-menu ul li [type=radio]:not(:checked) {
    top: calc(6px + 4*(100vw - 375px)/1065);
    height: calc(100% - (12px + 8*(100vw - 375px)/1065))
  }
}

@media(min-width: 1440px) {

  .tools-panel .dropdown.location .dropdown-menu ul li [type=checkbox]:checked,
  .tools-panel .dropdown.location .dropdown-menu ul li [type=checkbox]:not(:checked),
  .tools-panel .dropdown.location .dropdown-menu ul li [type=radio]:checked,
  .tools-panel .dropdown.location .dropdown-menu ul li [type=radio]:not(:checked),
  .calculator-wrapper .dropdown.location .dropdown-menu ul li [type=checkbox]:checked,
  .calculator-wrapper .dropdown.location .dropdown-menu ul li [type=checkbox]:not(:checked),
  .calculator-wrapper .dropdown.location .dropdown-menu ul li [type=radio]:checked,
  .calculator-wrapper .dropdown.location .dropdown-menu ul li [type=radio]:not(:checked) {
    top: 10px;
    height: calc(100% - 20px)
  }
}

.tools-panel .dropdown.location .dropdown-menu ul li [type=checkbox]:checked+label,
.tools-panel .dropdown.location .dropdown-menu ul li [type=checkbox]:not(:checked)+label,
.tools-panel .dropdown.location .dropdown-menu ul li [type=radio]:checked+label,
.tools-panel .dropdown.location .dropdown-menu ul li [type=radio]:not(:checked)+label,
.calculator-wrapper .dropdown.location .dropdown-menu ul li [type=checkbox]:checked+label,
.calculator-wrapper .dropdown.location .dropdown-menu ul li [type=checkbox]:not(:checked)+label,
.calculator-wrapper .dropdown.location .dropdown-menu ul li [type=radio]:checked+label,
.calculator-wrapper .dropdown.location .dropdown-menu ul li [type=radio]:not(:checked)+label {
  position: relative;
  display: block;
  float: left;
  width: 100%;
  padding: 5px 10px;
  font-size: 15px;
  line-height: 20px;
  font-weight: 500;
  color: #00182f;
  cursor: pointer;
  transition: all .3s ease-out;
  z-index: 2
}

@media(min-width: 375px) {

  .tools-panel .dropdown.location .dropdown-menu ul li [type=checkbox]:checked+label,
  .tools-panel .dropdown.location .dropdown-menu ul li [type=checkbox]:not(:checked)+label,
  .tools-panel .dropdown.location .dropdown-menu ul li [type=radio]:checked+label,
  .tools-panel .dropdown.location .dropdown-menu ul li [type=radio]:not(:checked)+label,
  .calculator-wrapper .dropdown.location .dropdown-menu ul li [type=checkbox]:checked+label,
  .calculator-wrapper .dropdown.location .dropdown-menu ul li [type=checkbox]:not(:checked)+label,
  .calculator-wrapper .dropdown.location .dropdown-menu ul li [type=radio]:checked+label,
  .calculator-wrapper .dropdown.location .dropdown-menu ul li [type=radio]:not(:checked)+label {
    padding: 5px calc(10px + 20*(100vw - 375px)/1065);
    font-size: calc(15px + 1*(100vw - 375px)/1065);
    line-height: calc(20px + 2*(100vw - 375px)/1065)
  }
}

@media(min-width: 1440px) {

  .tools-panel .dropdown.location .dropdown-menu ul li [type=checkbox]:checked+label,
  .tools-panel .dropdown.location .dropdown-menu ul li [type=checkbox]:not(:checked)+label,
  .tools-panel .dropdown.location .dropdown-menu ul li [type=radio]:checked+label,
  .tools-panel .dropdown.location .dropdown-menu ul li [type=radio]:not(:checked)+label,
  .calculator-wrapper .dropdown.location .dropdown-menu ul li [type=checkbox]:checked+label,
  .calculator-wrapper .dropdown.location .dropdown-menu ul li [type=checkbox]:not(:checked)+label,
  .calculator-wrapper .dropdown.location .dropdown-menu ul li [type=radio]:checked+label,
  .calculator-wrapper .dropdown.location .dropdown-menu ul li [type=radio]:not(:checked)+label {
    padding: 5px 30px;
    font-size: 16px;
    line-height: 22px
  }
}

@media(min-width: 992px) {

  .tools-panel .dropdown.location .dropdown-menu ul li [type=checkbox]:checked+label:hover,
  .tools-panel .dropdown.location .dropdown-menu ul li [type=checkbox]:not(:checked)+label:hover,
  .tools-panel .dropdown.location .dropdown-menu ul li [type=radio]:checked+label:hover,
  .tools-panel .dropdown.location .dropdown-menu ul li [type=radio]:not(:checked)+label:hover,
  .calculator-wrapper .dropdown.location .dropdown-menu ul li [type=checkbox]:checked+label:hover,
  .calculator-wrapper .dropdown.location .dropdown-menu ul li [type=checkbox]:not(:checked)+label:hover,
  .calculator-wrapper .dropdown.location .dropdown-menu ul li [type=radio]:checked+label:hover,
  .calculator-wrapper .dropdown.location .dropdown-menu ul li [type=radio]:not(:checked)+label:hover {
    color: var(--main)
  }
}

.tools-panel .dropdown.location .dropdown-menu ul li [type=radio]:checked+label,
.calculator-wrapper .dropdown.location .dropdown-menu ul li [type=radio]:checked+label {
  color: var(--main)
}

.tools-panel .dropdown.location .dropdown-menu ul li .valley-checkbox,
.calculator-wrapper .dropdown.location .dropdown-menu ul li .valley-checkbox {
  width: 21px !important;
  height: 21px !important;
  visibility: visible;
  display: block;
  border: 1px solid !important;
  border-radius: 4px !important;
  margin-top: 5px
}

.tools-panel .dropdown.location .dropdown-menu ul li .valley-checkbox:checked:before,
.calculator-wrapper .dropdown.location .dropdown-menu ul li .valley-checkbox:checked:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 21px;
  height: 21px;
  font-size: 11px;
  line-height: 21px;
  color: #fff;
  font-family: "icomoon" !important;
  font-weight: normal;
  font-style: normal;
  text-align: center;
  background-color: #000;
  border-radius: 4px
}

.tools-panel .dropdown.location .dropdown-menu ul li.all,
.calculator-wrapper .dropdown.location .dropdown-menu ul li.all {
  width: 100%;
  padding: 0 13px
}

.tools-panel .dropdown.location .dropdown-menu ul li.all::after,
.calculator-wrapper .dropdown.location .dropdown-menu ul li.all::after {
  content: none
}

.tools-panel .dropdown.location .dropdown-menu ul li.all [type=checkbox]:checked,
.tools-panel .dropdown.location .dropdown-menu ul li.all [type=checkbox]:not(:checked),
.tools-panel .dropdown.location .dropdown-menu ul li.all [type=radio]:checked,
.tools-panel .dropdown.location .dropdown-menu ul li.all [type=radio]:not(:checked),
.calculator-wrapper .dropdown.location .dropdown-menu ul li.all [type=checkbox]:checked,
.calculator-wrapper .dropdown.location .dropdown-menu ul li.all [type=checkbox]:not(:checked),
.calculator-wrapper .dropdown.location .dropdown-menu ul li.all [type=radio]:checked,
.calculator-wrapper .dropdown.location .dropdown-menu ul li.all [type=radio]:not(:checked) {
  left: 13px;
  top: 10px;
  width: calc(100% - 26px);
  height: calc(100% - 20px)
}

.tools-panel .dropdown.location .dropdown-menu ul li.all [type=checkbox]:checked+label,
.tools-panel .dropdown.location .dropdown-menu ul li.all [type=checkbox]:not(:checked)+label,
.tools-panel .dropdown.location .dropdown-menu ul li.all [type=radio]:checked+label,
.tools-panel .dropdown.location .dropdown-menu ul li.all [type=radio]:not(:checked)+label,
.calculator-wrapper .dropdown.location .dropdown-menu ul li.all [type=checkbox]:checked+label,
.calculator-wrapper .dropdown.location .dropdown-menu ul li.all [type=checkbox]:not(:checked)+label,
.calculator-wrapper .dropdown.location .dropdown-menu ul li.all [type=radio]:checked+label,
.calculator-wrapper .dropdown.location .dropdown-menu ul li.all [type=radio]:not(:checked)+label {
  padding: 12px 20px 12px 52px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 400;
  background-color: rgba(237, 241, 243, .5)
}

@media(min-width: 375px) {

  .tools-panel .dropdown.location .dropdown-menu ul li.all [type=checkbox]:checked+label,
  .tools-panel .dropdown.location .dropdown-menu ul li.all [type=checkbox]:not(:checked)+label,
  .tools-panel .dropdown.location .dropdown-menu ul li.all [type=radio]:checked+label,
  .tools-panel .dropdown.location .dropdown-menu ul li.all [type=radio]:not(:checked)+label,
  .calculator-wrapper .dropdown.location .dropdown-menu ul li.all [type=checkbox]:checked+label,
  .calculator-wrapper .dropdown.location .dropdown-menu ul li.all [type=checkbox]:not(:checked)+label,
  .calculator-wrapper .dropdown.location .dropdown-menu ul li.all [type=radio]:checked+label,
  .calculator-wrapper .dropdown.location .dropdown-menu ul li.all [type=radio]:not(:checked)+label {
    padding: calc(12px + 6*(100vw - 375px)/1065) calc(20px + 74*(100vw - 375px)/1065) calc(12px + 6*(100vw - 375px)/1065) calc(52px + 42*(100vw - 375px)/1065);
    font-size: calc(14px + 1*(100vw - 375px)/1065)
  }
}

@media(min-width: 1440px) {

  .tools-panel .dropdown.location .dropdown-menu ul li.all [type=checkbox]:checked+label,
  .tools-panel .dropdown.location .dropdown-menu ul li.all [type=checkbox]:not(:checked)+label,
  .tools-panel .dropdown.location .dropdown-menu ul li.all [type=radio]:checked+label,
  .tools-panel .dropdown.location .dropdown-menu ul li.all [type=radio]:not(:checked)+label,
  .calculator-wrapper .dropdown.location .dropdown-menu ul li.all [type=checkbox]:checked+label,
  .calculator-wrapper .dropdown.location .dropdown-menu ul li.all [type=checkbox]:not(:checked)+label,
  .calculator-wrapper .dropdown.location .dropdown-menu ul li.all [type=radio]:checked+label,
  .calculator-wrapper .dropdown.location .dropdown-menu ul li.all [type=radio]:not(:checked)+label {
    padding: 18px 94px 18px 94px;
    font-size: 15px
  }
}

.tools-panel .dropdown.location .dropdown-menu ul li.all [type=checkbox]:checked+label strong,
.tools-panel .dropdown.location .dropdown-menu ul li.all [type=checkbox]:not(:checked)+label strong,
.tools-panel .dropdown.location .dropdown-menu ul li.all [type=radio]:checked+label strong,
.tools-panel .dropdown.location .dropdown-menu ul li.all [type=radio]:not(:checked)+label strong,
.calculator-wrapper .dropdown.location .dropdown-menu ul li.all [type=checkbox]:checked+label strong,
.calculator-wrapper .dropdown.location .dropdown-menu ul li.all [type=checkbox]:not(:checked)+label strong,
.calculator-wrapper .dropdown.location .dropdown-menu ul li.all [type=radio]:checked+label strong,
.calculator-wrapper .dropdown.location .dropdown-menu ul li.all [type=radio]:not(:checked)+label strong {
  display: block;
  float: left;
  width: 100%;
  margin-bottom: 0;
  font-size: 17px;
  font-weight: 700
}

@media(min-width: 375px) {

  .tools-panel .dropdown.location .dropdown-menu ul li.all [type=checkbox]:checked+label strong,
  .tools-panel .dropdown.location .dropdown-menu ul li.all [type=checkbox]:not(:checked)+label strong,
  .tools-panel .dropdown.location .dropdown-menu ul li.all [type=radio]:checked+label strong,
  .tools-panel .dropdown.location .dropdown-menu ul li.all [type=radio]:not(:checked)+label strong,
  .calculator-wrapper .dropdown.location .dropdown-menu ul li.all [type=checkbox]:checked+label strong,
  .calculator-wrapper .dropdown.location .dropdown-menu ul li.all [type=checkbox]:not(:checked)+label strong,
  .calculator-wrapper .dropdown.location .dropdown-menu ul li.all [type=radio]:checked+label strong,
  .calculator-wrapper .dropdown.location .dropdown-menu ul li.all [type=radio]:not(:checked)+label strong {
    margin-bottom: calc(0px + 2*(100vw - 375px)/1065);
    font-size: calc(17px + 3*(100vw - 375px)/1065)
  }
}

@media(min-width: 1440px) {

  .tools-panel .dropdown.location .dropdown-menu ul li.all [type=checkbox]:checked+label strong,
  .tools-panel .dropdown.location .dropdown-menu ul li.all [type=checkbox]:not(:checked)+label strong,
  .tools-panel .dropdown.location .dropdown-menu ul li.all [type=radio]:checked+label strong,
  .tools-panel .dropdown.location .dropdown-menu ul li.all [type=radio]:not(:checked)+label strong,
  .calculator-wrapper .dropdown.location .dropdown-menu ul li.all [type=checkbox]:checked+label strong,
  .calculator-wrapper .dropdown.location .dropdown-menu ul li.all [type=checkbox]:not(:checked)+label strong,
  .calculator-wrapper .dropdown.location .dropdown-menu ul li.all [type=radio]:checked+label strong,
  .calculator-wrapper .dropdown.location .dropdown-menu ul li.all [type=radio]:not(:checked)+label strong {
    margin-bottom: 2px;
    font-size: 20px
  }
}

.tools-panel .dropdown.location .dropdown-menu ul li.all [type=checkbox]:checked+label::before,
.tools-panel .dropdown.location .dropdown-menu ul li.all [type=checkbox]:not(:checked)+label::before,
.tools-panel .dropdown.location .dropdown-menu ul li.all [type=radio]:checked+label::before,
.tools-panel .dropdown.location .dropdown-menu ul li.all [type=radio]:not(:checked)+label::before,
.calculator-wrapper .dropdown.location .dropdown-menu ul li.all [type=checkbox]:checked+label::before,
.calculator-wrapper .dropdown.location .dropdown-menu ul li.all [type=checkbox]:not(:checked)+label::before,
.calculator-wrapper .dropdown.location .dropdown-menu ul li.all [type=radio]:checked+label::before,
.calculator-wrapper .dropdown.location .dropdown-menu ul li.all [type=radio]:not(:checked)+label::before {
  content: "";
  position: absolute;
  left: 10px;
  top: 50%;
  display: block;
  width: 32px;
  height: 32px;
  border-radius: 4px;
  font-size: 16px;
  line-height: 32px;
  color: var(--main);
  font-family: "icomoon" !important;
  font-weight: normal;
  font-style: normal;
  text-align: center;
  background-color: #fff;
  transform: translateY(-50%)
}

@media(min-width: 375px) {

  .tools-panel .dropdown.location .dropdown-menu ul li.all [type=checkbox]:checked+label::before,
  .tools-panel .dropdown.location .dropdown-menu ul li.all [type=checkbox]:not(:checked)+label::before,
  .tools-panel .dropdown.location .dropdown-menu ul li.all [type=radio]:checked+label::before,
  .tools-panel .dropdown.location .dropdown-menu ul li.all [type=radio]:not(:checked)+label::before,
  .calculator-wrapper .dropdown.location .dropdown-menu ul li.all [type=checkbox]:checked+label::before,
  .calculator-wrapper .dropdown.location .dropdown-menu ul li.all [type=checkbox]:not(:checked)+label::before,
  .calculator-wrapper .dropdown.location .dropdown-menu ul li.all [type=radio]:checked+label::before,
  .calculator-wrapper .dropdown.location .dropdown-menu ul li.all [type=radio]:not(:checked)+label::before {
    left: calc(10px + 20*(100vw - 375px)/1065);
    width: calc(32px + 10*(100vw - 375px)/1065);
    height: calc(32px + 10*(100vw - 375px)/1065);
    font-size: calc(16px + 12*(100vw - 375px)/1065);
    line-height: calc(32px + 10*(100vw - 375px)/1065)
  }
}

@media(min-width: 1440px) {

  .tools-panel .dropdown.location .dropdown-menu ul li.all [type=checkbox]:checked+label::before,
  .tools-panel .dropdown.location .dropdown-menu ul li.all [type=checkbox]:not(:checked)+label::before,
  .tools-panel .dropdown.location .dropdown-menu ul li.all [type=radio]:checked+label::before,
  .tools-panel .dropdown.location .dropdown-menu ul li.all [type=radio]:not(:checked)+label::before,
  .calculator-wrapper .dropdown.location .dropdown-menu ul li.all [type=checkbox]:checked+label::before,
  .calculator-wrapper .dropdown.location .dropdown-menu ul li.all [type=checkbox]:not(:checked)+label::before,
  .calculator-wrapper .dropdown.location .dropdown-menu ul li.all [type=radio]:checked+label::before,
  .calculator-wrapper .dropdown.location .dropdown-menu ul li.all [type=radio]:not(:checked)+label::before {
    left: 30px;
    width: 42px;
    height: 42px;
    font-size: 28px;
    line-height: 42px
  }
}

.tools-panel .dropdown.location .dropdown-menu ul li.all [type=checkbox]:checked:after,
.calculator-wrapper .dropdown.location .dropdown-menu ul li.all [type=checkbox]:checked:after {
  content: "";
  position: absolute;
  right: 20px;
  width: 21px;
  height: 21px;
  font-size: 15px;
  line-height: 21px;
  color: #157e1b;
  font-family: "icomoon" !important;
  font-weight: normal;
  font-style: normal;
  text-align: center
}

@media(min-width: 768px) {

  .tools-panel .dropdown.location .dropdown-menu ul li.all [type=checkbox]:checked:after,
  .calculator-wrapper .dropdown.location .dropdown-menu ul li.all [type=checkbox]:checked:after {
    right: 30px;
    top: 5px
  }
}

.tools-panel .dropdown.location .dropdown-menu ul li.all [type=checkbox]:checked+label,
.calculator-wrapper .dropdown.location .dropdown-menu ul li.all [type=checkbox]:checked+label {
  color: var(--main);
  font-weight: 400;
  border: 1px solid #77bcff
}

.tools-panel .dropdown.location .dropdown-menu ul li.all [type=checkbox]:checked+label strong,
.calculator-wrapper .dropdown.location .dropdown-menu ul li.all [type=checkbox]:checked+label strong {
  font-weight: 700
}

.tools-panel .dropdown.location .dropdown-menu ul li.all [type=radio]:checked+label,
.calculator-wrapper .dropdown.location .dropdown-menu ul li.all [type=radio]:checked+label {
  color: var(--main);
  font-weight: 400
}

.tools-panel .dropdown.location .dropdown-menu ul li.all [type=radio]:checked+label strong,
.calculator-wrapper .dropdown.location .dropdown-menu ul li.all [type=radio]:checked+label strong {
  font-weight: 700
}

.tools-panel .dropdown.people .dropdown-menu,
.calculator-wrapper .dropdown.people .dropdown-menu {
  left: 0 !important;
  width: 100%;
  padding: 8px 14px;
  transform: translate3d(0, 0, 0) !important
}

@media(min-width: 375px) {

  .tools-panel .dropdown.people .dropdown-menu,
  .calculator-wrapper .dropdown.people .dropdown-menu {
    padding: 8px calc(14px + 12*(100vw - 375px)/1065)
  }
}

@media(min-width: 768px) {

  .tools-panel .dropdown.people .dropdown-menu,
  .calculator-wrapper .dropdown.people .dropdown-menu {
    left: 9px !important;
    width: 160%
  }
}

@media(min-width: 1440px) {

  .tools-panel .dropdown.people .dropdown-menu,
  .calculator-wrapper .dropdown.people .dropdown-menu {
    padding: 8px 26px
  }
}

.tools-panel .dropdown.people .dropdown-menu ul,
.calculator-wrapper .dropdown.people .dropdown-menu ul {
  position: relative
}

.tools-panel .dropdown.people .dropdown-menu ul li,
.calculator-wrapper .dropdown.people .dropdown-menu ul li {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 10px 0
}

@media(min-width: 375px) {

  .tools-panel .dropdown.people .dropdown-menu ul li,
  .calculator-wrapper .dropdown.people .dropdown-menu ul li {
    padding: calc(10px + 2*(100vw - 375px)/1065) 0
  }
}

@media(min-width: 1440px) {

  .tools-panel .dropdown.people .dropdown-menu ul li,
  .calculator-wrapper .dropdown.people .dropdown-menu ul li {
    padding: 12px 0
  }
}

.tools-panel .dropdown.people .dropdown-menu ul li label,
.calculator-wrapper .dropdown.people .dropdown-menu ul li label {
  display: block;
  float: left;
  width: 100%;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: .01rem;
  font-weight: 500;
  color: #5f6061;
  text-align: left
}

.tools-panel .dropdown.people .dropdown-menu ul li label strong,
.calculator-wrapper .dropdown.people .dropdown-menu ul li label strong {
  display: block;
  float: left;
  width: 100%;
  margin-bottom: 4px;
  font-size: 15px;
  letter-spacing: .03rem;
  font-weight: 500;
  color: #00182f
}

.tools-panel .dropdown.people .dropdown-menu ul li label .promo,
.calculator-wrapper .dropdown.people .dropdown-menu ul li label .promo {
  display: block;
  float: left;
  width: 100%;
  margin-top: 6px;
  font-size: 15px;
  line-height: 18px;
  letter-spacing: 0;
  font-weight: 700;
  color: #d64400
}

.tools-panel .dropdown.people .dropdown-menu ul li::after,
.calculator-wrapper .dropdown.people .dropdown-menu ul li::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: rgba(189, 186, 202, .2)
}

.tools-panel .dropdown.people .dropdown-menu ul li:last-child::after,
.calculator-wrapper .dropdown.people .dropdown-menu ul li:last-child::after {
  content: none
}

.tools-panel .dropdown.calendar .dropdown-toggle,
.calculator-wrapper .dropdown.calendar .dropdown-toggle {
  padding-right: 50px
}

.tools-panel .dropdown.calendar .dropdown-toggle::before,
.calculator-wrapper .dropdown.calendar .dropdown-toggle::before {
  content: "";
  right: 15px;
  width: 20px;
  height: 20px;
  font-size: 20px;
  line-height: 20px
}

.tools-panel .dropdown.calendar .dropdown-toggle[aria-expanded=true]::before,
.calculator-wrapper .dropdown.calendar .dropdown-toggle[aria-expanded=true]::before {
  content: "";
  font-size: 11px
}

.tools-panel .dropdown.calendar .dropdown-toggle.error,
.calculator-wrapper .dropdown.calendar .dropdown-toggle.error {
  border: 1px solid #e80b1b
}

.tools-panel .dropdown.calendar .dropdown-menu,
.calculator-wrapper .dropdown.calendar .dropdown-menu {
  left: 0% !important;
  width: 50%;
  transform: translate3d(0, 0, 0) !important
}

.tools-panel .dropdown.calendar .error-message,
.calculator-wrapper .dropdown.calendar .error-message {
  color: #e80b1b !important;
  text-align: left !important;
  font-size: 14px
}

.tools-panel .dropdown.category .dropdown-menu,
.calculator-wrapper .dropdown.category .dropdown-menu {
  left: 0 !important;
  width: 100%;
  padding: 8px 14px;
  transform: translate3d(0, 0, 0) !important
}

.calculator-wrapper .dropdown {
  position: relative !important;
  float: left;
  width: 100%
}

.calculator-wrapper .dropdown.location {
  position: relative !important;
  margin-bottom: 25px
}

@media(min-width: 992px) {
  .calculator-wrapper .dropdown.location {
    margin-bottom: 0
  }
}

.calculator-wrapper .dropdown.location .dropdown-menu {
  left: 0% !important;
  top: calc(100% + 11px) !important;
  width: 100%;
  transform: translate3d(0%, 0, 0) !important
}

@media(min-width: 992px) {
  .calculator-wrapper .dropdown.location .dropdown-menu {
    width: 660px
  }
}

.calculator-wrapper .dropdown.location .dropdown-menu label {
  margin-bottom: 0
}

.calculator-wrapper .dropdown.people .dropdown-menu {
  left: 50% !important;
  top: calc(100% + 11px) !important;
  width: 100%;
  transform: translateX(-50%) !important
}

.tag-filter {
  float: left;
  width: 100%
}

.tag-filter p {
  font-size: 14px;
  line-height: 20px;
  color: #5f6061;
  font-family: "Gantari", sans-serif;
  font-weight: 500;
  letter-spacing: .03rem
}

.tag-filter ul {
  margin-top: 6px
}

.tag-filter ul li {
  width: auto;
  margin: 9px 9px 0 0
}

.tag-filter ul li button {
  position: relative;
  display: block;
  float: left;
  width: auto;
  padding: 6px 15px;
  border: 0 none;
  border-radius: 30px;
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  letter-spacing: .02rem;
  color: #00182f;
  background-color: rgba(0, 0, 0, 0);
  transition: all .3s ease-out
}

.tag-filter ul li button::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 30px;
  border: 2px solid #edf1f3;
  transition: all .3s ease-out
}

@media(min-width: 992px) {
  .tag-filter ul li button:hover::before {
    border-color: var(--main-light)
  }
}

.tag-filter ul li button.active {
  color: var(--main);
  font-weight: 700
}

.tag-filter ul li button.active::before {
  border-color: var(--main)
}

.winter-section .filter-switch.form-switch .form-check-input:checked {
  background-color: #005eb8
}

.summer-section .filter-switch.form-switch .form-check-input:checked {
  background-color: #359846
}

@media(max-width: 767.98px) {
  .mobile-100 {
    max-width: 100% !important
  }
}

.dropdown.people .dropdown-toggle .active~.active:before {
  content: " + "
}

.intro-section {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  width: 100%;
  text-align: center
}

.intro-section>*:first-child {
  margin-top: 0 !important
}

.intro-section .row {
  width: calc(100% + 16px)
}

.intro-section>div {
  display: flex;
  flex-direction: column;
  align-items: center;
  float: left;
  width: 100%
}

.intro-section>div p {
  margin-top: 8px;
  font-size: 17px;
  line-height: 24px;
  color: #00182f;
  font-family: "Gantari", sans-serif;
  font-weight: 400
}

@media(min-width: 375px) {
  .intro-section>div p {
    margin-top: calc(8px + 2*(100vw - 375px)/1065);
    font-size: calc(17px + 2*(100vw - 375px)/1065);
    line-height: calc(24px + 3*(100vw - 375px)/1065)
  }
}

@media(min-width: 1440px) {
  .intro-section>div p {
    margin-top: 10px;
    font-size: 19px;
    line-height: 27px
  }
}

.intro-section>div p.timing {
  margin-top: 20px !important;
  font-size: 12px;
  line-height: 20px;
  color: #00182f;
  font-weight: 500;
  letter-spacing: .05rem
}

@media(min-width: 375px) {
  .intro-section>div p.timing {
    margin-top: calc(20px + 6*(100vw - 375px)/1065) !important;
    font-size: calc(12px + 1*(100vw - 375px)/1065)
  }
}

@media(min-width: 1440px) {
  .intro-section>div p.timing {
    margin-top: 26px !important;
    font-size: 13px
  }
}

.intro-section>div time {
  display: block;
  float: left;
  width: 100%;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 20px;
  color: #00182f;
  font-weight: 500;
  letter-spacing: .02rem
}

@media(min-width: 375px) {
  .intro-section>div time {
    margin-bottom: calc(10px + 4*(100vw - 375px)/1065);
    font-size: calc(12px + 1*(100vw - 375px)/1065)
  }
}

@media(min-width: 1440px) {
  .intro-section>div time {
    margin-bottom: 14px;
    font-size: 13px
  }
}

.intro-section>div .intro-info {
  margin-top: 14px
}

@media(min-width: 375px) {
  .intro-section>div .intro-info {
    margin-top: calc(14px + 6*(100vw - 375px)/1065)
  }
}

@media(min-width: 1440px) {
  .intro-section>div .intro-info {
    margin-top: 20px
  }
}

.intro-section>div .intro-info li {
  position: relative;
  margin-top: 20px;
  padding-left: 33px;
  font-size: 15px;
  line-height: 20px;
  color: #00182f;
  letter-spacing: .02rem;
  font-weight: 500
}

@media(min-width: 375px) {
  .intro-section>div .intro-info li {
    font-size: calc(15px + 2*(100vw - 375px)/1065);
    line-height: calc(20px + 2*(100vw - 375px)/1065)
  }
}

@media(min-width: 1440px) {
  .intro-section>div .intro-info li {
    font-size: 17px;
    line-height: 22px
  }
}

.intro-section>div .intro-info li i {
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  font-size: 20px;
  line-height: 20px;
  color: #00182f
}

@media(min-width: 375px) {
  .intro-section>div .intro-info li i {
    top: calc(0px + 1*(100vw - 375px)/1065)
  }
}

@media(min-width: 1440px) {
  .intro-section>div .intro-info li i {
    top: 1px
  }
}

.intro-section>div .intro-info+p {
  margin-top: 38px !important
}

@media(min-width: 375px) {
  .intro-section>div .intro-info+p {
    margin-top: calc(38px + 20*(100vw - 375px)/1065) !important
  }
}

@media(min-width: 1440px) {
  .intro-section>div .intro-info+p {
    margin-top: 58px !important
  }
}

.intro-section>div .btn {
  float: left;
  margin-top: 26px
}

@media(min-width: 375px) {
  .intro-section>div .btn {
    margin-top: calc(26px + 4*(100vw - 375px)/1065)
  }
}

@media(min-width: 1440px) {
  .intro-section>div .btn {
    margin-top: 30px
  }
}

.intro-section .btn,
.intro-section .btn-link {
  white-space: nowrap;
  margin-bottom: 2px
}

@media(min-width: 375px) {

  .intro-section .btn,
  .intro-section .btn-link {
    margin-bottom: calc(2px + 1*(100vw - 375px)/1065)
  }
}

@media(min-width: 1440px) {

  .intro-section .btn,
  .intro-section .btn-link {
    margin-bottom: 3px
  }
}

.intro-section.main>div h1+p,
.intro-section.main>div .h1+p {
  margin-top: 24px
}

@media(min-width: 375px) {

  .intro-section.main>div h1+p,
  .intro-section.main>div .h1+p {
    margin-top: calc(24px + 6*(100vw - 375px)/1065)
  }
}

@media(min-width: 1440px) {

  .intro-section.main>div h1+p,
  .intro-section.main>div .h1+p {
    margin-top: 30px
  }
}

.intro-section.main>div p {
  line-height: 25px;
  color: #5f6061
}

@media(min-width: 375px) {
  .intro-section.main>div p {
    line-height: calc(25px + 4*(100vw - 375px)/1065)
  }
}

@media(min-width: 768px) {
  .intro-section.main>div p {
    margin-top: calc(4px + 1*(100vw - 768px)/672)
  }
}

@media(min-width: 1440px) {
  .intro-section.main>div p {
    margin-top: 5px;
    line-height: 29px
  }
}

.intro-section.accommodation h1,
.intro-section.accommodation .h1 {
  display: flex;
  flex-direction: column
}

@media(min-width: 576px) {

  .intro-section.accommodation h1,
  .intro-section.accommodation .h1 {
    align-items: center;
    flex-direction: row
  }
}

.intro-section.accommodation h1 span,
.intro-section.accommodation .h1 span {
  display: inline;
  float: none
}

@media(min-width: 576px) {

  .intro-section.accommodation h1 span,
  .intro-section.accommodation .h1 span {
    margin-right: 18px
  }
}

.intro-section.accommodation h1 span.stars,
.intro-section.accommodation .h1 span.stars {
  display: inline-block;
  width: auto;
  height: 21px;
  margin-right: 0;
  background-image: url("../img/star.svg");
  background-repeat: repeat-x;
  background-size: 30px 21px;
  align-self: baseline;
  margin-top: 10px
}

.intro-section.accommodation h1 span.stars.superior,
.intro-section.accommodation .h1 span.stars.superior {
  position: relative;
  margin-right: 24px;
  flex-shrink: 0
}

.intro-section.accommodation h1 span.stars.superior::after,
.intro-section.accommodation .h1 span.stars.superior::after {
  content: "";
  position: absolute;
  right: -24px;
  top: 50%;
  width: 21px;
  height: 21px;
  margin-top: 1px;
  font-size: 21px;
  line-height: 21px;
  color: #f4c135;
  font-family: "icomoon" !important;
  font-weight: normal;
  font-style: normal;
  text-align: center;
  transform: translateY(-50%)
}

.intro-section.accommodation .accommodation-info {
  margin-top: 6px
}

.intro-section.accommodation .accommodation-info li {
  width: auto;
  margin-right: 12px;
  margin-top: 10px;
  font-size: 15px;
  line-height: 19px;
  letter-spacing: .03rem
}

.intro-section.accommodation .accommodation-info li.category {
  color: #00182f;
  font-weight: 600;
  text-transform: uppercase
}

.intro-section.accommodation .accommodation-info li.location {
  margin-right: 26px;
  color: #5f6061;
  font-weight: 500
}

.intro-section.accommodation .accommodation-info li.tag {
  margin-top: 4px;
  margin-right: 0
}

.intro-section.accommodation .accommodation-info li.tag span,
.intro-section.accommodation .accommodation-info li.tag a {
  display: block;
  float: left;
  width: auto;
  margin-right: 8px;
  margin-top: 6px;
  padding: 0 8px;
  border-radius: 4px;
  font-size: 13px;
  letter-spacing: .05rem;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  background-color: #d64400
}

@media(min-width: 992px) {
  .intro-section.accommodation>div .btn {
    margin-top: 14px
  }
}

.intro-section .intro-image {
  float: left;
  width: calc(100% + 36px);
  margin-top: 20px;
  margin-left: -18px;
  margin-right: -18px;
  overflow: hidden
}

@media(min-width: 576px) {
  .intro-section .intro-image {
    width: 100%;
    border-radius: 4px;
    margin-left: 0;
    margin-right: 0
  }
}

@media(min-width: 768px) {
  .intro-section .intro-image {
    margin-top: 0
  }
}

.intro-section .side-logo {
  float: left;
  width: auto;
  margin-top: 20px
}

@media(min-width: 576px) {
  .intro-section .side-logo {
    float: right;
    margin-top: 0
  }
}

.intro-section .side-logo>a,
.intro-section .side-logo>div {
  display: block;
  float: left;
  width: 100%;
  max-width: 110px
}

.intro-section.search.main>div h1,
.intro-section.search.main>div .h1 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column
}

@media(min-width: 576px) {

  .intro-section.search.main>div h1,
  .intro-section.search.main>div .h1 {
    flex-direction: row
  }
}

.intro-section.search.main>div h1 i,
.intro-section.search.main>div .h1 i {
  display: block;
  width: 26px;
  height: 26px;
  margin-bottom: 12px;
  font-size: 26px;
  line-height: 26px;
  color: #00182f
}

@media(min-width: 576px) {

  .intro-section.search.main>div h1 i,
  .intro-section.search.main>div .h1 i {
    width: 36px;
    height: 36px;
    margin-right: 21px;
    margin-bottom: 0;
    font-size: 36px;
    line-height: 36px
  }
}

.intro-section.search .search-head {
  float: left;
  width: 100%;
  margin-top: 34px
}

@media(min-width: 375px) {
  .intro-section.search .search-head {
    margin-top: calc(34px + 6*(100vw - 375px)/1065)
  }
}

@media(min-width: 1440px) {
  .intro-section.search .search-head {
    margin-top: 40px
  }
}

.intro-section.search .search-head form {
  float: left;
  width: 100%
}

.intro-section.search .search-head form fieldset {
  position: relative
}

.intro-section.search .search-head form fieldset input {
  position: relative;
  padding: 16px 126px 16px 20px;
  border-radius: 4px !important;
  font-size: 17px;
  line-height: 25px;
  color: #00182f;
  font-weight: 500;
  letter-spacing: .01rem;
  background-color: #edf1f3;
  z-index: 1
}

@media(min-width: 992px) {
  .intro-section.search .search-head form fieldset input {
    padding: 16px calc(126px + 30*(100vw - 992px)/448) 16px calc(20px + 14*(100vw - 992px)/448)
  }
}

@media(min-width: 1440px) {
  .intro-section.search .search-head form fieldset input {
    padding: 16px 156px 16px 34px
  }
}

.intro-section.search .search-head form fieldset input::placeholder {
  color: rgba(0, 0, 0, .6)
}

.intro-section.search .search-head form fieldset input::-webkit-input-placeholder {
  color: rgba(0, 0, 0, .6)
}

.intro-section.search .search-head form fieldset input:-moz-placeholder {
  color: rgba(0, 0, 0, .6)
}

.intro-section.search .search-head form fieldset input::-moz-placeholder {
  color: rgba(0, 0, 0, .6)
}

.intro-section.search .search-head form fieldset input:-ms-input-placeholder {
  color: rgba(0, 0, 0, .6)
}

.intro-section.search .search-head form fieldset .search-btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 64px;
  height: 57px;
  border: 0 none;
  border-radius: 0;
  background-color: rgba(0, 0, 0, 0);
  z-index: 2
}

@media(min-width: 992px) {
  .intro-section.search .search-head form fieldset .search-btn {
    width: calc(64px + 20*(100vw - 992px)/448)
  }
}

@media(min-width: 1440px) {
  .intro-section.search .search-head form fieldset .search-btn {
    width: 84px
  }
}

.intro-section.search .search-head form fieldset .search-btn i {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 20px;
  height: 20px;
  font-size: 20px;
  line-height: 20px;
  color: #00182f;
  transform: translate(-50%, -50%);
  transition: all .3s ease-out
}

.intro-section.search .search-head form fieldset .search-btn::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 1px;
  height: 73.7%;
  background-color: #c5c5c5;
  transform: translateY(-50%)
}

@media(min-width: 992px) {
  .intro-section.search .search-head form fieldset .search-btn:hover i {
    color: var(--main)
  }
}

.intro-section.search .search-head form fieldset .search-reset {
  position: absolute;
  right: 64px;
  top: 0;
  width: 62px;
  height: 57px;
  border: 0 none;
  border-radius: 0;
  background-color: rgba(0, 0, 0, 0);
  z-index: 2
}

@media(min-width: 992px) {
  .intro-section.search .search-head form fieldset .search-reset {
    right: calc(64px + 20*(100vw - 992px)/448);
    width: calc(62px + 10*(100vw - 992px)/448)
  }
}

@media(min-width: 1440px) {
  .intro-section.search .search-head form fieldset .search-reset {
    right: 84px;
    width: 72px
  }
}

.intro-section.search .search-head form fieldset .search-reset i {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 12px;
  height: 12px;
  font-size: 12px;
  line-height: 12px;
  color: #00182f;
  transform: translate(-50%, -50%);
  transition: all .3s ease-out
}

@media(min-width: 992px) {
  .intro-section.search .search-head form fieldset .search-reset:hover i {
    color: var(--main)
  }
}

.intro-section.search .search-head .results {
  margin-top: -4px;
  text-align: left
}

@media(min-width: 375px) {
  .intro-section.search .search-head .results {
    margin-top: calc(-4px - 4*(100vw - 375px)/1065)
  }
}

@media(min-width: 1440px) {
  .intro-section.search .search-head .results {
    margin-top: -8px
  }
}

.intro-section.mb-more {
  margin-bottom: 34px
}

@media(min-width: 375px) {
  .intro-section.mb-more {
    margin-bottom: calc(34px + 26*(100vw - 375px)/1065)
  }
}

@media(min-width: 1440px) {
  .intro-section.mb-more {
    margin-bottom: 60px
  }
}

.intro-section .page-print {
  margin-top: 12px
}

@media(min-width: 576px) {
  .intro-section .page-print {
    margin-top: calc(12px + 13*(100vw - 375px)/1065)
  }
}

@media(min-width: 1440px) {
  .intro-section .page-print {
    margin-top: 25px
  }
}

.text-article {
  display: block;
  float: left;
  width: 100%;
  text-align: center
}

.text-article>* {
  text-align: left
}

.text-article>*:first-child {
  margin-top: 0 !important
}

.text-article>*:last-child {
  margin-bottom: 0 !important
}

.text-article>figure:first-child+* {
  margin-top: 0 !important
}

.text-article h2,
.text-article .h2,
.text-article h3,
.text-article .h3,
.text-article h4,
.text-article .h4,
.text-article h5,
.text-article .h5,
.text-article p {
  float: none
}

.text-article h2,
.text-article .h2 {
  margin-top: 34px
}

@media(min-width: 375px) {

  .text-article h2,
  .text-article .h2 {
    margin-top: calc(34px + 22*(100vw - 375px)/1065)
  }
}

@media(min-width: 1440px) {

  .text-article h2,
  .text-article .h2 {
    margin-top: 56px
  }
}

.text-article h3,
.text-article .h3 {
  margin-top: 14px;
  font-size: 20px;
  line-height: 30px;
  font-weight: 700
}

@media(min-width: 375px) {

  .text-article h3,
  .text-article .h3 {
    margin-top: calc(14px + 4*(100vw - 375px)/1065);
    font-size: calc(20px + 8*(100vw - 375px)/1065);
    line-height: calc(30px + 6*(100vw - 375px)/1065)
  }
}

@media(min-width: 1440px) {

  .text-article h3,
  .text-article .h3 {
    margin-top: 18px;
    font-size: 28px;
    line-height: 36px
  }
}

.text-article h5,
.text-article .h5 {
  margin-top: 13px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  letter-spacing: .02rem
}

@media(min-width: 375px) {

  .text-article h5,
  .text-article .h5 {
    margin-top: calc(13px + 6*(100vw - 375px)/1065);
    font-size: calc(18px + 1*(100vw - 375px)/1065);
    line-height: calc(24px + 1*(100vw - 375px)/1065)
  }
}

@media(min-width: 1440px) {

  .text-article h5,
  .text-article .h5 {
    margin-top: 19px;
    font-size: 19px;
    line-height: 25px
  }
}

.text-article p {
  margin-top: 24px
}

@media(min-width: 375px) {
  .text-article p {
    margin-top: calc(24px + 4*(100vw - 375px)/1065)
  }
}

@media(min-width: 1440px) {
  .text-article p {
    margin-top: 28px
  }
}

.text-article p strong {
  color: #00182f
}

.text-article.txt-small p {
  font-size: 13px;
  line-height: 24px
}

@media(min-width: 375px) {
  .text-article.txt-small p {
    font-size: calc(13px + 1*(100vw - 375px)/1065);
    line-height: calc(24px + 1*(100vw - 375px)/1065)
  }
}

@media(min-width: 1440px) {
  .text-article.txt-small p {
    font-size: 14px;
    line-height: 25px
  }
}

.text-article ul,
.text-article ol {
  display: grid;
  float: none;
  width: auto;
  margin-bottom: 12px
}

@media(min-width: 375px) {

  .text-article ul,
  .text-article ol {
    margin-bottom: calc(12px + 2*(100vw - 375px)/1065)
  }
}

@media(min-width: 1440px) {

  .text-article ul,
  .text-article ol {
    margin-bottom: 14px
  }
}

.text-article ul>li,
.text-article ol>li {
  position: relative;
  margin-top: 12px;
  padding-left: 20px;
  font-size: 15px;
  line-height: 24px;
  color: #5f6061;
  font-family: "Gantari", sans-serif;
  font-weight: 500;
  letter-spacing: .03rem
}

@media(min-width: 375px) {

  .text-article ul>li,
  .text-article ol>li {
    margin-top: calc(12px + 2*(100vw - 375px)/1065);
    padding-left: calc(20px + 11*(100vw - 375px)/1065);
    font-size: calc(15px + 2*(100vw - 375px)/1065);
    line-height: calc(24px + 4*(100vw - 375px)/1065)
  }
}

@media(min-width: 1440px) {

  .text-article ul>li,
  .text-article ol>li {
    margin-top: 14px;
    padding-left: 31px;
    font-size: 17px;
    line-height: 28px
  }
}

.text-article ul>li a,
.text-article ol>li a {
  font-weight: 500;
  color: var(--main);
  text-decoration: underline !important;
  text-decoration-color: var(--main-alpha) !important;
  transition: all .3s ease-out
}

@media(min-width: 992px) {

  .text-article ul>li a:hover,
  .text-article ol>li a:hover {
    color: #00182f;
    text-decoration-color: #00182f !important
  }
}

.text-article ul>li strong,
.text-article ol>li strong {
  color: #00182f;
  font-weight: 700
}

.text-article ul>li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: var(--main)
}

@media(min-width: 375px) {
  .text-article ul>li::before {
    top: calc(9px + 2*(100vw - 375px)/1065)
  }
}

@media(min-width: 1440px) {
  .text-article ul>li::before {
    top: 11px
  }
}

.text-article ol {
  counter-reset: olli
}

.text-article ol>li:before {
  position: absolute;
  left: 0;
  top: 0;
  content: counter(olli, decimal) ".";
  counter-increment: olli;
  border: 0 none;
  text-align: left;
  font-size: 12px;
  line-height: 24px;
  color: #00182f;
  font-family: "Gantari", sans-serif;
  font-weight: 700
}

@media(min-width: 375px) {
  .text-article ol>li:before {
    font-size: calc(12px + 1*(100vw - 375px)/1065);
    line-height: calc(24px + 4*(100vw - 375px)/1065)
  }
}

@media(min-width: 1440px) {
  .text-article ol>li:before {
    font-size: 13px;
    line-height: 28px
  }
}

.text-article .article-img {
  float: left;
  width: 100%;
  margin-top: 24px;
  margin-bottom: 18px
}

@media(min-width: 375px) {
  .text-article .article-img {
    margin-top: calc(24px + 4*(100vw - 375px)/1065);
    margin-bottom: calc(18px + 4*(100vw - 375px)/1065)
  }
}

@media(min-width: 1440px) {
  .text-article .article-img {
    margin-top: 28px;
    margin-bottom: 22px
  }
}

.text-article .article-img img {
  width: calc(100% + 36px);
  margin-left: -18px;
  margin-right: -18px
}

@media(min-width: 992px) {
  .text-article .article-img img {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    border-radius: 4px
  }
}

.text-article .article-img figcaption {
  display: block;
  float: left;
  width: 100%;
  margin-top: 20px;
  padding: 0;
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
  letter-spacing: 0;
  color: #6a6a6a;
  text-align: center
}

@media(min-width: 375px) {
  .text-article .article-img figcaption {
    margin-top: calc(20px + 6*(100vw - 375px)/1065);
    padding: 0 calc(0px + 60*(100vw - 375px)/1065);
    font-size: calc(12px + 3*(100vw - 375px)/1065)
  }
}

@media(min-width: 576px) {
  .text-article .article-img figcaption {
    text-align: left
  }
}

@media(min-width: 1440px) {
  .text-article .article-img figcaption {
    margin-top: 26px;
    padding: 0 60px;
    font-size: 15px
  }
}

.text-article .article-img.right,
.text-article .article-img.left {
  width: 100%;
  text-align: center
}

@media(min-width: 576px) {

  .text-article .article-img.right,
  .text-article .article-img.left {
    width: 42%;
    text-align: left
  }
}

.text-article .article-img.right img,
.text-article .article-img.left img {
  display: inline-block;
  float: none;
  width: 100%;
  max-width: 202px;
  margin: 0;
  border-radius: 4px
}

@media(min-width: 576px) {

  .text-article .article-img.right img,
  .text-article .article-img.left img {
    display: block;
    float: left;
    max-width: none
  }
}

.text-article .article-img.right figcaption,
.text-article .article-img.left figcaption {
  padding: 0
}

.text-article .article-img.right.outside,
.text-article .article-img.left.outside {
  width: 100%;
  text-align: left
}

@media(min-width: 576px) {

  .text-article .article-img.right.outside,
  .text-article .article-img.left.outside {
    width: 34.5%
  }
}

.text-article .article-img.right.outside img,
.text-article .article-img.left.outside img {
  display: block;
  float: left;
  width: 100%;
  max-width: none
}

@media(min-width: 768px) {

  .text-article .article-img.right.outside img,
  .text-article .article-img.left.outside img {
    width: calc(270px + 280*(100vw - 768px)/672)
  }
}

@media(min-width: 1440px) {

  .text-article .article-img.right.outside img,
  .text-article .article-img.left.outside img {
    width: 550px
  }
}

.text-article .article-img.right {
  float: right
}

@media(min-width: 576px) {
  .text-article .article-img.right {
    margin-left: calc(20px + 4*(100vw - 576px)/864)
  }
}

@media(min-width: 1440px) {
  .text-article .article-img.right {
    margin-left: 24px
  }
}

.text-article .article-img.left {
  float: left
}

@media(min-width: 576px) {
  .text-article .article-img.left {
    margin-right: calc(20px + 4*(100vw - 576px)/864)
  }
}

@media(min-width: 1440px) {
  .text-article .article-img.left {
    margin-right: 24px
  }
}

.text-article h3+p,
.text-article .h3+p,
.text-article h5+p,
.text-article .h5+p {
  margin-top: 16px
}

@media(min-width: 375px) {

  .text-article h3+p,
  .text-article .h3+p,
  .text-article h5+p,
  .text-article .h5+p {
    margin-top: calc(16px + 4*(100vw - 375px)/1065)
  }
}

@media(min-width: 1440px) {

  .text-article h3+p,
  .text-article .h3+p,
  .text-article h5+p,
  .text-article .h5+p {
    margin-top: 20px
  }
}

.text-article .btn-link {
  margin-top: 24px
}

@media(min-width: 375px) {
  .text-article .btn-link {
    margin-top: calc(24px + 4*(100vw - 375px)/1065)
  }
}

@media(min-width: 1440px) {
  .text-article .btn-link {
    margin-top: 28px
  }
}

.text-article .btn {
  float: left;
  margin-top: 22px;
  margin-right: 12px
}

@media(min-width: 375px) {
  .text-article .btn {
    margin-top: calc(22px + 4*(100vw - 375px)/1065);
    margin-right: calc(12px + 4*(100vw - 375px)/1065)
  }
}

@media(min-width: 1440px) {
  .text-article .btn {
    margin-top: 26px;
    margin-right: 16px
  }
}

.text-article .btn.align-center {
  display: inline-flex;
  float: none;
  margin-left: 6px;
  margin-right: 8px
}

@media(min-width: 375px) {
  .text-article .btn.align-center {
    margin-left: calc(6px + 2*(100vw - 375px)/1065);
    margin-right: calc(6px + 2*(100vw - 375px)/1065)
  }
}

@media(min-width: 1440px) {
  .text-article .btn.align-center {
    margin-left: 8px;
    margin-right: 8px
  }
}

.accordion-article {
  float: left;
  width: 100%;
  margin-top: 22px
}

@media(min-width: 375px) {
  .accordion-article {
    margin-top: calc(22px + 4*(100vw - 375px)/1065)
  }
}

@media(min-width: 1440px) {
  .accordion-article {
    margin-top: 26px
  }
}

.accordion-article .accordion-item {
  position: relative;
  float: left;
  width: 100%
}

.accordion-article .accordion-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #edf1f3;
  border-bottom: 0
}

.accordion-article .accordion-item:first-child {
  border-radius: 4px 4px 0 0
}

.accordion-article .accordion-item:last-child {
  border-radius: 0 0 4px 4px;
  border-bottom: 2px solid #edf1f3
}

.accordion-article .accordion-item .accordion-header {
  position: relative;
  display: block;
  float: left;
  width: 100%
}

.accordion-article .accordion-item .accordion-header .promo {
  position: absolute;
  left: 10px;
  top: 7px;
  width: auto;
  padding: 2px 9px;
  border-radius: 3px;
  font-size: 10px;
  line-height: 11px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
  letter-spacing: .1rem;
  background-color: #d64400;
  z-index: 3
}

@media(min-width: 375px) {
  .accordion-article .accordion-item .accordion-header .promo {
    top: calc(7px + 2*(100vw - 375px)/1065);
    padding: 2px calc(9px + 10*(100vw - 375px)/1065);
    font-size: calc(10px + 1*(100vw - 375px)/1065);
    line-height: calc(11px + 2*(100vw - 375px)/1065)
  }
}

@media(min-width: 768px) {
  .accordion-article .accordion-item .accordion-header .promo {
    letter-spacing: .2rem
  }
}

@media(min-width: 1440px) {
  .accordion-article .accordion-item .accordion-header .promo {
    top: 9px;
    padding: 2px 19px;
    font-size: 11px;
    line-height: 13px
  }
}

.accordion-article .accordion-item .accordion-header:has(.promo) .accordion-button {
  padding-top: 30px
}

@media(min-width: 375px) {
  .accordion-article .accordion-item .accordion-header:has(.promo) .accordion-button {
    padding-top: calc(30px + 2*(100vw - 375px)/1065)
  }
}

@media(min-width: 1440px) {
  .accordion-article .accordion-item .accordion-header:has(.promo) .accordion-button {
    padding-top: 32px
  }
}

.accordion-article .accordion-item .accordion-header:has(.promo) .accordion-button::after {
  top: 34px
}

@media(min-width: 375px) {
  .accordion-article .accordion-item .accordion-header:has(.promo) .accordion-button::after {
    top: calc(34px + 5*(100vw - 375px)/1065)
  }
}

@media(min-width: 1440px) {
  .accordion-article .accordion-item .accordion-header:has(.promo) .accordion-button::after {
    top: 39px
  }
}

.accordion-article .accordion-item .accordion-button {
  position: relative;
  display: block;
  float: left;
  width: 100%;
  padding: 20px 54px 20px 20px;
  font-size: 16px;
  line-height: 22px;
  color: #00182f;
  letter-spacing: .02rem;
  font-weight: 600;
  z-index: 2;
  transition: all .3s ease-out
}

@media(min-width: 375px) {
  .accordion-article .accordion-item .accordion-button {
    padding: calc(20px + 4*(100vw - 375px)/1065) calc(54px + 96*(100vw - 375px)/1065) calc(20px + 4*(100vw - 375px)/1065) calc(20px + 40*(100vw - 375px)/1065);
    font-size: calc(16px + 6*(100vw - 375px)/1065);
    line-height: calc(22px + 6*(100vw - 375px)/1065)
  }
}

@media(min-width: 1440px) {
  .accordion-article .accordion-item .accordion-button {
    padding: 24px 150px 24px 60px;
    font-size: 22px;
    line-height: 28px
  }
}

.accordion-article .accordion-item .accordion-button::after {
  content: "";
  position: absolute;
  right: 20px;
  top: 24px;
  width: 14px;
  height: 14px;
  font-size: 14px;
  line-height: 14px;
  color: #00182f;
  font-family: "icomoon" !important;
  font-weight: bold;
  font-style: normal;
  text-align: center;
  transition: all .3s ease-out
}

@media(min-width: 375px) {
  .accordion-article .accordion-item .accordion-button::after {
    right: calc(20px + 96*(100vw - 375px)/1065);
    top: calc(24px + 7*(100vw - 375px)/1065)
  }
}

@media(min-width: 1440px) {
  .accordion-article .accordion-item .accordion-button::after {
    right: 116px;
    top: 31px
  }
}

.accordion-article .accordion-item .accordion-button[aria-expanded=true] {
  color: #5f6061
}

.accordion-article .accordion-item .accordion-button[aria-expanded=true]::after {
  content: ""
}

.accordion-article .accordion-item .accordion-collapse {
  position: relative;
  float: left;
  width: 100%;
  z-index: 1
}

.accordion-article .accordion-item .accordion-collapse .accordion-body {
  width: 100%;
  padding: 0 20px 25px 20px
}

@media(min-width: 375px) {
  .accordion-article .accordion-item .accordion-collapse .accordion-body {
    padding: 0 calc(20px + 130*(100vw - 375px)/1065) calc(25px + 10*(100vw - 375px)/1065) calc(20px + 40*(100vw - 375px)/1065)
  }
}

@media(min-width: 1440px) {
  .accordion-article .accordion-item .accordion-collapse .accordion-body {
    padding: 0 150px 35px 60px
  }
}

.accordion-article .accordion-item .accordion-collapse .accordion-body>*:first-child,
.accordion-article .accordion-item .accordion-collapse .accordion-body .row>div.col-text>*:first-child {
  margin-top: 0 !important
}

.accordion-article .accordion-item .accordion-collapse .accordion-body p {
  margin-top: 12px
}

@media(min-width: 375px) {
  .accordion-article .accordion-item .accordion-collapse .accordion-body p {
    margin-top: calc(12px + 2*(100vw - 375px)/1065)
  }
}

@media(min-width: 1440px) {
  .accordion-article .accordion-item .accordion-collapse .accordion-body p {
    margin-top: 14px
  }
}

.accordion-article .accordion-item .accordion-collapse .accordion-body .btn {
  margin-top: 26px
}

@media(min-width: 375px) {
  .accordion-article .accordion-item .accordion-collapse .accordion-body .btn {
    margin-top: calc(26px + 6*(100vw - 375px)/1065)
  }
}

@media(min-width: 1440px) {
  .accordion-article .accordion-item .accordion-collapse .accordion-body .btn {
    margin-top: 32px
  }
}

.accordion-article .accordion-item .accordion-collapse .accordion-body .section-note {
  margin-top: 30px !important
}

@media(min-width: 576px) {
  .accordion-article .accordion-item .accordion-collapse .accordion-body .section-note {
    margin-top: calc(30px + 10*(100vw - 576px)/864) !important
  }
}

@media(min-width: 1440px) {
  .accordion-article .accordion-item .accordion-collapse .accordion-body .section-note {
    margin-top: 40px !important
  }
}

.accordion-article .accordion-item .accordion-collapse .accordion-body .section-note strong {
  display: block;
  float: left;
  width: 100%;
  font-weight: 700;
  color: #d64400 !important
}

.accordion-article .accordion-item .accordion-collapse .accordion-body .image {
  border-radius: 4px;
  overflow: hidden;
  margin-top: 26px
}

@media(min-width: 576px) {
  .accordion-article .accordion-item .accordion-collapse .accordion-body .image {
    margin-top: 0
  }
}

.accordion-article .accordion-item .accordion-collapse .accordion-body.wide {
  padding-right: 20px
}

@media(min-width: 375px) {
  .accordion-article .accordion-item .accordion-collapse .accordion-body.wide {
    padding-right: calc(20px + 40*(100vw - 375px)/1065)
  }
}

@media(min-width: 1440px) {
  .accordion-article .accordion-item .accordion-collapse .accordion-body.wide {
    padding-right: 60px
  }
}

.accordion-article.rooms .accordion-button {
  display: flex;
  align-items: center;
  padding: 12px 54px 12px 20px
}

@media(min-width: 375px) {
  .accordion-article.rooms .accordion-button {
    padding: calc(12px + 3*(100vw - 375px)/1065) calc(54px + 96*(100vw - 375px)/1065) calc(12px + 3*(100vw - 375px)/1065) 20px
  }
}

@media(max-width: 767.98px) {
  .accordion-article.rooms .accordion-button {
    flex-wrap: wrap
  }
}

@media(min-width: 1440px) {
  .accordion-article.rooms .accordion-button {
    padding: 15px 150px 15px 20px
  }
}

.accordion-article.rooms .accordion-button::after {
  top: 50%;
  transform: translateY(-50%)
}

.accordion-article.rooms .accordion-button img {
  width: 69px;
  margin-right: 13px;
  border-radius: 4px;
  overflow: hidden;
  flex-shrink: 0
}

@media(min-width: 375px) {
  .accordion-article.rooms .accordion-button img {
    width: calc(69px + 10*(100vw - 375px)/393)
  }
}

@media(min-width: 768px) {
  .accordion-article.rooms .accordion-button img {
    width: calc(79px + 10*(100vw - 768px)/672)
  }
}

@media(min-width: 1440px) {
  .accordion-article.rooms .accordion-button img {
    width: 89px
  }
}

.accordion-article.rooms .accordion-button span {
  width: auto;
  padding-right: 20px;
  font-size: 13px;
  line-height: 18px;
  color: #5f6061;
  letter-spacing: .03rem;
  font-weight: 500
}

@media(min-width: 375px) {
  .accordion-article.rooms .accordion-button span {
    font-size: calc(13px + 1*(100vw - 375px)/1065)
  }
}

@media(min-width: 768px) {
  .accordion-article.rooms .accordion-button span {
    width: 100%
  }
}

@media(min-width: 1440px) {
  .accordion-article.rooms .accordion-button span {
    font-size: 14px
  }
}

.accordion-article.rooms .accordion-button span:not(.type) {
  margin-top: 6px
}

@media(min-width: 768px) {
  .accordion-article.rooms .accordion-button span:not(.type) {
    margin-top: 0
  }
}

.accordion-article.rooms .accordion-button span.type {
  width: calc(100% - 82px);
  font-size: 17px;
  line-height: 22px;
  color: #00182f;
  letter-spacing: .02rem;
  font-weight: 600;
  flex-shrink: 0
}

@media(min-width: 375px) {
  .accordion-article.rooms .accordion-button span.type {
    width: calc(100% - (82px + 10*(100vw - 375px)/393));
    font-size: calc(17px + 2*(100vw - 375px)/1065);
    line-height: calc(22px + 2*(100vw - 375px)/1065)
  }
}

@media(max-width: 767.98px) {
  .accordion-article.rooms .accordion-button span.type {
    padding-right: 0
  }
}

@media(min-width: 768px) {
  .accordion-article.rooms .accordion-button span.type {
    width: 100%;
    max-width: calc(190px + 100*(100vw - 768px)/672)
  }
}

@media(min-width: 1440px) {
  .accordion-article.rooms .accordion-button span.type {
    max-width: 290px;
    font-size: 19px;
    line-height: 24px
  }
}

.accordion-article.rooms .accordion-button[aria-expanded=true] span.type {
  color: #5f6061
}

.accordion-article.rooms .accordion-collapse .accordion-body {
  padding: 5px 20px 25px 20px
}

@media(min-width: 375px) {
  .accordion-article.rooms .accordion-collapse .accordion-body {
    padding: calc(5px + 10*(100vw - 375px)/1065) calc(20px + 40*(100vw - 375px)/1065) calc(25px + 10*(100vw - 375px)/1065) calc(20px + 40*(100vw - 375px)/1065)
  }
}

@media(min-width: 1440px) {
  .accordion-article.rooms .accordion-collapse .accordion-body {
    padding: 15px 60px 35px 60px
  }
}

.accordion-article.rooms .accordion-collapse .accordion-body .text-article ul {
  margin-top: 6px
}

.accordion-article.rooms .accordion-collapse .accordion-body .text-article ul>li {
  position: relative;
  margin-top: 8px;
  font-size: 14px;
  line-height: 21px;
  font-weight: 500;
  letter-spacing: .01rem
}

@media(min-width: 375px) {
  .accordion-article.rooms .accordion-collapse .accordion-body .text-article ul>li {
    margin-top: calc(8px + 4*(100vw - 375px)/1065);
    font-size: calc(14px + 1*(100vw - 375px)/1065);
    line-height: calc(21px + 2*(100vw - 375px)/1065)
  }
}

@media(min-width: 1440px) {
  .accordion-article.rooms .accordion-collapse .accordion-body .text-article ul>li {
    margin-top: 12px;
    font-size: 15px;
    line-height: 23x
  }
}

.accordion-article.rooms .accordion-collapse .accordion-body .text-article ul>li::before {
  top: 7.5px
}

@media(min-width: 375px) {
  .accordion-article.rooms .accordion-collapse .accordion-body .text-article ul>li::before {
    top: calc(7.5px + 1*(100vw - 375px)/1065)
  }
}

@media(min-width: 1440px) {
  .accordion-article.rooms .accordion-collapse .accordion-body .text-article ul>li::before {
    top: 8.5px
  }
}

.accordion-article.rooms .accordion-collapse .accordion-body .room-images {
  position: relative;
  float: left;
  width: 100%;
  margin-top: 26px
}

@media(min-width: 768px) {
  .accordion-article.rooms .accordion-collapse .accordion-body .room-images {
    width: calc(100% + 15px);
    margin-left: -15px;
    margin-top: 0
  }
}

.accordion-article.rooms .accordion-collapse .accordion-body .room-images::before {
  content: "";
  position: absolute;
  left: -1px;
  top: 0;
  width: 0;
  height: 100%;
  background: linear-gradient(-90deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 61.54%);
  z-index: 2;
  transition: all .2s ease-out
}

@media(min-width: 768px) {
  .accordion-article.rooms .accordion-collapse .accordion-body .room-images::before {
    top: -15px;
    left: 0;
    width: 100%;
    height: 0;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 61.54%)
  }
}

.accordion-article.rooms .accordion-collapse .accordion-body .room-images::after {
  content: "";
  position: absolute;
  right: -1px;
  bottom: 0;
  width: 0;
  height: 100%;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 61.54%);
  z-index: 2;
  transition: all .2s ease-out
}

@media(min-width: 768px) {
  .accordion-article.rooms .accordion-collapse .accordion-body .room-images::after {
    left: 0;
    right: inherit;
    width: 100%;
    height: 0;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 61.54%)
  }
}

.accordion-article.rooms .accordion-collapse .accordion-body .room-images.scroll-first::before {
  width: 20px
}

@media(min-width: 768px) {
  .accordion-article.rooms .accordion-collapse .accordion-body .room-images.scroll-first::before {
    height: 34px;
    width: 100%
  }
}

@media(min-width: 768px)and (max-width: 991.98px) {
  .accordion-article.rooms .accordion-collapse .accordion-body .room-images.scroll-first::before {
    display: none
  }
}

.accordion-article.rooms .accordion-collapse .accordion-body .room-images.scroll-last::after {
  width: 20px
}

@media(min-width: 768px) {
  .accordion-article.rooms .accordion-collapse .accordion-body .room-images.scroll-last::after {
    height: 34px;
    width: 100%
  }
}

@media(min-width: 768px)and (max-width: 991.98px) {
  .accordion-article.rooms .accordion-collapse .accordion-body .room-images.scroll-last::after {
    display: none
  }
}

.accordion-article.rooms .accordion-collapse .accordion-body .room-images ul.room-images-list {
  position: relative;
  display: flex;
  overflow: auto;
  z-index: 1
}

@media(min-width: 768px) {
  .accordion-article.rooms .accordion-collapse .accordion-body .room-images ul.room-images-list {
    flex-wrap: wrap;
    margin-top: -15px
  }
}

@media(min-width: 992px) {
  .accordion-article.rooms .accordion-collapse .accordion-body .room-images ul.room-images-list {
    max-height: 435px
  }
}

.accordion-article.rooms .accordion-collapse .accordion-body .room-images ul.room-images-list li {
  width: auto;
  height: 150px;
  padding: 0 4px;
  flex-shrink: 0
}

@media(min-width: 768px) {
  .accordion-article.rooms .accordion-collapse .accordion-body .room-images ul.room-images-list li {
    width: 50%;
    height: auto;
    padding: 0 0 0 15px;
    margin: 15px 0 0 0
  }
}

.accordion-article.rooms .accordion-collapse .accordion-body .room-images ul.room-images-list li::before {
  content: none
}

.accordion-article.rooms .accordion-collapse .accordion-body .room-images ul.room-images-list li span,
.accordion-article.rooms .accordion-collapse .accordion-body .room-images ul.room-images-list li a {
  display: block;
  float: left;
  width: auto;
  height: 100%;
  border-radius: 4px;
  overflow: hidden
}

@media(min-width: 768px) {

  .accordion-article.rooms .accordion-collapse .accordion-body .room-images ul.room-images-list li span,
  .accordion-article.rooms .accordion-collapse .accordion-body .room-images ul.room-images-list li a {
    width: 100%;
    height: auto
  }
}

.accordion-article.rooms .accordion-collapse .accordion-body .room-images ul.room-images-list li span img,
.accordion-article.rooms .accordion-collapse .accordion-body .room-images ul.room-images-list li a img {
  width: auto;
  height: 100%
}

@media(min-width: 768px) {

  .accordion-article.rooms .accordion-collapse .accordion-body .room-images ul.room-images-list li span img,
  .accordion-article.rooms .accordion-collapse .accordion-body .room-images ul.room-images-list li a img {
    width: 100%;
    height: auto
  }
}

.video-wrapper {
  position: relative;
  float: left;
  width: calc(100% + 36px);
  margin-left: -18px;
  margin-right: -18px;
  margin-top: 24px
}

@media(min-width: 375px) {
  .video-wrapper {
    margin-top: calc(24px + 6*(100vw - 375px)/1065)
  }
}

@media(min-width: 992px) {
  .video-wrapper {
    width: 100%;
    margin-left: 0;
    margin-right: 0
  }
}

@media(min-width: 1440px) {
  .video-wrapper {
    margin-top: 30px
  }
}

.video-wrapper iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%
}

.video-wrapper.ratio-16x9 {
  padding-bottom: 56.25%
}

.video-wrapper.ratio-4x3 {
  padding-bottom: 75%
}

.contact-box {
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
  min-height: 138px;
  margin-top: 16px;
  padding: 10px 0
}

@media(min-width: 375px) {
  .contact-box {
    margin-top: calc(16px + 2*(100vw - 375px)/1065)
  }
}

@media(min-width: 768px) {
  .contact-box {
    flex-direction: row
  }
}

@media(min-width: 1440px) {
  .contact-box {
    margin-top: 18px
  }
}

.contact-box::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #f6f9f9;
  z-index: 1
}

.contact-box>div {
  position: relative;
  flex: 1;
  width: 100%;
  padding: 10px 20px 10px 78px;
  z-index: 2
}

@media(min-width: 375px) {
  .contact-box>div {
    padding: calc(10px + 32*(100vw - 375px)/1065) calc(20px + 10*(100vw - 375px)/1065) calc(10px + 32*(100vw - 375px)/1065) calc(78px + 30*(100vw - 375px)/1065)
  }
}

@media(min-width: 1440px) {
  .contact-box>div {
    padding: 42px 30px 42px 108px
  }
}

.contact-box>div span {
  position: absolute;
  left: 20px;
  top: 4px;
  width: 38px;
  height: 38px;
  border-radius: 50%
}

@media(min-width: 375px) {
  .contact-box>div span {
    left: calc(20px + 10*(100vw - 375px)/1065);
    top: calc(4px + 20*(100vw - 375px)/1065);
    width: calc(38px + 20*(100vw - 375px)/1065);
    height: calc(38px + 20*(100vw - 375px)/1065)
  }
}

@media(min-width: 1440px) {
  .contact-box>div span {
    left: 30px;
    top: 24px;
    width: 58px;
    height: 58px
  }
}

.contact-box>div span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 1px solid #edf1f3
}

.contact-box>div span i {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 16px;
  height: 16px;
  font-size: 16px;
  line-height: 16px;
  color: rgba(0, 0, 0, .4);
  transform: translate(-50%, -50%)
}

@media(min-width: 375px) {
  .contact-box>div span i {
    width: calc(16px + 4*(100vw - 375px)/1065);
    height: calc(16px + 4*(100vw - 375px)/1065);
    font-size: calc(16px + 4*(100vw - 375px)/1065);
    line-height: calc(16px + 4*(100vw - 375px)/1065)
  }
}

@media(min-width: 1440px) {
  .contact-box>div span i {
    width: 20px;
    height: 20px;
    font-size: 20px;
    line-height: 20px
  }
}

.contact-box>div h5,
.contact-box>div .h5 {
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
  letter-spacing: .02rem
}

@media(min-width: 375px) {

  .contact-box>div h5,
  .contact-box>div .h5 {
    font-size: calc(16px + 1*(100vw - 375px)/1065);
    line-height: calc(22px + 2*(100vw - 375px)/1065)
  }
}

@media(min-width: 1440px) {

  .contact-box>div h5,
  .contact-box>div .h5 {
    font-size: 17px;
    line-height: 24px
  }
}

.contact-box>div a {
  display: block;
  float: left;
  font-size: 13px;
  line-height: 18px;
  font-weight: 500;
  letter-spacing: .02rem;
  color: var(--main);
  text-decoration: underline !important;
  text-decoration-color: var(--main-alpha) !important;
  word-break: break-word;
  transition: all .3s ease-out
}

@media(min-width: 375px) {
  .contact-box>div a {
    font-size: calc(13px + 1*(100vw - 375px)/1065);
    line-height: calc(18px + 2*(100vw - 375px)/1065)
  }
}

@media(min-width: 992px) {
  .contact-box>div a:hover {
    color: #00182f;
    text-decoration-color: #00182f !important
  }
}

@media(min-width: 1440px) {
  .contact-box>div a {
    font-size: 14px;
    line-height: 20px
  }
}

.contact-box>div a.phone {
  text-decoration: none !important
}

.contact-box>div p {
  margin-top: 1px;
  font-size: 13px;
  line-height: 17px;
  font-weight: 500;
  letter-spacing: .02rem;
  color: #00182f;
  transition: all .3s ease-out
}

@media(min-width: 375px) {
  .contact-box>div p {
    font-size: calc(13px + 1*(100vw - 375px)/1065);
    line-height: calc(17px + 2*(100vw - 375px)/1065)
  }
}

@media(min-width: 1440px) {
  .contact-box>div p {
    font-size: 14px;
    line-height: 19px
  }
}

@media(min-width: 768px) {
  .contact-box>div.profile {
    padding-left: calc(120px + 64*(100vw - 768px)/672)
  }
}

@media(min-width: 1440px) {
  .contact-box>div.profile {
    padding-left: 184px
  }
}

.contact-box>div.profile h3,
.contact-box>div.profile .h3 {
  font-weight: 700
}

.contact-box>div.profile p {
  font-size: 17px;
  color: #00182f;
  letter-spacing: .02rem
}

@media(min-width: 375px) {
  .contact-box>div.profile p {
    font-size: calc(17px + 2*(100vw - 375px)/1065)
  }
}

@media(min-width: 1440px) {
  .contact-box>div.profile p {
    font-size: 19px
  }
}

.contact-box>div.profile picture {
  position: absolute;
  left: 20px;
  top: 50%;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  overflow: hidden;
  transform: translateY(-50%)
}

@media(min-width: 375px) {
  .contact-box>div.profile picture {
    left: calc(20px + 38*(100vw - 375px)/1065);
    width: calc(38px + 56*(100vw - 375px)/1065);
    height: calc(38px + 56*(100vw - 375px)/1065)
  }
}

@media(min-width: 1440px) {
  .contact-box>div.profile picture {
    left: 58px;
    width: 94px;
    height: 94px
  }
}

.contact-box-map {
  position: relative;
  display: flex;
  flex-direction: column;
  float: left;
  width: 100%;
  border-radius: 0 0 4px 4px;
  overflow: hidden
}

@media(min-width: 576px) {
  .contact-box-map {
    flex-direction: row
  }
}

.contact-box-map::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 0 0 4px 4px;
  border: 2px solid #f6f9f9;
  border-top: 0 none;
  z-index: 2
}

.contact-box-map>div {
  position: relative;
  flex-shrink: 0
}

.contact-box-map>div.map {
  width: 100%;
  z-index: 1
}

@media(min-width: 576px) {
  .contact-box-map>div.map {
    width: 50%
  }
}

@media(min-width: 768px) {
  .contact-box-map>div.map {
    width: 57%
  }
}

.contact-box-map>div.map img {
  height: 100%;
  object-fit: cover
}

.contact-box-map>div.content {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 30px 20px;
  z-index: 3
}

@media(min-width: 375px) {
  .contact-box-map>div.content {
    padding: calc(30px + 4*(100vw - 375px)/1065) calc(20px + 20*(100vw - 375px)/1065)
  }
}

@media(min-width: 576px) {
  .contact-box-map>div.content {
    width: 50%
  }
}

@media(min-width: 768px) {
  .contact-box-map>div.content {
    width: 43%
  }
}

@media(min-width: 1440px) {
  .contact-box-map>div.content {
    padding: 34px 40px
  }
}

.contact-box-map>div.content>i {
  display: block;
  float: left;
  width: 24px;
  height: 24px;
  margin-bottom: 18px;
  font-size: 24px;
  line-height: 24px;
  color: rgba(0, 24, 47, .4)
}

@media(min-width: 375px) {
  .contact-box-map>div.content>i {
    margin-bottom: calc(18px + 10*(100vw - 375px)/1065)
  }
}

@media(min-width: 1440px) {
  .contact-box-map>div.content>i {
    margin-bottom: 28px
  }
}

.contact-box-map>div.content h4,
.contact-box-map>div.content .h4 {
  margin-bottom: 12px;
  font-size: 17px;
  line-height: 22px;
  color: #00182f;
  font-weight: 600;
  letter-spacing: .03rem;
  text-transform: uppercase
}

@media(min-width: 375px) {

  .contact-box-map>div.content h4,
  .contact-box-map>div.content .h4 {
    margin-bottom: calc(12px + 5*(100vw - 375px)/1065);
    font-size: calc(17px + 1*(100vw - 375px)/1065);
    line-height: calc(22px + 2*(100vw - 375px)/1065)
  }
}

@media(min-width: 1440px) {

  .contact-box-map>div.content h4,
  .contact-box-map>div.content .h4 {
    margin-bottom: 17px;
    font-size: 18px;
    line-height: 24px
  }
}

.contact-box-map>div.content h5,
.contact-box-map>div.content .h5 {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
  letter-spacing: .02rem
}

@media(min-width: 375px) {

  .contact-box-map>div.content h5,
  .contact-box-map>div.content .h5 {
    margin-bottom: calc(0px + 4*(100vw - 375px)/1065);
    font-size: calc(16px + 1*(100vw - 375px)/1065);
    line-height: calc(22px + 2*(100vw - 375px)/1065)
  }
}

@media(min-width: 1440px) {

  .contact-box-map>div.content h5,
  .contact-box-map>div.content .h5 {
    margin-bottom: 4px;
    font-size: 17px;
    line-height: 24px
  }
}

.contact-box-map>div.content p {
  margin-bottom: 16px;
  font-size: 13px;
  line-height: 18px;
  font-weight: 500;
  letter-spacing: .02rem
}

@media(min-width: 375px) {
  .contact-box-map>div.content p {
    margin-bottom: calc(16px + 8*(100vw - 375px)/1065);
    font-size: calc(13px + 1*(100vw - 375px)/1065);
    line-height: calc(18px + 1*(100vw - 375px)/1065)
  }
}

@media(min-width: 1440px) {
  .contact-box-map>div.content p {
    margin-bottom: 24px;
    font-size: 14px;
    line-height: 19px
  }
}

.contact-box-map>div.content .btn-link {
  margin-top: auto;
  margin-left: auto
}

.side-image {
  height: 240px;
  border-radius: 4px;
  margin-top: 24px;
  overflow: hidden
}

.side-image img {
  height: 100%;
  object-fit: cover
}

@media(min-width: 375px) {
  .side-image {
    height: calc(240px + 80*(100vw - 375px)/393)
  }
}

@media(min-width: 768px) {
  .side-image {
    position: absolute;
    left: 8px;
    top: 0;
    height: 100%;
    max-height: calc(400px + 100*(100vw - 768px)/672);
    margin-top: 0
  }
}

@media(min-width: 1440px) {
  .side-image {
    max-height: 500px
  }
}

@media(min-width: 768px) {
  .side-image.full {
    width: 100%
  }
}

@media(min-width: 1200px) {
  .side-image.full {
    width: calc(100% - 8px + (100vw - 1158px)/2)
  }
}

@media(min-width: 768px) {
  .side-image.full.right {
    border-radius: 4px 0 0 4px
  }
}

@media(min-width: 768px) {
  .side-image.full.left {
    border-radius: 0 4px 4px 0
  }
}

.side-image-wrapper {
  position: relative
}

@media(min-width: 992px) {
  section:has(.side-image.right) .text-article {
    padding-right: calc(16px + 4*(100vw - 992px)/448)
  }
}

@media(min-width: 1440px) {
  section:has(.side-image.right) .text-article {
    padding-right: 20px
  }
}

@media(min-width: 992px) {
  section:has(.side-image.left) .text-article {
    padding-left: calc(16px + 4*(100vw - 992px)/448)
  }
}

@media(min-width: 1440px) {
  section:has(.side-image.left) .text-article {
    padding-left: 20px
  }
}

@media(min-width: 992px) {
  section:has(.side-image-wrapper.h-more) .text-article {
    padding-bottom: calc(22px + 30*(100vw - 992px)/448)
  }
}

@media(min-width: 1440px) {
  section:has(.side-image-wrapper.h-more) .text-article {
    padding-bottom: 52px
  }
}

.section-note {
  margin-top: 26px !important;
  font-size: 13px;
  line-height: 17px;
  color: #6a6a6a !important;
  font-weight: 400;
  letter-spacing: 0
}

@media(min-width: 576px) {
  .section-note {
    margin-top: calc(26px + 5*(100vw - 576px)/864) !important;
    font-size: calc(13px + 2*(100vw - 375px)/1065);
    line-height: calc(17px + 1*(100vw - 375px)/1065)
  }
}

@media(min-width: 1440px) {
  .section-note {
    margin-top: 31px !important;
    font-size: 15px;
    line-height: 18px
  }
}

.section-note strong {
  display: block;
  float: left;
  width: 100%;
  font-weight: 700;
  color: #d64400 !important
}

.download-wrapper {
  float: left;
  width: 100%;
  margin-top: 26px
}

@media(min-width: 576px) {
  .download-wrapper {
    margin-top: calc(26px + 6*(100vw - 576px)/864)
  }
}

@media(min-width: 1440px) {
  .download-wrapper {
    margin-top: 32px
  }
}

.download-wrapper a {
  position: relative;
  display: flex;
  float: left;
  flex-direction: column;
  align-items: flex-start;
  padding: 20px;
  width: 100%
}

@media(min-width: 576px) {
  .download-wrapper a {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 20px calc(20px + 96*(100vw - 576px)/864) 20px calc(20px + 40*(100vw - 576px)/864)
  }
}

@media(min-width: 1440px) {
  .download-wrapper a {
    padding: 20px 116px 20px 60px
  }
}

.download-wrapper a p {
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  letter-spacing: .02rem;
  color: #00182f
}

@media(min-width: 375px) {
  .download-wrapper a p {
    font-size: calc(18px + 4*(100vw - 375px)/1065);
    line-height: calc(24px + 4*(100vw - 375px)/1065)
  }
}

@media(min-width: 1440px) {
  .download-wrapper a p {
    font-size: 22px;
    line-height: 28px
  }
}

.download-wrapper a p em {
  padding-left: 14px;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0;
  color: #6a6a6a;
  font-style: normal
}

@media(min-width: 375px) {
  .download-wrapper a p em {
    padding-left: calc(14px + 5*(100vw - 375px)/1065);
    font-size: calc(13px + 2*(100vw - 375px)/1065)
  }
}

@media(min-width: 1440px) {
  .download-wrapper a p em {
    padding-left: 19px;
    font-size: 15px
  }
}

.download-wrapper a .btn-link {
  white-space: nowrap;
  margin-top: 12px;
  padding: 0 28px 0 0;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  text-decoration: none !important;
  letter-spacing: .08rem;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0) !important;
  transition: all .3s ease-out
}

@media(min-width: 576px) {
  .download-wrapper a .btn-link {
    margin-left: 30px;
    margin-top: 0;
    padding: 0 34px 0 0
  }
}

.download-wrapper a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #edf1f3;
  border-bottom: 0 none
}

.download-wrapper a:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px
}

.download-wrapper a:first-child::before {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px
}

.download-wrapper a:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px
}

.download-wrapper a:last-child::before {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom: 2px solid #edf1f3
}

.season-switch {
  align-items: center !important;
  justify-content: center;
  flex-direction: row !important;
  margin-top: 16px
}

@media(min-width: 375px) {
  .season-switch {
    margin-top: calc(16px + 10*(100vw - 375px)/1065)
  }
}

@media(min-width: 1440px) {
  .season-switch {
    margin-top: 26px
  }
}

.season-switch button {
  display: block;
  float: left;
  width: auto;
  padding: 5px;
  margin: 0;
  border: 0 none;
  border-radius: 0;
  font-size: 16px;
  line-height: 20px;
  color: #00182f;
  font-weight: 500;
  letter-spacing: .02rem;
  background-color: rgba(0, 0, 0, 0);
  transition: all .3s ease-out
}

@media(min-width: 375px) {
  .season-switch button {
    font-size: calc(16px + 2*(100vw - 375px)/1065)
  }
}

@media(min-width: 1440px) {
  .season-switch button {
    font-size: 18px
  }
}

@media(min-width: 992px) {
  .season-switch button.winter-btn:hover {
    color: #005eb8
  }
}

@media(min-width: 992px) {
  .season-switch button.summer-btn:hover {
    color: #359846
  }
}

.season-switch .switch {
  position: relative;
  display: block;
  float: left;
  width: 40px;
  height: 40px;
  margin: 0 17px;
  border-radius: 50%;
  background-color: #fff;
  filter: drop-shadow(0px 4px 10px rgba(0, 0, 0, 0.1));
  transition: all .3s ease-out
}

@media(min-width: 375px) {
  .season-switch .switch {
    width: calc(40px + 3*(100vw - 375px)/1065);
    height: calc(40px + 3*(100vw - 375px)/1065);
    margin: 0 calc(17px + 3*(100vw - 375px)/1065)
  }
}

@media(min-width: 1440px) {
  .season-switch .switch {
    width: 43px;
    height: 43px;
    margin: 0 20px
  }
}

.season-switch .switch::before,
.season-switch .switch::after {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 17px;
  height: 17px;
  font-size: 17px;
  line-height: 17px;
  color: #d9d9d9;
  font-family: "icomoon" !important;
  font-weight: normal;
  font-style: normal;
  transform: translate(-50%, -50%);
  transition: all .3s ease-out
}

@media(min-width: 375px) {

  .season-switch .switch::before,
  .season-switch .switch::after {
    width: calc(17px + 5*(100vw - 375px)/1065);
    height: calc(17px + 5*(100vw - 375px)/1065);
    font-size: calc(17px + 5*(100vw - 375px)/1065);
    line-height: calc(17px + 5*(100vw - 375px)/1065)
  }
}

@media(min-width: 1440px) {

  .season-switch .switch::before,
  .season-switch .switch::after {
    width: 22px;
    height: 22px;
    font-size: 22px;
    line-height: 22px
  }
}

.season-switch .switch::before {
  content: "";
  margin-top: -5px
}

@media(min-width: 375px) {
  .season-switch .switch::before {
    margin-top: calc(-5px - 1*(100vw - 375px)/1065)
  }
}

@media(min-width: 1440px) {
  .season-switch .switch::before {
    margin-top: -6px
  }
}

.season-switch .switch::after {
  content: "";
  margin-top: 5px
}

@media(min-width: 375px) {
  .season-switch .switch::after {
    margin-top: calc(5px + 1*(100vw - 375px)/1065)
  }
}

@media(min-width: 1440px) {
  .season-switch .switch::after {
    margin-top: 6px
  }
}

.season-switch.winter button.winter-btn {
  color: #005eb8;
  font-weight: 700
}

.season-switch.winter .switch::before {
  color: #005eb8
}

.season-switch.summer button.summer-btn {
  color: #359846;
  font-weight: 700
}

.season-switch.summer .switch::after {
  color: #359846
}

.season-switch+div {
  margin-top: 26px
}

@media(min-width: 375px) {
  .season-switch+div {
    margin-top: calc(26px + 4*(100vw - 375px)/1065)
  }
}

@media(min-width: 1440px) {
  .season-switch+div {
    margin-top: 30px
  }
}

.winter-section .season-switch button.winter-btn {
  color: #005eb8;
  font-weight: 700
}

.winter-section .season-switch .switch::before {
  color: #005eb8
}

.summer-section .season-switch button.summer-btn {
  color: #359846;
  font-weight: 700
}

.summer-section .season-switch .switch::after {
  color: #359846
}

.teaser-main,
.teaser-section {
  display: block;
  float: left;
  width: 100%;
  height: 100%
}

.teaser-main>a,
.teaser-main>div,
.teaser-section>a,
.teaser-section>div {
  position: relative;
  display: block;
  float: left;
  width: 100%;
  height: 100%;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, .16)
}

@media(min-width: 768px) {

  .teaser-main>a,
  .teaser-main>div,
  .teaser-section>a,
  .teaser-section>div {
    box-shadow: none
  }
}

.teaser-main>a .label,
.teaser-main>div .label,
.teaser-section>a .label,
.teaser-section>div .label {
  position: absolute;
  left: 16px;
  top: 16px;
  width: auto;
  padding: 2px 8px;
  border-radius: 4px;
  font-size: 12px;
  line-height: 15px;
  text-transform: uppercase;
  font-weight: 600;
  color: #fff;
  letter-spacing: .05rem;
  background-color: rgba(0, 24, 47, .8);
  z-index: 1
}

@media(min-width: 375px) {

  .teaser-main>a .label,
  .teaser-main>div .label,
  .teaser-section>a .label,
  .teaser-section>div .label {
    font-size: calc(12px + 1*(100vw - 375px)/1065)
  }
}

@media(min-width: 1440px) {

  .teaser-main>a .label,
  .teaser-main>div .label,
  .teaser-section>a .label,
  .teaser-section>div .label {
    font-size: 13px
  }
}

.teaser-main>a .promo,
.teaser-main>div .promo,
.teaser-section>a .promo,
.teaser-section>div .promo {
  position: absolute;
  right: 11px;
  bottom: 7px;
  width: auto;
  display: flex;
  z-index: 1
}

.teaser-main>a .promo span,
.teaser-main>div .promo span,
.teaser-section>a .promo span,
.teaser-section>div .promo span {
  width: 28px;
  height: 28px;
  background: #fff;
  border-radius: 2px;
  border: 4px solid #fff;
  background-size: cover;
  margin-left: 4px
}

.teaser-main>a .promo span.super-premiere,
.teaser-main>div .promo span.super-premiere,
.teaser-section>a .promo span.super-premiere,
.teaser-section>div .promo span.super-premiere {
  background-image: url("../img/accommodation/superPremiere.png")
}

.teaser-main>a .promo span.super-sun,
.teaser-main>div .promo span.super-sun,
.teaser-section>a .promo span.super-sun,
.teaser-section>div .promo span.super-sun {
  background-image: url("../img/accommodation/superSun.png")
}

.teaser-main>a .image,
.teaser-main>div .image,
.teaser-section>a .image,
.teaser-section>div .image {
  position: relative;
  float: left;
  width: 100%;
  height: 221px;
  border-radius: 4px 4px 0 0;
  overflow: hidden
}

@media(min-width: 375px) {

  .teaser-main>a .image,
  .teaser-main>div .image,
  .teaser-section>a .image,
  .teaser-section>div .image {
    height: calc(221px + 290*(100vw - 375px)/1065)
  }
}

@media(min-width: 768px) {

  .teaser-main>a .image,
  .teaser-main>div .image,
  .teaser-section>a .image,
  .teaser-section>div .image {
    border-radius: 4px
  }
}

@media(min-width: 1440px) {

  .teaser-main>a .image,
  .teaser-main>div .image,
  .teaser-section>a .image,
  .teaser-section>div .image {
    height: 511px
  }
}

.teaser-main>a .image img,
.teaser-main>div .image img,
.teaser-section>a .image img,
.teaser-section>div .image img {
  height: 100%;
  object-fit: cover;
  transition: all .3s ease-out
}

.teaser-main>a .content,
.teaser-main>div .content,
.teaser-section>a .content,
.teaser-section>div .content {
  float: left;
  width: 100%;
  padding: 26px 20px;
  padding-top: 18px !important
}

@media(min-width: 375px) {

  .teaser-main>a .content,
  .teaser-main>div .content,
  .teaser-section>a .content,
  .teaser-section>div .content {
    padding-top: calc(18px + 4*(100vw - 375px)/1065) !important
  }
}

@media(min-width: 768px) {

  .teaser-main>a .content,
  .teaser-main>div .content,
  .teaser-section>a .content,
  .teaser-section>div .content {
    padding: 0
  }
}

@media(min-width: 992px) {

  .teaser-main>a .content,
  .teaser-main>div .content,
  .teaser-section>a .content,
  .teaser-section>div .content {
    padding-right: 10% !important
  }
}

@media(min-width: 1440px) {

  .teaser-main>a .content,
  .teaser-main>div .content,
  .teaser-section>a .content,
  .teaser-section>div .content {
    padding-top: 22px !important
  }
}

.teaser-main>a .content h4,
.teaser-main>a .content .h4,
.teaser-main>div .content h4,
.teaser-main>div .content .h4,
.teaser-section>a .content h4,
.teaser-section>a .content .h4,
.teaser-section>div .content h4,
.teaser-section>div .content .h4 {
  position: relative;
  padding-right: 20px;
  transition: all .3s ease-out
}

.teaser-main>a .content h4::after,
.teaser-main>a .content .h4::after,
.teaser-main>div .content h4::after,
.teaser-main>div .content .h4::after,
.teaser-section>a .content h4::after,
.teaser-section>a .content .h4::after,
.teaser-section>div .content h4::after,
.teaser-section>div .content .h4::after {
  content: "";
  position: absolute;
  right: -4px;
  top: 50%;
  width: 10px;
  height: 10px;
  font-size: 10px;
  line-height: 10px;
  color: #00182f;
  font-family: "icomoon" !important;
  font-weight: normal;
  font-style: normal;
  transition: all .3s ease-out;
  transform: translateY(-50%)
}

@media(min-width: 768px) {

  .teaser-main>a .content h4,
  .teaser-main>a .content .h4,
  .teaser-main>div .content h4,
  .teaser-main>div .content .h4,
  .teaser-section>a .content h4,
  .teaser-section>a .content .h4,
  .teaser-section>div .content h4,
  .teaser-section>div .content .h4 {
    padding-right: 0
  }

  .teaser-main>a .content h4::after,
  .teaser-main>a .content .h4::after,
  .teaser-main>div .content h4::after,
  .teaser-main>div .content .h4::after,
  .teaser-section>a .content h4::after,
  .teaser-section>a .content .h4::after,
  .teaser-section>div .content h4::after,
  .teaser-section>div .content .h4::after {
    content: none
  }
}

.teaser-main>a .content h5,
.teaser-main>a .content .h5,
.teaser-main>div .content h5,
.teaser-main>div .content .h5,
.teaser-section>a .content h5,
.teaser-section>a .content .h5,
.teaser-section>div .content h5,
.teaser-section>div .content .h5 {
  transition: all .3s ease-out
}

.teaser-main>a .content p,
.teaser-main>div .content p,
.teaser-section>a .content p,
.teaser-section>div .content p {
  margin-top: 6px;
  font-size: 13px;
  line-height: 18px;
  color: rgba(0, 0, 0, .6);
  font-weight: 400;
  letter-spacing: .01rem
}

@media(min-width: 375px) {

  .teaser-main>a .content p,
  .teaser-main>div .content p,
  .teaser-section>a .content p,
  .teaser-section>div .content p {
    font-size: calc(13px + 2*(100vw - 375px)/1065);
    line-height: calc(18px + 5*(100vw - 375px)/1065)
  }
}

@media(min-width: 1440px) {

  .teaser-main>a .content p,
  .teaser-main>div .content p,
  .teaser-section>a .content p,
  .teaser-section>div .content p {
    font-size: 15px;
    line-height: 23px
  }
}

.teaser-main>a .content .btn-link,
.teaser-main>div .content .btn-link,
.teaser-section>a .content .btn-link,
.teaser-section>div .content .btn-link {
  display: none;
  margin-top: 20px
}

@media(min-width: 375px) {

  .teaser-main>a .content .btn-link,
  .teaser-main>div .content .btn-link,
  .teaser-section>a .content .btn-link,
  .teaser-section>div .content .btn-link {
    margin-top: calc(20px + 10*(100vw - 375px)/1065)
  }
}

@media(min-width: 768px) {

  .teaser-main>a .content .btn-link,
  .teaser-main>div .content .btn-link,
  .teaser-section>a .content .btn-link,
  .teaser-section>div .content .btn-link {
    display: inline-block
  }
}

@media(min-width: 1440px) {

  .teaser-main>a .content .btn-link,
  .teaser-main>div .content .btn-link,
  .teaser-section>a .content .btn-link,
  .teaser-section>div .content .btn-link {
    margin-top: 30px
  }
}

.teaser-main>a .content .info,
.teaser-main>div .content .info,
.teaser-section>a .content .info,
.teaser-section>div .content .info {
  margin-top: 6px;
  margin-bottom: -5px
}

.teaser-main>a .content .info li,
.teaser-main>div .content .info li,
.teaser-section>a .content .info li,
.teaser-section>div .content .info li {
  position: relative;
  padding-left: 28px;
  margin-top: 8px;
  font-size: 12px;
  line-height: 17px;
  color: #00182f;
  font-weight: 500;
  letter-spacing: .05rem
}

@media(min-width: 375px) {

  .teaser-main>a .content .info li,
  .teaser-main>div .content .info li,
  .teaser-section>a .content .info li,
  .teaser-section>div .content .info li {
    padding-left: calc(28px + 5*(100vw - 375px)/1065);
    margin-top: calc(8px + 4*(100vw - 375px)/1065);
    font-size: calc(12px + 1*(100vw - 375px)/1065);
    line-height: calc(17px + 2*(100vw - 375px)/1065)
  }
}

@media(min-width: 1440px) {

  .teaser-main>a .content .info li,
  .teaser-main>div .content .info li,
  .teaser-section>a .content .info li,
  .teaser-section>div .content .info li {
    padding-left: 33px;
    margin-top: 12px;
    font-size: 13px;
    line-height: 19px
  }
}

.teaser-main>a .content .info li time,
.teaser-main>div .content .info li time,
.teaser-section>a .content .info li time,
.teaser-section>div .content .info li time {
  font-weight: 600
}

.teaser-main>a .content .info li i,
.teaser-main>div .content .info li i,
.teaser-section>a .content .info li i,
.teaser-section>div .content .info li i {
  position: absolute;
  left: 0;
  top: 0;
  width: 17px;
  height: 17px;
  font-size: 17px;
  line-height: 17px;
  color: #00182f
}

@media(min-width: 375px) {

  .teaser-main>a .content .info li i,
  .teaser-main>div .content .info li i,
  .teaser-section>a .content .info li i,
  .teaser-section>div .content .info li i {
    width: calc(17px + 1*(100vw - 375px)/1065);
    height: calc(17px + 1*(100vw - 375px)/1065);
    font-size: calc(17px + 1*(100vw - 375px)/1065);
    line-height: calc(17px + 1*(100vw - 375px)/1065)
  }
}

@media(min-width: 1440px) {

  .teaser-main>a .content .info li i,
  .teaser-main>div .content .info li i,
  .teaser-section>a .content .info li i,
  .teaser-section>div .content .info li i {
    width: 19px;
    height: 19px;
    font-size: 19px;
    line-height: 19px
  }
}

@media(min-width: 768px) {

  .teaser-main.inline>a,
  .teaser-main.inline>div,
  .teaser-section.inline>a,
  .teaser-section.inline>div {
    display: flex;
    align-items: stretch
  }

  .teaser-main.inline>a::before,
  .teaser-main.inline>div::before,
  .teaser-section.inline>a::before,
  .teaser-section.inline>div::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 4px;
    border: 1px solid #edf1f3;
    z-index: 1
  }
}

@media(min-width: 768px) {

  .teaser-main.inline>a .image,
  .teaser-main.inline>div .image,
  .teaser-section.inline>a .image,
  .teaser-section.inline>div .image {
    width: 48.5%;
    height: auto;
    z-index: 2;
    flex-shrink: 0
  }
}

@media(min-width: 768px) {

  .teaser-main.inline>a .content,
  .teaser-main.inline>div .content,
  .teaser-section.inline>a .content,
  .teaser-section.inline>div .content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 51.5%;
    height: auto;
    padding: calc(20px + 2*(100vw - 768px)/672) !important;
    z-index: 2;
    flex-shrink: 0
  }
}

@media(min-width: 1440px) {

  .teaser-main.inline>a .content,
  .teaser-main.inline>div .content,
  .teaser-section.inline>a .content,
  .teaser-section.inline>div .content {
    padding: 22px !important
  }
}

@media(min-width: 992px) {

  .teaser-main>a:hover .image img,
  .teaser-main>button:hover .image img,
  .teaser-section>a:hover .image img,
  .teaser-section>button:hover .image img,
  .teaser-article>a:hover .image img,
  .teaser-article>button:hover .image img {
    transform: scale(1.1)
  }

  .teaser-main>a:hover .content h4,
  .teaser-main>a:hover .content .h4,
  .teaser-main>a:hover .content h5,
  .teaser-main>a:hover .content .h5,
  .teaser-main>a:hover .content .teaser-icon,
  .teaser-main>button:hover .content h4,
  .teaser-main>button:hover .content .h4,
  .teaser-main>button:hover .content h5,
  .teaser-main>button:hover .content .h5,
  .teaser-main>button:hover .content .teaser-icon,
  .teaser-section>a:hover .content h4,
  .teaser-section>a:hover .content .h4,
  .teaser-section>a:hover .content h5,
  .teaser-section>a:hover .content .h5,
  .teaser-section>a:hover .content .teaser-icon,
  .teaser-section>button:hover .content h4,
  .teaser-section>button:hover .content .h4,
  .teaser-section>button:hover .content h5,
  .teaser-section>button:hover .content .h5,
  .teaser-section>button:hover .content .teaser-icon,
  .teaser-article>a:hover .content h4,
  .teaser-article>a:hover .content .h4,
  .teaser-article>a:hover .content h5,
  .teaser-article>a:hover .content .h5,
  .teaser-article>a:hover .content .teaser-icon,
  .teaser-article>button:hover .content h4,
  .teaser-article>button:hover .content .h4,
  .teaser-article>button:hover .content h5,
  .teaser-article>button:hover .content .h5,
  .teaser-article>button:hover .content .teaser-icon {
    color: var(--main)
  }
}

.teaser-section>a,
.teaser-section>div {
  box-shadow: none
}

.teaser-section>a .image,
.teaser-section>div .image {
  height: 241px;
  border-radius: 4px
}

@media(min-width: 375px) {

  .teaser-section>a .image,
  .teaser-section>div .image {
    height: calc(241px + 91*(100vw - 375px)/105)
  }
}

@media(min-width: 480px) {

  .teaser-section>a .image,
  .teaser-section>div .image {
    height: calc(237px + 54*(100vw - 480px)/96)
  }
}

@media(min-width: 576px) {

  .teaser-section>a .image,
  .teaser-section>div .image {
    height: calc(224px + 84*(100vw - 576px)/192)
  }
}

@media(min-width: 768px) {

  .teaser-section>a .image,
  .teaser-section>div .image {
    height: calc(268px + 85*(100vw - 768px)/224)
  }
}

@media(min-width: 992px) {

  .teaser-section>a .image,
  .teaser-section>div .image {
    height: calc(279px + 21*(100vw - 992px)/448)
  }
}

@media(min-width: 1440px) {

  .teaser-section>a .image,
  .teaser-section>div .image {
    height: 300px
  }
}

.teaser-section>a .image img,
.teaser-section>div .image img {
  height: 100%;
  object-fit: cover
}

.teaser-section>a .content,
.teaser-section>div .content {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px 0 0 0 !important;
  text-align: center
}

@media(min-width: 375px) {

  .teaser-section>a .content,
  .teaser-section>div .content {
    padding: calc(20px + 6*(100vw - 375px)/1065) 0 0 0 !important
  }
}

@media(min-width: 1440px) {

  .teaser-section>a .content,
  .teaser-section>div .content {
    padding: 26px 0 0 0 !important
  }
}

.teaser-section>a .content .teaser-icon,
.teaser-section>div .content .teaser-icon {
  display: block;
  float: left;
  width: 25px;
  height: 25px;
  margin-bottom: 16px;
  font-size: 25px;
  line-height: 25px;
  color: #00182f;
  text-align: center;
  transition: all .3s ease-out
}

@media(min-width: 375px) {

  .teaser-section>a .content .teaser-icon,
  .teaser-section>div .content .teaser-icon {
    width: calc(25px + 10*(100vw - 375px)/1065);
    height: calc(25px + 10*(100vw - 375px)/1065);
    margin-bottom: calc(16px + 6*(100vw - 375px)/1065);
    font-size: calc(25px + 10*(100vw - 375px)/1065);
    line-height: calc(25px + 10*(100vw - 375px)/1065)
  }
}

@media(min-width: 1440px) {

  .teaser-section>a .content .teaser-icon,
  .teaser-section>div .content .teaser-icon {
    width: 35px;
    height: 35px;
    margin-bottom: 22px;
    font-size: 35px;
    line-height: 35px
  }
}

.teaser-section>a .content img.teaser-icon,
.teaser-section>div .content img.teaser-icon {
  width: auto
}

.teaser-section>a .content h4,
.teaser-section>a .content .h4,
.teaser-section>div .content h4,
.teaser-section>div .content .h4 {
  padding-right: 0
}

.teaser-section>a .content h4::after,
.teaser-section>a .content .h4::after,
.teaser-section>div .content h4::after,
.teaser-section>div .content .h4::after {
  content: none
}

.teaser-section>a .content h5,
.teaser-section>a .content .h5,
.teaser-section>div .content h5,
.teaser-section>div .content .h5 {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 22px;
  color: #00182f;
  font-weight: 600;
  letter-spacing: .03rem;
  text-transform: uppercase
}

@media(min-width: 375px) {

  .teaser-section>a .content h5,
  .teaser-section>a .content .h5,
  .teaser-section>div .content h5,
  .teaser-section>div .content .h5 {
    margin-bottom: calc(10px + 6*(100vw - 375px)/1065)
  }
}

@media(min-width: 1440px) {

  .teaser-section>a .content h5,
  .teaser-section>a .content .h5,
  .teaser-section>div .content h5,
  .teaser-section>div .content .h5 {
    margin-bottom: 16px
  }
}

.teaser-section>a .content p,
.teaser-section>div .content p {
  margin-top: 4px;
  margin-bottom: 20px
}

@media(min-width: 375px) {

  .teaser-section>a .content p,
  .teaser-section>div .content p {
    margin-bottom: calc(20px + 2*(100vw - 375px)/1065)
  }
}

@media(min-width: 1440px) {

  .teaser-section>a .content p,
  .teaser-section>div .content p {
    margin-bottom: 22px
  }
}

.teaser-section>a .content .btn-link,
.teaser-section>div .content .btn-link {
  display: inline-block;
  margin-top: auto
}

.teaser-section.box>a,
.teaser-section.box>div {
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, .08)
}

.teaser-section.box>a .image,
.teaser-section.box>div .image {
  height: auto;
  border-radius: 4px 4px 0 0
}

.teaser-section.box>a .content,
.teaser-section.box>div .content {
  padding: 22px 20px 26px 20px !important
}

@media(min-width: 375px) {

  .teaser-section.box>a .content,
  .teaser-section.box>div .content {
    padding: calc(22px + 4*(100vw - 375px)/1065) 20px calc(26px + 4*(100vw - 375px)/1065) 20px !important
  }
}

@media(min-width: 1440px) {

  .teaser-section.box>a .content,
  .teaser-section.box>div .content {
    padding: 26px 20px 30px 20px !important
  }
}

.teaser-section.box>a .content p,
.teaser-section.box>div .content p {
  margin-top: 6px;
  margin-bottom: 0;
  color: #5f6061
}

@media(min-width: 375px) {

  .teaser-section.box>a .content p,
  .teaser-section.box>div .content p {
    margin-top: calc(6px + 6*(100vw - 375px)/1065)
  }
}

@media(min-width: 1440px) {

  .teaser-section.box>a .content p,
  .teaser-section.box>div .content p {
    margin-top: 12px
  }
}

.teaser-section.box>a .content .btn-link,
.teaser-section.box>div .content .btn-link {
  margin-top: 20px
}

@media(min-width: 375px) {

  .teaser-section.box>a .content .btn-link,
  .teaser-section.box>div .content .btn-link {
    margin-top: calc(20px + 5*(100vw - 375px)/1065)
  }
}

@media(min-width: 1440px) {

  .teaser-section.box>a .content .btn-link,
  .teaser-section.box>div .content .btn-link {
    margin-top: 25px
  }
}

.teaser-section.webcam>a .image,
.teaser-section.webcam>div .image {
  position: relative
}

.teaser-section.webcam>a .image::before,
.teaser-section.webcam>div .image::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 4px 4px 0 0;
  background: #00182f;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 24, 47, 0.3) 100%);
  z-index: 1
}

.teaser-section.webcam>a .image::after,
.teaser-section.webcam>div .image::after {
  content: "";
  position: absolute;
  right: 14px;
  bottom: 14px;
  width: 36px;
  height: 36px;
  font-size: 36px;
  line-height: 36px;
  color: rgba(255, 255, 255, .5);
  font-family: "icomoon" !important;
  font-weight: normal;
  font-style: normal;
  z-index: 2
}

@media(min-width: 375px) {

  .teaser-section.webcam>a .image::after,
  .teaser-section.webcam>div .image::after {
    right: calc(14px + 6*(100vw - 375px)/1065);
    bottom: calc(14px + 3*(100vw - 375px)/1065);
    width: calc(36px + 8*(100vw - 375px)/1065);
    height: calc(36px + 8*(100vw - 375px)/1065);
    font-size: calc(36px + 8*(100vw - 375px)/1065);
    line-height: calc(36px + 8*(100vw - 375px)/1065)
  }
}

@media(min-width: 1440px) {

  .teaser-section.webcam>a .image::after,
  .teaser-section.webcam>div .image::after {
    right: 20px;
    bottom: 17px;
    width: 44px;
    height: 44px;
    font-size: 44px;
    line-height: 44px
  }
}

.teaser-section.brd>a,
.teaser-section.brd>div {
  position: relative
}

.teaser-section.brd>a::before,
.teaser-section.brd>div::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 4px;
  border: 1px solid #edf1f3;
  z-index: 1
}

.teaser-section.brd>a .content,
.teaser-section.brd>div .content {
  position: relative;
  padding: 20px 20px 28px 20px !important;
  z-index: 2
}

@media(min-width: 375px) {

  .teaser-section.brd>a .content,
  .teaser-section.brd>div .content {
    padding: calc(20px + 8*(100vw - 375px)/1065) 20px calc(28px + 10*(100vw - 375px)/1065) 20px !important
  }
}

@media(min-width: 1440px) {

  .teaser-section.brd>a .content,
  .teaser-section.brd>div .content {
    padding: 28px 20px 38px 20px !important
  }
}

.teaser-section.accomodation>div,
.teaser-section.accomodation>a,
.teaser-section.accomodation>button {
  padding: 0;
  border: 0 none;
  border-radius: 0;
  background-color: rgba(0, 0, 0, 0)
}

.teaser-section.accomodation>div .image,
.teaser-section.accomodation>a .image,
.teaser-section.accomodation>button .image {
  position: relative;
  display: block;
  float: left;
  width: 100%
}

.teaser-section.accomodation>div .image .label,
.teaser-section.accomodation>a .image .label,
.teaser-section.accomodation>button .image .label {
  position: absolute;
  left: 11px;
  top: 11px;
  width: auto;
  padding: 2px 8px;
  border-radius: 4px;
  font-size: 13px;
  line-height: 15px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: .05rem;
  background-color: rgba(214, 68, 0, .8);
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, .1);
  z-index: 1
}

.teaser-section.accomodation>div .image img,
.teaser-section.accomodation>a .image img,
.teaser-section.accomodation>button .image img {
  transition: all .3s ease-out
}

.teaser-section.accomodation>div a.image,
.teaser-section.accomodation>a a.image,
.teaser-section.accomodation>button a.image {
  z-index: 0
}

@media(min-width: 992px) {

  .teaser-section.accomodation>div a.image:hover img,
  .teaser-section.accomodation>a a.image:hover img,
  .teaser-section.accomodation>button a.image:hover img {
    transform: scale(1.1)
  }
}

.teaser-section.accomodation>div .content,
.teaser-section.accomodation>a .content,
.teaser-section.accomodation>button .content {
  float: left;
  width: 100%;
  padding-top: 16px !important;
  background-color: #fff
}

.teaser-section.accomodation>div .content h4,
.teaser-section.accomodation>div .content .h4,
.teaser-section.accomodation>a .content h4,
.teaser-section.accomodation>a .content .h4,
.teaser-section.accomodation>button .content h4,
.teaser-section.accomodation>button .content .h4 {
  text-align: left
}

.teaser-section.accomodation>div .content h4 span,
.teaser-section.accomodation>div .content .h4 span,
.teaser-section.accomodation>a .content h4 span,
.teaser-section.accomodation>a .content .h4 span,
.teaser-section.accomodation>button .content h4 span,
.teaser-section.accomodation>button .content .h4 span {
  display: inline;
  float: none;
  margin-right: 6px
}

.teaser-section.accomodation>div .content h4 span.stars,
.teaser-section.accomodation>div .content .h4 span.stars,
.teaser-section.accomodation>a .content h4 span.stars,
.teaser-section.accomodation>a .content .h4 span.stars,
.teaser-section.accomodation>button .content h4 span.stars,
.teaser-section.accomodation>button .content .h4 span.stars {
  display: inline-block;
  width: auto;
  height: 12px;
  margin-right: 0;
  background-image: url("../img/star.svg");
  background-repeat: repeat-x;
  background-size: 17px 12px
}

.teaser-section.accomodation>div .content h4 span.stars.superior,
.teaser-section.accomodation>div .content .h4 span.stars.superior,
.teaser-section.accomodation>a .content h4 span.stars.superior,
.teaser-section.accomodation>a .content .h4 span.stars.superior,
.teaser-section.accomodation>button .content h4 span.stars.superior,
.teaser-section.accomodation>button .content .h4 span.stars.superior {
  position: relative;
  margin-right: 17px;
  flex-shrink: 0
}

.teaser-section.accomodation>div .content h4 span.stars.superior::after,
.teaser-section.accomodation>div .content .h4 span.stars.superior::after,
.teaser-section.accomodation>a .content h4 span.stars.superior::after,
.teaser-section.accomodation>a .content .h4 span.stars.superior::after,
.teaser-section.accomodation>button .content h4 span.stars.superior::after,
.teaser-section.accomodation>button .content .h4 span.stars.superior::after {
  content: "";
  position: absolute;
  right: -17px;
  top: 50%;
  width: 14px;
  height: 14px;
  margin-top: 0;
  font-size: 14px;
  line-height: 14px;
  color: #f4c135;
  font-family: "icomoon" !important;
  font-weight: normal;
  font-style: normal;
  text-align: center;
  transform: translateY(-50%)
}

.teaser-section.accomodation>div .content>p,
.teaser-section.accomodation>a .content>p,
.teaser-section.accomodation>button .content>p {
  margin-top: 4px;
  margin-bottom: 0;
  font-size: 12px;
  line-height: 14px;
  color: #00182f;
  font-weight: 600;
  text-transform: uppercase;
  text-align: left
}

@media(min-width: 375px) {

  .teaser-section.accomodation>div .content>p,
  .teaser-section.accomodation>a .content>p,
  .teaser-section.accomodation>button .content>p {
    margin-top: calc(4px + 1*(100vw - 375px)/1065);
    font-size: calc(12px + 1*(100vw - 375px)/1065);
    line-height: calc(14px + 1*(100vw - 375px)/1065)
  }
}

@media(min-width: 1440px) {

  .teaser-section.accomodation>div .content>p,
  .teaser-section.accomodation>a .content>p,
  .teaser-section.accomodation>button .content>p {
    margin-top: 5px;
    font-size: 13px;
    line-height: 15px
  }
}

.teaser-section.accomodation>div .content .location,
.teaser-section.accomodation>a .content .location,
.teaser-section.accomodation>button .content .location {
  display: flex;
  float: left;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 14px
}

@media(min-width: 375px) {

  .teaser-section.accomodation>div .content .location,
  .teaser-section.accomodation>a .content .location,
  .teaser-section.accomodation>button .content .location {
    margin-top: calc(10px + 6*(100vw - 375px)/1065);
    margin-bottom: calc(14px + 4*(100vw - 375px)/1065)
  }
}

@media(min-width: 1440px) {

  .teaser-section.accomodation>div .content .location,
  .teaser-section.accomodation>a .content .location,
  .teaser-section.accomodation>button .content .location {
    margin-top: 16px;
    margin-bottom: 18px
  }
}

.teaser-section.accomodation>div .content .location p,
.teaser-section.accomodation>a .content .location p,
.teaser-section.accomodation>button .content .location p {
  width: auto;
  margin: 0;
  padding-right: 12px;
  font-size: 12px;
  line-height: 16px;
  color: #5f6061;
  font-weight: 500;
  text-align: left
}

@media(min-width: 375px) {

  .teaser-section.accomodation>div .content .location p,
  .teaser-section.accomodation>a .content .location p,
  .teaser-section.accomodation>button .content .location p {
    font-size: calc(12px + 1*(100vw - 375px)/1065);
    line-height: calc(16px + 2*(100vw - 375px)/1065)
  }
}

@media(min-width: 1440px) {

  .teaser-section.accomodation>div .content .location p,
  .teaser-section.accomodation>a .content .location p,
  .teaser-section.accomodation>button .content .location p {
    font-size: 13px;
    line-height: 18px
  }
}

.teaser-section.accomodation>div .content .location .map,
.teaser-section.accomodation>a .content .location .map,
.teaser-section.accomodation>button .content .location .map {
  position: relative;
  width: auto;
  padding: 0 0 0 22px;
  border: 0 none;
  border-radius: 0;
  font-size: 12px;
  line-height: 16px;
  color: #5f6061;
  font-weight: 700;
  text-align: left;
  text-transform: uppercase;
  letter-spacing: .03rem;
  background-color: rgba(0, 0, 0, 0);
  transition: all .3s ease-out
}

@media(min-width: 375px) {

  .teaser-section.accomodation>div .content .location .map,
  .teaser-section.accomodation>a .content .location .map,
  .teaser-section.accomodation>button .content .location .map {
    padding: 0 0 0 calc(22px + 4*(100vw - 375px)/1065);
    font-size: calc(12px + 1*(100vw - 375px)/1065);
    line-height: calc(16px + 2*(100vw - 375px)/1065)
  }
}

@media(min-width: 992px) {

  .teaser-section.accomodation>div .content .location .map:hover,
  .teaser-section.accomodation>a .content .location .map:hover,
  .teaser-section.accomodation>button .content .location .map:hover {
    color: var(--main)
  }

  .teaser-section.accomodation>div .content .location .map:hover::before,
  .teaser-section.accomodation>a .content .location .map:hover::before,
  .teaser-section.accomodation>button .content .location .map:hover::before {
    color: var(--main)
  }
}

@media(min-width: 1440px) {

  .teaser-section.accomodation>div .content .location .map,
  .teaser-section.accomodation>a .content .location .map,
  .teaser-section.accomodation>button .content .location .map {
    padding: 0 0 0 26px;
    font-size: 13px;
    line-height: 18px
  }
}

.teaser-section.accomodation>div .content .location .map::before,
.teaser-section.accomodation>a .content .location .map::before,
.teaser-section.accomodation>button .content .location .map::before {
  content: "";
  position: absolute;
  left: 0;
  width: 16px;
  height: 16px;
  font-size: 16px;
  line-height: 16px;
  color: #5f6061;
  font-family: "icomoon" !important;
  font-weight: normal;
  font-style: normal;
  transition: all .3s ease-out
}

@media(min-width: 375px) {

  .teaser-section.accomodation>div .content .location .map::before,
  .teaser-section.accomodation>a .content .location .map::before,
  .teaser-section.accomodation>button .content .location .map::before {
    width: calc(16px + 2*(100vw - 375px)/1065);
    height: calc(16px + 2*(100vw - 375px)/1065);
    font-size: calc(16px + 2*(100vw - 375px)/1065);
    line-height: calc(16px + 2*(100vw - 375px)/1065)
  }
}

@media(min-width: 1440px) {

  .teaser-section.accomodation>div .content .location .map::before,
  .teaser-section.accomodation>a .content .location .map::before,
  .teaser-section.accomodation>button .content .location .map::before {
    width: 18px;
    height: 18px;
    font-size: 18px;
    line-height: 18px
  }
}

.teaser-section.accomodation>div .content .bottom,
.teaser-section.accomodation>a .content .bottom,
.teaser-section.accomodation>button .content .bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-top: auto
}

.teaser-section.accomodation>div .content .bottom .price,
.teaser-section.accomodation>a .content .bottom .price,
.teaser-section.accomodation>button .content .bottom .price {
  width: auto;
  margin: 0;
  font-size: 13px;
  line-height: 22px;
  color: #d64400;
  font-weight: 400;
  letter-spacing: .03rem
}

.teaser-section.accomodation>div .content .bottom .price strong,
.teaser-section.accomodation>a .content .bottom .price strong,
.teaser-section.accomodation>button .content .bottom .price strong {
  font-size: 19px;
  font-weight: 700
}

.teaser-section.accomodation>div .content .bottom .btn-link,
.teaser-section.accomodation>a .content .bottom .btn-link,
.teaser-section.accomodation>button .content .bottom .btn-link {
  margin: 0
}

.teaser-section.path>div,
.teaser-section.path>a,
.teaser-section.path>button {
  padding: 0;
  border: 0 none;
  border-radius: 0;
  background-color: rgba(0, 0, 0, 0)
}

.teaser-section.path>div .image,
.teaser-section.path>a .image,
.teaser-section.path>button .image {
  position: relative;
  display: block;
  float: left;
  width: 100%
}

.teaser-section.path>div .image .difficulty,
.teaser-section.path>a .image .difficulty,
.teaser-section.path>button .image .difficulty {
  position: absolute;
  left: 11px;
  top: 11px;
  width: auto;
  padding: 0 8px;
  border-radius: 4px;
  font-size: 12px;
  line-height: 19px;
  font-weight: 600;
  letter-spacing: .05rem;
  text-transform: uppercase;
  background-color: #fff;
  z-index: 2
}

@media(min-width: 375px) {

  .teaser-section.path>div .image .difficulty,
  .teaser-section.path>a .image .difficulty,
  .teaser-section.path>button .image .difficulty {
    font-size: calc(12px + 1*(100vw - 375px)/1065)
  }
}

@media(min-width: 1440px) {

  .teaser-section.path>div .image .difficulty,
  .teaser-section.path>a .image .difficulty,
  .teaser-section.path>button .image .difficulty {
    font-size: 13px
  }
}

.teaser-section.path>div .image .difficulty.diff-easy,
.teaser-section.path>a .image .difficulty.diff-easy,
.teaser-section.path>button .image .difficulty.diff-easy {
  color: var(--main)
}

.teaser-section.path>div .image .difficulty.diff-medium,
.teaser-section.path>a .image .difficulty.diff-medium,
.teaser-section.path>button .image .difficulty.diff-medium {
  color: #e80b1b
}

.teaser-section.path>div .image .difficulty.diff-hard,
.teaser-section.path>a .image .difficulty.diff-hard,
.teaser-section.path>button .image .difficulty.diff-hard {
  color: #00182f
}

.teaser-section.path>div .image .icon,
.teaser-section.path>a .image .icon,
.teaser-section.path>button .image .icon {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 58px;
  height: 58px;
  border-radius: 4px 0 0 0;
  background-color: #00182f;
  z-index: 2
}

.teaser-section.path>div .image .icon i,
.teaser-section.path>a .image .icon i,
.teaser-section.path>button .image .icon i {
  position: absolute;
  left: 50%;
  top: 50%;
  color: #fff;
  width: 30px;
  height: 30px;
  font-size: 30px;
  line-height: 30px;
  transform: translate(-50%, -50%)
}

.teaser-section.path>div .image .icon i.icon-dss-category-trail,
.teaser-section.path>a .image .icon i.icon-dss-category-trail,
.teaser-section.path>button .image .icon i.icon-dss-category-trail {
  width: 28px;
  height: 28px;
  font-size: 28px;
  line-height: 28px
}

.teaser-section.path>div .image .icon i.icon-dss-category-tour,
.teaser-section.path>a .image .icon i.icon-dss-category-tour,
.teaser-section.path>button .image .icon i.icon-dss-category-tour {
  width: 32px;
  height: 32px;
  font-size: 32px;
  line-height: 32px
}

.teaser-section.path>div .image picture,
.teaser-section.path>a .image picture,
.teaser-section.path>button .image picture {
  position: relative;
  z-index: 1
}

.teaser-section.path>div .content .head,
.teaser-section.path>a .content .head,
.teaser-section.path>button .content .head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  float: left;
  width: 100%
}

.teaser-section.path>div .content .head h4,
.teaser-section.path>div .content .head .h4,
.teaser-section.path>a .content .head h4,
.teaser-section.path>a .content .head .h4,
.teaser-section.path>button .content .head h4,
.teaser-section.path>button .content .head .h4 {
  text-align: left
}

.teaser-section.path>div .content .head .category,
.teaser-section.path>a .content .head .category,
.teaser-section.path>button .content .head .category {
  width: 58px;
  padding: 5px 4px;
  margin: 0 -20px 0 20px;
  font-size: 13px;
  line-height: 20px;
  font-weight: 600;
  letter-spacing: .03rem;
  white-space: nowrap;
  text-align: center;
  text-transform: uppercase;
  color: #00182f;
  flex-shrink: 0
}

.teaser-section.path>div .content .location,
.teaser-section.path>a .content .location,
.teaser-section.path>button .content .location {
  text-align: left;
  margin-top: 2px;
  font-size: 12px;
  line-height: 20px;
  color: #5f6061;
  font-weight: 500;
  letter-spacing: .03rem
}

@media(min-width: 375px) {

  .teaser-section.path>div .content .location,
  .teaser-section.path>a .content .location,
  .teaser-section.path>button .content .location {
    font-size: calc(12px + 1*(100vw - 375px)/1065);
    line-height: calc(20px + 3*(100vw - 375px)/1065)
  }
}

@media(min-width: 1440px) {

  .teaser-section.path>div .content .location,
  .teaser-section.path>a .content .location,
  .teaser-section.path>button .content .location {
    font-size: 13px;
    line-height: 23px
  }
}

.teaser-section.path>div .content .dl,
.teaser-section.path>a .content .dl,
.teaser-section.path>button .content .dl {
  display: flex;
  float: left;
  width: 100%;
  margin-bottom: 6px;
  margin-top: 10px
}

@media(min-width: 375px) {

  .teaser-section.path>div .content .dl,
  .teaser-section.path>a .content .dl,
  .teaser-section.path>button .content .dl {
    margin-bottom: calc(6px + 2*(100vw - 375px)/1065);
    margin-top: calc(10px + 4*(100vw - 375px)/1065)
  }
}

@media(min-width: 1440px) {

  .teaser-section.path>div .content .dl,
  .teaser-section.path>a .content .dl,
  .teaser-section.path>button .content .dl {
    margin-bottom: 8px;
    margin-top: 14px
  }
}

.teaser-section.path>div .content dl,
.teaser-section.path>a .content dl,
.teaser-section.path>button .content dl {
  display: flex;
  flex-direction: column;
  float: left;
  width: 50%;
  padding-right: 20px;
  margin-top: 0;
  margin-bottom: 8px;
  flex-shrink: 0
}

.teaser-section.path>div .content dl dt,
.teaser-section.path>div .content dl dd,
.teaser-section.path>a .content dl dt,
.teaser-section.path>a .content dl dd,
.teaser-section.path>button .content dl dt,
.teaser-section.path>button .content dl dd {
  margin: 0;
  font-size: 12px;
  line-height: 20px;
  color: #5f6061;
  font-weight: 500;
  letter-spacing: .03rem;
  text-align: start
}

@media(min-width: 375px) {

  .teaser-section.path>div .content dl dt,
  .teaser-section.path>div .content dl dd,
  .teaser-section.path>a .content dl dt,
  .teaser-section.path>a .content dl dd,
  .teaser-section.path>button .content dl dt,
  .teaser-section.path>button .content dl dd {
    font-size: calc(12px + 1*(100vw - 375px)/1065);
    line-height: calc(20px + 3*(100vw - 375px)/1065)
  }
}

@media(min-width: 1440px) {

  .teaser-section.path>div .content dl dt,
  .teaser-section.path>div .content dl dd,
  .teaser-section.path>a .content dl dt,
  .teaser-section.path>a .content dl dd,
  .teaser-section.path>button .content dl dt,
  .teaser-section.path>button .content dl dd {
    font-size: 13px;
    line-height: 23px
  }
}

.teaser-section.path>div .content dl dt,
.teaser-section.path>a .content dl dt,
.teaser-section.path>button .content dl dt {
  margin-bottom: 0;
  color: #00182f;
  font-weight: 600;
  text-transform: uppercase
}

.teaser-section.path>div .content .btn-link,
.teaser-section.path>a .content .btn-link,
.teaser-section.path>button .content .btn-link {
  margin-left: auto;
  margin-top: auto
}

[data-component=EventList] .loading .teaser-article.event picture,
[data-component=EventList] .loading .teaser-article.event .content * {
  position: relative;
  text-align: left
}

[data-component=EventList] .loading .teaser-article.event picture:before,
[data-component=EventList] .loading .teaser-article.event .content *:before {
  content: "";
  position: absolute;
  background: #c4c4c4;
  width: 100%;
  height: 100%;
  z-index: 1;
  transition: all .5s ease-out;
  animation: pulse 1s infinite;
  left: 0
}

[data-component=POIList] .teaser-section.box picture img {
  height: 100%;
  object-fit: cover;
  aspect-ratio: 4/3
}

[data-component=POIList] .loading .teaser-section.box picture,
[data-component=POIList] .loading .teaser-section.box .content * {
  position: relative;
  text-align: left
}

[data-component=POIList] .loading .teaser-section.box picture:before,
[data-component=POIList] .loading .teaser-section.box .content *:before {
  content: "";
  position: absolute;
  background: #c4c4c4;
  width: 100%;
  height: 100%;
  z-index: 1;
  transition: all .5s ease-out;
  animation: pulse 1s infinite;
  left: 0
}

.map-nav-list .teaser-section.accomodation>div,
.map-nav-list .teaser-section.accomodation>a,
.map-nav-list .teaser-section.accomodation>button {
  display: flex;
  flex-direction: column;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, .08)
}

@media(min-width: 768px) {

  .map-nav-list .teaser-section.accomodation>div,
  .map-nav-list .teaser-section.accomodation>a,
  .map-nav-list .teaser-section.accomodation>button {
    flex-direction: row
  }
}

.map-nav-list .teaser-section.accomodation>div .image,
.map-nav-list .teaser-section.accomodation>a .image,
.map-nav-list .teaser-section.accomodation>button .image {
  width: 100%;
  border-radius: 4px 0 0 4px;
  overflow: hidden
}

@media(min-width: 768px) {

  .map-nav-list .teaser-section.accomodation>div .image,
  .map-nav-list .teaser-section.accomodation>a .image,
  .map-nav-list .teaser-section.accomodation>button .image {
    width: 46.55%
  }
}

.map-nav-list .teaser-section.accomodation>div .image::after,
.map-nav-list .teaser-section.accomodation>a .image::after,
.map-nav-list .teaser-section.accomodation>button .image::after {
  position: absolute;
  left: 10px;
  bottom: 10px
}

.map-nav-list .teaser-section.accomodation>div .image picture,
.map-nav-list .teaser-section.accomodation>a .image picture,
.map-nav-list .teaser-section.accomodation>button .image picture {
  height: 100%
}

.map-nav-list .teaser-section.accomodation>div .image picture img,
.map-nav-list .teaser-section.accomodation>a .image picture img,
.map-nav-list .teaser-section.accomodation>button .image picture img {
  height: 100%;
  object-fit: cover
}

.map-nav-list .teaser-section.accomodation>div .content,
.map-nav-list .teaser-section.accomodation>a .content,
.map-nav-list .teaser-section.accomodation>button .content {
  width: 100%;
  padding: 12px 12px 16px 17px !important
}

@media(min-width: 375px) {

  .map-nav-list .teaser-section.accomodation>div .content,
  .map-nav-list .teaser-section.accomodation>a .content,
  .map-nav-list .teaser-section.accomodation>button .content {
    padding: 12px calc(12px + 5*(100vw - 375px)/1065) calc(16px + 4*(100vw - 375px)/1065) calc(12px + 5*(100vw - 375px)/1065) !important
  }
}

@media(min-width: 768px) {

  .map-nav-list .teaser-section.accomodation>div .content,
  .map-nav-list .teaser-section.accomodation>a .content,
  .map-nav-list .teaser-section.accomodation>button .content {
    width: 53.45%
  }
}

@media(min-width: 1440px) {

  .map-nav-list .teaser-section.accomodation>div .content,
  .map-nav-list .teaser-section.accomodation>a .content,
  .map-nav-list .teaser-section.accomodation>button .content {
    padding: 12px 17px 20px 17px !important
  }
}

.map-nav-list .teaser-section.accomodation>div .content h4,
.map-nav-list .teaser-section.accomodation>div .content .h4,
.map-nav-list .teaser-section.accomodation>a .content h4,
.map-nav-list .teaser-section.accomodation>a .content .h4,
.map-nav-list .teaser-section.accomodation>button .content h4,
.map-nav-list .teaser-section.accomodation>button .content .h4 {
  font-size: 17px;
  line-height: 25px
}

.map-nav-list .teaser-section.accomodation>div .content>p,
.map-nav-list .teaser-section.accomodation>a .content>p,
.map-nav-list .teaser-section.accomodation>button .content>p {
  margin-top: 6px
}

@media(min-width: 375px) {

  .map-nav-list .teaser-section.accomodation>div .content>p,
  .map-nav-list .teaser-section.accomodation>a .content>p,
  .map-nav-list .teaser-section.accomodation>button .content>p {
    margin-top: calc(6px + 2*(100vw - 375px)/1065)
  }
}

@media(min-width: 1440px) {

  .map-nav-list .teaser-section.accomodation>div .content>p,
  .map-nav-list .teaser-section.accomodation>a .content>p,
  .map-nav-list .teaser-section.accomodation>button .content>p {
    margin-top: 8px
  }
}

.map-nav-list .teaser-section.accomodation>div .content .location,
.map-nav-list .teaser-section.accomodation>a .content .location,
.map-nav-list .teaser-section.accomodation>button .content .location {
  margin-top: 3px;
  margin-bottom: 14px
}

@media(min-width: 375px) {

  .map-nav-list .teaser-section.accomodation>div .content .location,
  .map-nav-list .teaser-section.accomodation>a .content .location,
  .map-nav-list .teaser-section.accomodation>button .content .location {
    margin-top: calc(3px + 1*(100vw - 375px)/1065);
    margin-bottom: calc(14px + 6*(100vw - 375px)/1065)
  }
}

@media(min-width: 1440px) {

  .map-nav-list .teaser-section.accomodation>div .content .location,
  .map-nav-list .teaser-section.accomodation>a .content .location,
  .map-nav-list .teaser-section.accomodation>button .content .location {
    margin-top: 4px;
    margin-bottom: 20px
  }
}

.map-nav-list .teaser-section.accomodation>div .content .location p,
.map-nav-list .teaser-section.accomodation>a .content .location p,
.map-nav-list .teaser-section.accomodation>button .content .location p {
  padding-right: 0
}

.map-wrapper .teaser-section.accomodation {
  max-width: 332px;
  height: auto;
  z-index: 3
}

.teaser-main-list {
  margin-top: 6px
}

@media(min-width: 375px) {
  .teaser-main-list {
    margin-top: calc(6px - 40*(100vw - 375px)/1065)
  }
}

@media(min-width: 1440px) {
  .teaser-main-list {
    margin-top: -34px
  }
}

.teaser-main-list>div {
  margin-top: 24px
}

@media(min-width: 375px) {
  .teaser-main-list>div {
    margin-top: calc(24px + 44*(100vw - 375px)/1065)
  }
}

@media(min-width: 1440px) {
  .teaser-main-list>div {
    margin-top: 68px
  }
}

@media(min-width: 768px) {
  .teaser-main-list>div.col-md-teaser {
    width: 33.33%
  }
}

@media(min-width: 992px) {
  .teaser-main-list>div.col-md-teaser {
    width: 28.5%
  }

  .teaser-main-list>div.col-md-teaser.wide {
    width: 43%
  }
}

.teaser-main-list>div .teaser-main {
  margin-top: 16px
}

.teaser-main-list>div .teaser-main:first-child {
  margin-top: 0
}

.teaser-main-list>div .teaser-main>a .image::before,
.teaser-main-list>div .teaser-main>div .image::before {
  content: "";
  position: absolute;
  left: -1px;
  bottom: -1px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 42px 0 0 42px;
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #fff;
  z-index: 2
}

@media(min-width: 375px) {

  .teaser-main-list>div .teaser-main>a .image::before,
  .teaser-main-list>div .teaser-main>div .image::before {
    border-width: calc(42px + 54*(100vw - 375px)/1065) 0 0 calc(42px + 54*(100vw - 375px)/1065)
  }
}

@media(min-width: 768px) {

  .teaser-main-list>div .teaser-main>a .image::before,
  .teaser-main-list>div .teaser-main>div .image::before {
    content: none
  }
}

@media(min-width: 1440px) {

  .teaser-main-list>div .teaser-main>a .image::before,
  .teaser-main-list>div .teaser-main>div .image::before {
    border-width: 96px 0 0 96px
  }
}

@media(min-width: 768px) {

  .teaser-main-list>div .teaser-main>a .image.crop-lb::before,
  .teaser-main-list>div .teaser-main>a .image.crop-rt::before,
  .teaser-main-list>div .teaser-main>div .image.crop-lb::before,
  .teaser-main-list>div .teaser-main>div .image.crop-rt::before {
    content: ""
  }
}

@media(min-width: 768px) {

  .teaser-main-list>div .teaser-main>a .image.crop-rt::before,
  .teaser-main-list>div .teaser-main>div .image.crop-rt::before {
    left: inherit;
    bottom: inherit;
    right: -1px;
    top: -1px;
    border-width: 0 calc(61px + 35*(100vw - 375px)/1065) calc(61px + 35*(100vw - 375px)/1065) 0;
    border-color: rgba(0, 0, 0, 0) #fff rgba(0, 0, 0, 0) rgba(0, 0, 0, 0)
  }
}

@media(min-width: 1440px) {

  .teaser-main-list>div .teaser-main>a .image.crop-rt::before,
  .teaser-main-list>div .teaser-main>div .image.crop-rt::before {
    border-width: 0 96px 96px 0
  }
}

.teaser-main-list>div .teaser-main:not(.inline)>a .image,
.teaser-main-list>div .teaser-main:not(.inline)>div .image {
  height: 221px
}

@media(min-width: 375px) {

  .teaser-main-list>div .teaser-main:not(.inline)>a .image,
  .teaser-main-list>div .teaser-main:not(.inline)>div .image {
    height: calc(221px + 218*(100vw - 375px)/1065)
  }
}

@media(min-width: 1440px) {

  .teaser-main-list>div .teaser-main:not(.inline)>a .image,
  .teaser-main-list>div .teaser-main:not(.inline)>div .image {
    height: 439px
  }
}

.teaser-main-list>div:has(.teaser-main:nth-child(2)) .teaser-main {
  height: auto
}

.teaser-section-list {
  justify-content: center;
  margin-top: 5px
}

.teaser-section-list>div {
  margin-top: 20px
}

@media(min-width: 375px) {
  .teaser-section-list>div {
    margin-top: calc(20px + 15*(100vw - 375px)/1065)
  }
}

@media(min-width: 1440px) {
  .teaser-section-list>div {
    margin-top: 35px
  }
}

.teaser-banner {
  float: left;
  width: 100%;
  margin: 2px 0
}

.teaser-banner>a,
.teaser-banner>div {
  position: relative;
  display: block;
  float: left;
  border-radius: 4px;
  width: 100%
}

@media(min-width: 768px) {

  .teaser-banner>a,
  .teaser-banner>div {
    border-radius: 0 4px 4px 0
  }
}

.teaser-banner>a .image,
.teaser-banner>div .image {
  position: relative;
  display: block;
  float: left;
  width: 100%;
  border-radius: 0 0 4px 4px;
  z-index: 1;
  overflow: hidden
}

@media(min-width: 768px) {

  .teaser-banner>a .image,
  .teaser-banner>div .image {
    border-radius: 0 4px 4px 0
  }
}

.teaser-banner>a .image .btn-link,
.teaser-banner>div .image .btn-link {
  position: absolute;
  right: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 100%;
  padding: 15px 39px 15px 46px;
  background-color: rgba(255, 255, 255, .75) !important
}

.teaser-banner>a .image .btn-link::after,
.teaser-banner>div .image .btn-link::after {
  right: 15px
}

@media(max-width: 767.98px) {

  .teaser-banner>a .image picture,
  .teaser-banner>div .image picture {
    max-height: 240px
  }
}

@media(min-width: 768px) {

  .teaser-banner>a .image,
  .teaser-banner>div .image {
    position: absolute;
    left: 0;
    top: 0;
    width: calc(100% + (100vw - 100%)/2 + 20px);
    height: 100%;
    margin-left: calc((100vw - 100%)/-2 - 20px)
  }

  .teaser-banner>a .image picture,
  .teaser-banner>div .image picture {
    height: 100%
  }

  .teaser-banner>a .image img,
  .teaser-banner>div .image img {
    height: 100%;
    object-fit: cover
  }

  .teaser-banner>a .image .btn-link,
  .teaser-banner>div .image .btn-link {
    display: none
  }
}

.teaser-banner>a .content,
.teaser-banner>div .content {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  float: right;
  width: 100%;
  padding: 36px 22px;
  border-radius: 4px 4px 0 0;
  background-color: #edf1f3;
  z-index: 2;
  transition: all .3s ease-out
}

@media(min-width: 768px) {

  .teaser-banner>a .content,
  .teaser-banner>div .content {
    width: calc(50% + 10px);
    min-height: calc(384px + 100*(100vw - 768px)/672);
    padding: calc(36px + 19*(100vw - 768px)/672) calc(22px + 33*(100vw - 768px)/672);
    border-radius: 0 4px 4px 0;
    background-color: rgba(255, 255, 255, .75)
  }
}

@media(min-width: 1440px) {

  .teaser-banner>a .content,
  .teaser-banner>div .content {
    min-height: 484px;
    padding: 55px
  }
}

.teaser-banner>a .content h3,
.teaser-banner>a .content .h3,
.teaser-banner>div .content h3,
.teaser-banner>div .content .h3 {
  font-size: 26px;
  line-height: 34px;
  letter-spacing: 0;
  text-transform: inherit;
  font-weight: 400;
  transition: all .3s ease-out
}

@media(min-width: 375px) {

  .teaser-banner>a .content h3,
  .teaser-banner>a .content .h3,
  .teaser-banner>div .content h3,
  .teaser-banner>div .content .h3 {
    font-size: calc(26px + 4*(100vw - 375px)/1065);
    line-height: calc(34px + 4*(100vw - 375px)/1065)
  }
}

@media(min-width: 768px) {

  .teaser-banner>a .content h3,
  .teaser-banner>a .content .h3,
  .teaser-banner>div .content h3,
  .teaser-banner>div .content .h3 {
    font-weight: 600
  }
}

@media(min-width: 1440px) {

  .teaser-banner>a .content h3,
  .teaser-banner>a .content .h3,
  .teaser-banner>div .content h3,
  .teaser-banner>div .content .h3 {
    font-size: 30px;
    line-height: 38px
  }
}

.teaser-banner>a .content h3 strong,
.teaser-banner>a .content .h3 strong,
.teaser-banner>div .content h3 strong,
.teaser-banner>div .content .h3 strong {
  margin-bottom: 0
}

@media(min-width: 375px) {

  .teaser-banner>a .content h3 strong,
  .teaser-banner>a .content .h3 strong,
  .teaser-banner>div .content h3 strong,
  .teaser-banner>div .content .h3 strong {
    margin-bottom: calc(0px + 16*(100vw - 375px)/1065)
  }
}

@media(min-width: 1440px) {

  .teaser-banner>a .content h3 strong,
  .teaser-banner>a .content .h3 strong,
  .teaser-banner>div .content h3 strong,
  .teaser-banner>div .content .h3 strong {
    margin-bottom: 16px
  }
}

.teaser-banner>a .content p,
.teaser-banner>div .content p {
  margin-top: 10px;
  font-size: 15px;
  line-height: 20px;
  color: #00182f;
  font-weight: 500;
  letter-spacing: .01rem
}

@media(min-width: 375px) {

  .teaser-banner>a .content p,
  .teaser-banner>div .content p {
    margin-top: calc(10px + 8*(100vw - 375px)/1065);
    font-size: calc(15px + 2*(100vw - 375px)/1065);
    line-height: calc(20px + 3*(100vw - 375px)/1065)
  }
}

@media(min-width: 768px) {

  .teaser-banner>a .content p,
  .teaser-banner>div .content p {
    letter-spacing: .03rem
  }
}

@media(min-width: 1440px) {

  .teaser-banner>a .content p,
  .teaser-banner>div .content p {
    margin-top: 18px;
    font-size: 17px;
    line-height: 23px
  }
}

.teaser-banner>a .content .btn,
.teaser-banner>div .content .btn {
  display: none;
  margin-top: 24px
}

@media(min-width: 375px) {

  .teaser-banner>a .content .btn,
  .teaser-banner>div .content .btn {
    margin-top: calc(24px + 16*(100vw - 375px)/1065)
  }
}

@media(min-width: 768px) {

  .teaser-banner>a .content .btn,
  .teaser-banner>div .content .btn {
    display: flex
  }
}

@media(min-width: 1440px) {

  .teaser-banner>a .content .btn,
  .teaser-banner>div .content .btn {
    margin-top: 40px
  }
}

.teaser-banner>a .card,
.teaser-banner>div .card {
  position: absolute;
  left: -12px;
  bottom: 12px;
  width: 120px;
  border: 0 none;
  border-radius: 0;
  background-color: rgba(0, 0, 0, 0);
  z-index: 3
}

@media(min-width: 375px) {

  .teaser-banner>a .card,
  .teaser-banner>div .card {
    width: calc(120px + 100*(100vw - 375px)/393)
  }
}

@media(min-width: 768px) {

  .teaser-banner>a .card,
  .teaser-banner>div .card {
    left: inherit;
    bottom: inherit;
    right: calc(50% + 36px);
    top: 42px;
    width: auto
  }
}

@media(min-width: 992px) {
  .teaser-banner>a:hover .content {
    background-color: rgba(255, 255, 255, .9)
  }
}

@media(min-width: 768px) {

  .teaser-banner.high>a .content,
  .teaser-banner.high>div .content {
    min-height: calc(569px + 20*(100vw - 768px)/672)
  }
}

@media(min-width: 1440px) {

  .teaser-banner.high>a .content,
  .teaser-banner.high>div .content {
    min-height: 769px
  }
}

.teaser-banner.high>a .content h3,
.teaser-banner.high>a .content .h3,
.teaser-banner.high>div .content h3,
.teaser-banner.high>div .content .h3 {
  font-size: 26px;
  line-height: 34px;
  letter-spacing: .03rem
}

@media(min-width: 375px) {

  .teaser-banner.high>a .content h3,
  .teaser-banner.high>a .content .h3,
  .teaser-banner.high>div .content h3,
  .teaser-banner.high>div .content .h3 {
    font-size: calc(26px + 14*(100vw - 375px)/1065);
    line-height: calc(34px + 12*(100vw - 375px)/1065)
  }
}

@media(min-width: 1440px) {

  .teaser-banner.high>a .content h3,
  .teaser-banner.high>a .content .h3,
  .teaser-banner.high>div .content h3,
  .teaser-banner.high>div .content .h3 {
    font-size: 40px;
    line-height: 46px
  }
}

.teaser-banner.high>a .content h3 strong,
.teaser-banner.high>a .content .h3 strong,
.teaser-banner.high>div .content h3 strong,
.teaser-banner.high>div .content .h3 strong {
  margin-bottom: 0
}

@media(min-width: 375px) {

  .teaser-banner.high>a .content h3 strong,
  .teaser-banner.high>a .content .h3 strong,
  .teaser-banner.high>div .content h3 strong,
  .teaser-banner.high>div .content .h3 strong {
    margin-bottom: calc(0px + 30*(100vw - 375px)/1065)
  }
}

@media(min-width: 1440px) {

  .teaser-banner.high>a .content h3 strong,
  .teaser-banner.high>a .content .h3 strong,
  .teaser-banner.high>div .content h3 strong,
  .teaser-banner.high>div .content .h3 strong {
    margin-bottom: 30px
  }
}

.teaser-article {
  display: block;
  float: left;
  width: 100%;
  height: 100%
}

.teaser-article>a,
.teaser-article>div {
  position: relative;
  display: flex;
  flex-direction: column;
  float: left;
  align-items: flex-start;
  width: calc(100% + 18px);
  height: 100%;
  margin-left: -18px;
  padding-left: 38%
}

@media(min-width: 576px) {

  .teaser-article>a,
  .teaser-article>div {
    width: 100%;
    margin-left: 0;
    padding-left: 0;
    border-radius: 4px
  }
}

@media(min-width: 768px) {

  .teaser-article>a,
  .teaser-article>div {
    background-color: #edf1f3
  }
}

.teaser-article>a .image,
.teaser-article>div .image {
  position: absolute;
  left: 0;
  top: 0;
  float: left;
  width: 38%;
  border-radius: 0 4px 4px 0;
  overflow: hidden;
  flex-shrink: 0
}

@media(min-width: 576px) {

  .teaser-article>a .image,
  .teaser-article>div .image {
    position: relative;
    left: inherit;
    top: inherit;
    width: 100%;
    height: calc(80px + 100*(100vw - 576px)/864);
    border-radius: 4px 4px 0 0
  }

  .teaser-article>a .image img,
  .teaser-article>div .image img {
    height: 100%;
    object-fit: cover;
    transition: all .3s ease-out
  }
}

@media(min-width: 1440px) {

  .teaser-article>a .image,
  .teaser-article>div .image {
    height: 180px
  }
}

.teaser-article>a h4,
.teaser-article>a .h4,
.teaser-article>a h5,
.teaser-article>a .h5,
.teaser-article>div h4,
.teaser-article>div .h4,
.teaser-article>div h5,
.teaser-article>div .h5 {
  position: relative;
  padding: 5px 18px 12px 20px;
  transition: all .3s ease-out
}

.teaser-article>a h4::after,
.teaser-article>a .h4::after,
.teaser-article>a h5::after,
.teaser-article>a .h5::after,
.teaser-article>div h4::after,
.teaser-article>div .h4::after,
.teaser-article>div h5::after,
.teaser-article>div .h5::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 10px;
  height: 10px;
  font-size: 10px;
  line-height: 10px;
  color: #00182f;
  font-family: "icomoon" !important;
  font-weight: normal;
  font-style: normal;
  transition: all .3s ease-out;
  transform: translateY(-50%)
}

@media(min-width: 375px) {

  .teaser-article>a h4,
  .teaser-article>a .h4,
  .teaser-article>a h5,
  .teaser-article>a .h5,
  .teaser-article>div h4,
  .teaser-article>div .h4,
  .teaser-article>div h5,
  .teaser-article>div .h5 {
    padding: calc(5px + 25*(100vw - 375px)/1065) calc(18px + 30*(100vw - 375px)/1065) calc(12px + 16*(100vw - 375px)/1065) calc(20px + 8*(100vw - 375px)/1065)
  }
}

@media(min-width: 576px)and (max-width: 767.98px) {

  .teaser-article>a h4,
  .teaser-article>a .h4,
  .teaser-article>a h5,
  .teaser-article>a .h5,
  .teaser-article>div h4,
  .teaser-article>div .h4,
  .teaser-article>div h5,
  .teaser-article>div .h5 {
    padding-left: 0
  }
}

@media(min-width: 768px) {

  .teaser-article>a h4::after,
  .teaser-article>a .h4::after,
  .teaser-article>a h5::after,
  .teaser-article>a .h5::after,
  .teaser-article>div h4::after,
  .teaser-article>div .h4::after,
  .teaser-article>div h5::after,
  .teaser-article>div .h5::after {
    content: none
  }
}

@media(min-width: 1440px) {

  .teaser-article>a h4,
  .teaser-article>a .h4,
  .teaser-article>a h5,
  .teaser-article>a .h5,
  .teaser-article>div h4,
  .teaser-article>div .h4,
  .teaser-article>div h5,
  .teaser-article>div .h5 {
    padding: 30px 48px 28px 28px
  }
}

.teaser-article>a h5,
.teaser-article>a .h5,
.teaser-article>div h5,
.teaser-article>div .h5 {
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
  letter-spacing: .01rem
}

@media(min-width: 375px) {

  .teaser-article>a h5,
  .teaser-article>a .h5,
  .teaser-article>div h5,
  .teaser-article>div .h5 {
    font-size: calc(16px + 6*(100vw - 375px)/1065);
    line-height: calc(22px + 8*(100vw - 375px)/1065)
  }
}

@media(min-width: 768px) {

  .teaser-article>a h5,
  .teaser-article>a .h5,
  .teaser-article>div h5,
  .teaser-article>div .h5 {
    padding-top: 18px;
    font-size: calc(16px + 1*(100vw - 768px)/672);
    line-height: calc(22px + 3*(100vw - 768px)/672);
    letter-spacing: .01rem
  }
}

@media(min-width: 1440px) {

  .teaser-article>a h5,
  .teaser-article>a .h5,
  .teaser-article>div h5,
  .teaser-article>div .h5 {
    font-size: 17px;
    line-height: 25px
  }
}

.teaser-article>a p,
.teaser-article>div p {
  position: relative;
  width: auto;
  margin-top: auto;
  padding: 12px 20px 0 20px;
  font-size: 12px;
  line-height: 14px;
  color: #00182f;
  font-weight: 500;
  letter-spacing: .05rem
}

@media(min-width: 375px) {

  .teaser-article>a p,
  .teaser-article>div p {
    padding: calc(12px + 20*(100vw - 375px)/1065) calc(20px + 8*(100vw - 375px)/1065) calc(0px + 24*(100vw - 375px)/1065) calc(20px + 8*(100vw - 375px)/1065);
    font-size: calc(12px + 1*(100vw - 375px)/1065);
    line-height: calc(14px + 1*(100vw - 375px)/1065)
  }
}

@media(min-width: 576px)and (max-width: 767.98px) {

  .teaser-article>a p,
  .teaser-article>div p {
    padding-left: 0;
    padding-right: 0
  }
}

@media(min-width: 1440px) {

  .teaser-article>a p,
  .teaser-article>div p {
    padding: 32px 28px 24px 28px;
    font-size: 13px;
    line-height: 15px
  }
}

.teaser-article>a p::before,
.teaser-article>div p::before {
  content: "";
  position: absolute;
  left: 20px;
  top: 0;
  width: 49px;
  height: 2px;
  background-color: rgba(0, 24, 47, .5);
  transition: all .3s ease-out
}

@media(min-width: 375px) {

  .teaser-article>a p::before,
  .teaser-article>div p::before {
    left: calc(20px + 8*(100vw - 375px)/1065)
  }
}

@media(min-width: 576px) {

  .teaser-article>a p::before,
  .teaser-article>div p::before {
    left: 0
  }
}

@media(min-width: 768px) {

  .teaser-article>a p::before,
  .teaser-article>div p::before {
    background-color: #00182f
  }
}

.teaser-article>a .info,
.teaser-article>div .info {
  margin-top: auto;
  padding: 0 0 0 20px
}

@media(min-width: 576px) {

  .teaser-article>a .info,
  .teaser-article>div .info {
    padding: 0
  }
}

@media(min-width: 768px) {

  .teaser-article>a .info,
  .teaser-article>div .info {
    padding: 0px calc(20px + 8*(100vw - 768px)/672) calc(20px + 8*(100vw - 768px)/672) calc(20px + 8*(100vw - 768px)/672)
  }
}

@media(min-width: 1440px) {

  .teaser-article>a .info,
  .teaser-article>div .info {
    padding: 0 28px 28px 28px
  }
}

.teaser-article>a .info li,
.teaser-article>div .info li {
  position: relative;
  padding-left: 28px;
  margin-top: 8px;
  font-size: 12px;
  line-height: 17px;
  color: #00182f;
  font-weight: 500;
  letter-spacing: .05rem
}

@media(min-width: 375px) {

  .teaser-article>a .info li,
  .teaser-article>div .info li {
    padding-left: calc(28px + 5*(100vw - 375px)/1065);
    margin-top: calc(8px + 4*(100vw - 375px)/1065);
    font-size: calc(12px + 1*(100vw - 375px)/1065);
    line-height: calc(17px + 2*(100vw - 375px)/1065)
  }
}

@media(min-width: 1440px) {

  .teaser-article>a .info li,
  .teaser-article>div .info li {
    padding-left: 33px;
    margin-top: 12px;
    font-size: 13px;
    line-height: 19px
  }
}

.teaser-article>a .info li time,
.teaser-article>div .info li time {
  font-weight: 600
}

.teaser-article>a .info li i,
.teaser-article>div .info li i {
  position: absolute;
  left: 0;
  top: 0;
  width: 17px;
  height: 17px;
  font-size: 17px;
  line-height: 17px;
  color: #00182f
}

@media(min-width: 375px) {

  .teaser-article>a .info li i,
  .teaser-article>div .info li i {
    width: calc(17px + 1*(100vw - 375px)/1065);
    height: calc(17px + 1*(100vw - 375px)/1065);
    font-size: calc(17px + 1*(100vw - 375px)/1065);
    line-height: calc(17px + 1*(100vw - 375px)/1065)
  }
}

@media(min-width: 1440px) {

  .teaser-article>a .info li i,
  .teaser-article>div .info li i {
    width: 19px;
    height: 19px;
    font-size: 19px;
    line-height: 19px
  }
}

.teaser-article>a:has(.info) h4,
.teaser-article>a:has(.info) .h4,
.teaser-article>div:has(.info) h4,
.teaser-article>div:has(.info) .h4 {
  padding-bottom: 2px
}

@media(min-width: 992px) {

  .teaser-article>a:hover h4,
  .teaser-article>a:hover .h4,
  .teaser-article>a:hover h5,
  .teaser-article>a:hover .h5 {
    color: var(--main)
  }

  .teaser-article>a:hover p::before {
    width: calc(100% - 20px)
  }
}

@media(min-width: 992px)and (min-width: 375px) {
  .teaser-article>a:hover p::before {
    width: calc(100% - (20px + 8*(100vw - 375px)/1065))
  }
}

@media(min-width: 992px)and (min-width: 1440px) {
  .teaser-article>a:hover p::before {
    width: calc(100% - 28px)
  }
}

@media(max-width: 767.98px) {
  .teaser-article.press {
    padding: 20px;
    background-color: #edf1f3
  }
}

.teaser-article.press>a,
.teaser-article.press>div {
  flex-direction: row;
  align-items: flex-start;
  flex-wrap: wrap;
  padding-left: 0
}

.teaser-article.press>a h4,
.teaser-article.press>a .h4,
.teaser-article.press>div h4,
.teaser-article.press>div .h4 {
  font-size: 16px;
  line-height: 22px;
  letter-spacing: .02rem
}

@media(min-width: 375px) {

  .teaser-article.press>a h4,
  .teaser-article.press>a .h4,
  .teaser-article.press>div h4,
  .teaser-article.press>div .h4 {
    font-size: calc(16px + 3*(100vw - 375px)/1065);
    line-height: calc(22px + 8*(100vw - 375px)/1065)
  }
}

@media(min-width: 768px) {

  .teaser-article.press>a h4,
  .teaser-article.press>a .h4,
  .teaser-article.press>div h4,
  .teaser-article.press>div .h4 {
    padding-top: 18px;
    padding-bottom: 20px
  }
}

@media(min-width: 1440px) {

  .teaser-article.press>a h4,
  .teaser-article.press>a .h4,
  .teaser-article.press>div h4,
  .teaser-article.press>div .h4 {
    font-size: 19px;
    line-height: 30px
  }
}

.teaser-article.press>a h4::after,
.teaser-article.press>a .h4::after,
.teaser-article.press>a h5::after,
.teaser-article.press>a .h5::after,
.teaser-article.press>div h4::after,
.teaser-article.press>div .h4::after,
.teaser-article.press>div h5::after,
.teaser-article.press>div .h5::after {
  content: none
}

.teaser-article.press>a p,
.teaser-article.press>div p {
  padding-top: 12px
}

@media(min-width: 375px) {

  .teaser-article.press>a p,
  .teaser-article.press>div p {
    padding-top: calc(12px + 4*(100vw - 375px)/1065)
  }
}

@media(min-width: 1440px) {

  .teaser-article.press>a p,
  .teaser-article.press>div p {
    padding-top: 16px
  }
}

.teaser-article.press>a .btn-link,
.teaser-article.press>div .btn-link {
  margin-bottom: 0;
  margin-left: auto;
  margin-top: auto
}

@media(min-width: 375px) {

  .teaser-article.press>a .btn-link,
  .teaser-article.press>div .btn-link {
    margin-bottom: calc(0px + 22*(100vw - 375px)/1065)
  }
}

@media(min-width: 768px) {

  .teaser-article.press>a .btn-link,
  .teaser-article.press>div .btn-link {
    margin-right: calc(20px + 8*(100vw - 768px)/672)
  }
}

@media(min-width: 1440px) {

  .teaser-article.press>a .btn-link,
  .teaser-article.press>div .btn-link {
    margin-bottom: 22px;
    margin-right: 28px
  }
}

.teaser-article.image,
.teaser-article.event {
  height: auto
}

@media(max-width: 767.98px) {

  .teaser-article.image,
  .teaser-article.event {
    padding-bottom: 20px;
    background-color: #edf1f3
  }
}

.teaser-article.image>a,
.teaser-article.image>div,
.teaser-article.event>a,
.teaser-article.event>div {
  flex-direction: column;
  width: 100%;
  height: auto;
  padding-left: 0;
  margin-left: 0
}

.teaser-article.image>a .image,
.teaser-article.image>div .image,
.teaser-article.event>a .image,
.teaser-article.event>div .image {
  position: relative;
  left: inherit;
  top: inherit;
  width: 100%;
  height: auto;
  border-radius: 4px 4px 0 0
}

.teaser-article.image>a .content,
.teaser-article.image>div .content,
.teaser-article.event>a .content,
.teaser-article.event>div .content {
  float: left;
  width: 100%;
  padding: 16px 20px 18px 20px
}

@media(min-width: 375px) {

  .teaser-article.image>a .content,
  .teaser-article.image>div .content,
  .teaser-article.event>a .content,
  .teaser-article.event>div .content {
    padding: calc(16px + 2*(100vw - 375px)/1065) calc(20px + 8*(100vw - 375px)/1065) calc(18px + 6*(100vw - 375px)/1065) calc(20px + 8*(100vw - 375px)/1065)
  }
}

@media(min-width: 1440px) {

  .teaser-article.image>a .content,
  .teaser-article.image>div .content,
  .teaser-article.event>a .content,
  .teaser-article.event>div .content {
    padding: 18px 28px 24px 28px
  }
}

.teaser-article.image>a .content>*:first-child,
.teaser-article.image>div .content>*:first-child,
.teaser-article.event>a .content>*:first-child,
.teaser-article.event>div .content>*:first-child {
  margin-top: 0
}

.teaser-article.image>a .content h4,
.teaser-article.image>a .content .h4,
.teaser-article.image>a .content h5,
.teaser-article.image>a .content .h5,
.teaser-article.image>a .content p,
.teaser-article.image>div .content h4,
.teaser-article.image>div .content .h4,
.teaser-article.image>div .content h5,
.teaser-article.image>div .content .h5,
.teaser-article.image>div .content p,
.teaser-article.event>a .content h4,
.teaser-article.event>a .content .h4,
.teaser-article.event>a .content h5,
.teaser-article.event>a .content .h5,
.teaser-article.event>a .content p,
.teaser-article.event>div .content h4,
.teaser-article.event>div .content .h4,
.teaser-article.event>div .content h5,
.teaser-article.event>div .content .h5,
.teaser-article.event>div .content p {
  padding: 0
}

.teaser-article.image>a .content h4::after,
.teaser-article.image>a .content .h4::after,
.teaser-article.image>a .content h5::after,
.teaser-article.image>a .content .h5::after,
.teaser-article.image>div .content h4::after,
.teaser-article.image>div .content .h4::after,
.teaser-article.image>div .content h5::after,
.teaser-article.image>div .content .h5::after,
.teaser-article.event>a .content h4::after,
.teaser-article.event>a .content .h4::after,
.teaser-article.event>a .content h5::after,
.teaser-article.event>a .content .h5::after,
.teaser-article.event>div .content h4::after,
.teaser-article.event>div .content .h4::after,
.teaser-article.event>div .content h5::after,
.teaser-article.event>div .content .h5::after {
  content: none
}

.teaser-article.image>a .content p,
.teaser-article.image>div .content p,
.teaser-article.event>a .content p,
.teaser-article.event>div .content p {
  margin-top: 8px;
  font-size: 13px;
  line-height: 21px;
  color: #5f6061;
  letter-spacing: .03rem
}

@media(min-width: 375px) {

  .teaser-article.image>a .content p,
  .teaser-article.image>div .content p,
  .teaser-article.event>a .content p,
  .teaser-article.event>div .content p {
    margin-top: calc(8px + 2*(100vw - 375px)/1065);
    font-size: calc(13px + 2*(100vw - 375px)/1065);
    line-height: calc(21px + 2*(100vw - 375px)/1065)
  }
}

@media(min-width: 1440px) {

  .teaser-article.image>a .content p,
  .teaser-article.image>div .content p,
  .teaser-article.event>a .content p,
  .teaser-article.event>div .content p {
    margin-top: 10px;
    font-size: 15px;
    line-height: 23px
  }
}

.teaser-article.image>a .content p::before,
.teaser-article.image>div .content p::before,
.teaser-article.event>a .content p::before,
.teaser-article.event>div .content p::before {
  content: none
}

.teaser-article.image>a .btn-link,
.teaser-article.image>div .btn-link,
.teaser-article.event>a .btn-link,
.teaser-article.event>div .btn-link {
  margin-bottom: 0;
  margin-left: auto;
  margin-right: 20px
}

@media(min-width: 375px) {

  .teaser-article.image>a .btn-link,
  .teaser-article.image>div .btn-link,
  .teaser-article.event>a .btn-link,
  .teaser-article.event>div .btn-link {
    margin-bottom: calc(0px + 22*(100vw - 375px)/1065);
    margin-right: calc(20px + 8*(100vw - 375px)/1065)
  }
}

@media(min-width: 1440px) {

  .teaser-article.image>a .btn-link,
  .teaser-article.image>div .btn-link,
  .teaser-article.event>a .btn-link,
  .teaser-article.event>div .btn-link {
    margin-bottom: 22px;
    margin-right: 28px
  }
}

.teaser-article.event {
  padding-bottom: 0
}

.teaser-article.event>a .label,
.teaser-article.event>div .label {
  position: absolute;
  left: 16px;
  top: 16px;
  width: auto;
  padding: 2px 8px;
  border-radius: 4px;
  font-size: 12px;
  line-height: 15px;
  text-transform: uppercase;
  font-weight: 600;
  color: #fff;
  letter-spacing: .05rem;
  background-color: rgba(0, 24, 47, .8);
  z-index: 1
}

@media(min-width: 375px) {

  .teaser-article.event>a .label,
  .teaser-article.event>div .label {
    font-size: calc(12px + 1*(100vw - 375px)/1065)
  }
}

@media(min-width: 1440px) {

  .teaser-article.event>a .label,
  .teaser-article.event>div .label {
    font-size: 13px
  }
}

.teaser-article.event>a .info,
.teaser-article.event>div .info {
  margin: 12px 0 0 0;
  padding: 0
}

@media(min-width: 375px) {

  .teaser-article.event>a .info,
  .teaser-article.event>div .info {
    margin: calc(12px + 2*(100vw - 375px)/1065) 0 calc(0px + 10*(100vw - 375px)/1065) 0
  }
}

@media(min-width: 1440px) {

  .teaser-article.event>a .info,
  .teaser-article.event>div .info {
    margin: 14px 0 10px 0
  }
}

.teaser-article-list {
  justify-content: center;
  margin-top: 0;
  padding-bottom: 2px
}

@media(min-width: 375px) {
  .teaser-article-list {
    margin-top: calc(0px + 20*(100vw - 375px)/1065)
  }
}

@media(min-width: 1440px) {
  .teaser-article-list {
    margin-top: 20px
  }
}

.teaser-article-list>div {
  margin-top: 26px
}

.teaser-article-list>div:has(.teaser-article.press) {
  margin-top: 18px
}

@media(min-width: 768px) {
  .teaser-article-list>div:has(.teaser-article.press) {
    margin-top: 26px
  }
}

@media(min-width: 576px) {

  .teaser-article-list>div.col-sm-6 .teaser-article:not(.press):not(.image):not(.event)>a .image,
  .teaser-article-list>div.col-sm-6 .teaser-article:not(.press):not(.image):not(.event)>div .image {
    height: calc(80px + 161*(100vw - 576px)/864)
  }
}

@media(min-width: 1440px) {

  .teaser-article-list>div.col-sm-6 .teaser-article:not(.press):not(.image):not(.event)>a .image,
  .teaser-article-list>div.col-sm-6 .teaser-article:not(.press):not(.image):not(.event)>div .image {
    height: 241px
  }
}

@media(min-width: 768px) {

  .teaser-article-list>div.col-sm-6 .teaser-article:not(.press):not(.image):not(.event)>a h4,
  .teaser-article-list>div.col-sm-6 .teaser-article:not(.press):not(.image):not(.event)>a .h4,
  .teaser-article-list>div.col-sm-6 .teaser-article:not(.press):not(.image):not(.event)>div h4,
  .teaser-article-list>div.col-sm-6 .teaser-article:not(.press):not(.image):not(.event)>div .h4 {
    padding-right: calc(28px + 126*(100vw - 768px)/672)
  }
}

@media(min-width: 1440px) {

  .teaser-article-list>div.col-sm-6 .teaser-article:not(.press):not(.image):not(.event)>a h4,
  .teaser-article-list>div.col-sm-6 .teaser-article:not(.press):not(.image):not(.event)>a .h4,
  .teaser-article-list>div.col-sm-6 .teaser-article:not(.press):not(.image):not(.event)>div h4,
  .teaser-article-list>div.col-sm-6 .teaser-article:not(.press):not(.image):not(.event)>div .h4 {
    padding-right: 154px
  }
}

.teaser-full {
  display: block;
  float: left;
  width: 100%;
  height: 100%;
  margin: 2px 0
}

.teaser-full>a,
.teaser-full>div {
  position: relative;
  display: flex;
  flex-direction: column;
  float: left;
  width: 100%;
  height: 100%
}

@media(min-width: 576px) {

  .teaser-full>a,
  .teaser-full>div {
    flex-direction: row;
    align-items: stretch
  }
}

.teaser-full>a::before,
.teaser-full>div::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 4px;
  border: 2px solid #edf1f3;
  z-index: 1
}

.teaser-full>a .image,
.teaser-full>div .image {
  width: 100%;
  height: auto;
  border-radius: 4px 4px 0 0;
  z-index: 2;
  flex-shrink: 0;
  overflow: hidden
}

@media(min-width: 576px) {

  .teaser-full>a .image,
  .teaser-full>div .image {
    width: 41.8%;
    border-radius: 4px 0 0 4px
  }
}

.teaser-full>a .image picture,
.teaser-full>div .image picture {
  height: 100%
}

.teaser-full>a .image picture img,
.teaser-full>div .image picture img {
  height: 100%;
  object-fit: cover;
  transition: all .3s ease-out
}

@media(min-width: 576px) {

  .teaser-full>a .image.order-sm-2,
  .teaser-full>div .image.order-sm-2 {
    border-radius: 0 4px 4px 0
  }
}

.teaser-full>a .content,
.teaser-full>div .content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: auto;
  padding: 24px 20px;
  z-index: 2;
  flex-shrink: 0
}

@media(min-width: 576px) {

  .teaser-full>a .content,
  .teaser-full>div .content {
    width: 58.2%;
    padding: calc(30px + 30*(100vw - 576px)/864);
    padding-left: calc(30px + 70*(100vw - 576px)/864)
  }
}

@media(min-width: 1440px) {

  .teaser-full>a .content,
  .teaser-full>div .content {
    padding: 60px;
    padding-left: 100px
  }
}

@media(min-width: 768px) {

  .teaser-full>a .content.order-md-1,
  .teaser-full>div .content.order-md-1 {
    padding-right: calc(30px + 70*(100vw - 768px)/672)
  }
}

@media(min-width: 1440px) {

  .teaser-full>a .content.order-md-1,
  .teaser-full>div .content.order-md-1 {
    padding-right: 100px
  }
}

.teaser-full>a .content h2,
.teaser-full>a .content .h2,
.teaser-full>div .content h2,
.teaser-full>div .content .h2 {
  font-weight: 700;
  letter-spacing: .04rem
}

.teaser-full>a .content h3,
.teaser-full>a .content .h3,
.teaser-full>div .content h3,
.teaser-full>div .content .h3 {
  margin-top: 8px;
  font-size: 22px;
  line-height: 30px;
  font-weight: 400;
  letter-spacing: .03rem;
  font-weight: 500;
  letter-spacing: .01rem
}

@media(min-width: 375px) {

  .teaser-full>a .content h3,
  .teaser-full>a .content .h3,
  .teaser-full>div .content h3,
  .teaser-full>div .content .h3 {
    margin-top: calc(8px + 8*(100vw - 375px)/1065);
    font-size: calc(22px + 6*(100vw - 375px)/1065);
    line-height: calc(30px + 6*(100vw - 375px)/1065)
  }
}

@media(min-width: 1440px) {

  .teaser-full>a .content h3,
  .teaser-full>a .content .h3,
  .teaser-full>div .content h3,
  .teaser-full>div .content .h3 {
    margin-top: 16px;
    font-size: 28px;
    line-height: 36px
  }
}

.teaser-full>a .content p,
.teaser-full>div .content p {
  margin-top: 8px;
  font-size: 13px;
  line-height: 18px;
  color: rgba(0, 0, 0, .6);
  font-weight: 400;
  letter-spacing: .01rem
}

@media(min-width: 375px) {

  .teaser-full>a .content p,
  .teaser-full>div .content p {
    margin-top: calc(8px + 6*(100vw - 375px)/1065);
    font-size: calc(13px + 2*(100vw - 375px)/1065);
    line-height: calc(18px + 5*(100vw - 375px)/1065)
  }
}

@media(min-width: 1440px) {

  .teaser-full>a .content p,
  .teaser-full>div .content p {
    margin-top: 14px;
    font-size: 15px;
    line-height: 23px
  }
}

.teaser-full>a .content .btn,
.teaser-full>div .content .btn {
  margin-top: 24px;
  margin-left: auto;
  margin-right: auto
}

@media(min-width: 375px) {

  .teaser-full>a .content .btn,
  .teaser-full>div .content .btn {
    margin-top: calc(24px + 16*(100vw - 375px)/1065)
  }
}

@media(min-width: 576px) {

  .teaser-full>a .content .btn,
  .teaser-full>div .content .btn {
    margin-left: 0;
    margin-right: 0
  }
}

@media(min-width: 1440px) {

  .teaser-full>a .content .btn,
  .teaser-full>div .content .btn {
    margin-top: 40px
  }
}

.teaser-promo-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  float: left;
  width: calc(100% + 16px);
  margin-left: -8px;
  margin-right: -8px;
  margin-top: 15px
}

.teaser-promo-list>div {
  width: 100%;
  padding: 0 8px;
  margin-top: 20px
}

@media(min-width: 576px) {
  .teaser-promo-list>div {
    width: 50%
  }
}

@media(min-width: 768px) {
  .teaser-promo-list>div {
    width: 36.2%
  }
}

.teaser-promo-list>div.cover {
  width: 100%
}

@media(min-width: 768px) {
  .teaser-promo-list>div.cover {
    width: 27.6%
  }
}

.teaser-promo-list>div.wide {
  width: 100%
}

@media(min-width: 768px) {
  .teaser-promo-list>div.wide {
    width: 72.4%
  }
}

.teaser-promo-list>div.wide .teaser-promo>a,
.teaser-promo-list>div.wide .teaser-promo>div {
  padding: 0
}

@media(min-width: 576px) {

  .teaser-promo-list>div.wide .teaser-promo>a,
  .teaser-promo-list>div.wide .teaser-promo>div {
    flex-direction: row;
    align-items: center
  }
}

.teaser-promo-list>div.wide .teaser-promo>a .image,
.teaser-promo-list>div.wide .teaser-promo>div .image {
  width: 100%;
  height: auto;
  flex-shrink: 0;
  border-radius: 4px;
  overflow: hidden
}

@media(min-width: 576px) {

  .teaser-promo-list>div.wide .teaser-promo>a .image,
  .teaser-promo-list>div.wide .teaser-promo>div .image {
    width: 28.07%;
    height: 100%
  }
}

.teaser-promo-list>div.wide .teaser-promo>a .image img,
.teaser-promo-list>div.wide .teaser-promo>div .image img {
  height: 100%;
  object-fit: cover;
  transition: all .3s ease-out
}

.teaser-promo-list>div.wide .teaser-promo>a .content,
.teaser-promo-list>div.wide .teaser-promo>div .content {
  padding: 20px 20px 24px 20px;
  margin-bottom: 0
}

@media(min-width: 576px) {

  .teaser-promo-list>div.wide .teaser-promo>a .content,
  .teaser-promo-list>div.wide .teaser-promo>div .content {
    padding: calc(20px + 20*(100vw - 576px)/864) calc(20px + 38*(100vw - 576px)/864) calc(24px + 6*(100vw - 576px)/864) calc(20px + 10*(100vw - 576px)/864)
  }
}

@media(min-width: 1440px) {

  .teaser-promo-list>div.wide .teaser-promo>a .content,
  .teaser-promo-list>div.wide .teaser-promo>div .content {
    padding: 40px 58px 30px 30px
  }
}

.teaser-promo-list>div.wide .teaser-promo>a .content .validity,
.teaser-promo-list>div.wide .teaser-promo>div .content .validity {
  margin-bottom: 0;
  margin-top: 20px
}

@media(min-width: 576px) {

  .teaser-promo-list>div.wide .teaser-promo>a .content .validity,
  .teaser-promo-list>div.wide .teaser-promo>div .content .validity {
    margin-top: calc(20px + 8*(100vw - 576px)/864)
  }
}

@media(min-width: 1440px) {

  .teaser-promo-list>div.wide .teaser-promo>a .content .validity,
  .teaser-promo-list>div.wide .teaser-promo>div .content .validity {
    margin-top: 28px
  }
}

.teaser-promo-list>div.wide .teaser-promo>a .content .validity:before,
.teaser-promo-list>div.wide .teaser-promo>div .content .validity:before {
  width: 59px
}

.teaser-promo-list>div.wide .teaser-promo>a .btn-link,
.teaser-promo-list>div.wide .teaser-promo>div .btn-link {
  white-space: nowrap;
  margin: 0 20px 24px 20px
}

@media(min-width: 576px) {

  .teaser-promo-list>div.wide .teaser-promo>a .btn-link,
  .teaser-promo-list>div.wide .teaser-promo>div .btn-link {
    margin: 0 calc(20px + 38*(100vw - 576px)/864) 0 0
  }
}

@media(min-width: 1440px) {

  .teaser-promo-list>div.wide .teaser-promo>a .btn-link,
  .teaser-promo-list>div.wide .teaser-promo>div .btn-link {
    margin: 0 58px 0 0
  }
}

.teaser-promo-cover {
  position: relative;
  display: block;
  float: left;
  width: 100%;
  height: 100%;
  min-height: 160px;
  border-radius: 4px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover
}

.teaser-promo-cover .cover-video {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 100%;
  border-radius: 4px;
  object-fit: cover;
  transform: translate(-50%, -50%);
  overflow: hidden;
  z-index: 1
}

.teaser-promo-cover::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 87.5%;
  border-radius: 4px 4px 0 0;
  background: #00182f;
  background: linear-gradient(180deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  opacity: .4;
  z-index: 2
}

.teaser-promo-cover h3,
.teaser-promo-cover .h3 {
  position: absolute;
  left: 20px;
  top: 20px;
  width: calc(100% - 40px);
  font-weight: 700;
  letter-spacing: .01rem;
  color: #fff;
  z-index: 3
}

@media(min-width: 375px) {

  .teaser-promo-cover h3,
  .teaser-promo-cover .h3 {
    top: calc(20px + 4*(100vw - 375px)/1065)
  }
}

@media(min-width: 1440px) {

  .teaser-promo-cover h3,
  .teaser-promo-cover .h3 {
    top: 24px
  }
}

.teaser-promo {
  display: block;
  float: left;
  width: 100%;
  height: 100%
}

.teaser-promo>a,
.teaser-promo>div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 20px 20px 28px 20px;
  border-radius: 4px;
  background-color: #fff
}

@media(min-width: 375px) {

  .teaser-promo>a,
  .teaser-promo>div {
    padding: calc(20px + 2*(100vw - 375px)/1065) calc(20px + 28*(100vw - 375px)/1065) calc(28px + 4*(100vw - 375px)/1065) calc(20px + 10*(100vw - 375px)/1065)
  }
}

@media(min-width: 1440px) {

  .teaser-promo>a,
  .teaser-promo>div {
    padding: 22px 48px 32px 30px
  }
}

.teaser-promo>a::before,
.teaser-promo>div::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 4px;
  border: 1px solid #edf1f3;
  z-index: 1
}

.teaser-promo>a .content,
.teaser-promo>div .content {
  position: relative;
  float: left;
  width: 100%;
  margin-bottom: 25px;
  z-index: 2
}

@media(min-width: 375px) {

  .teaser-promo>a .content,
  .teaser-promo>div .content {
    margin-bottom: calc(25px + 20*(100vw - 375px)/1065)
  }
}

@media(min-width: 1440px) {

  .teaser-promo>a .content,
  .teaser-promo>div .content {
    margin-bottom: 45px
  }
}

.teaser-promo>a .content h4,
.teaser-promo>a .content .h4,
.teaser-promo>div .content h4,
.teaser-promo>div .content .h4 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: auto;
  line-height: 24px;
  color: #fff;
  font-weight: 700;
  letter-spacing: .02rem
}

@media(min-width: 375px) {

  .teaser-promo>a .content h4,
  .teaser-promo>a .content .h4,
  .teaser-promo>div .content h4,
  .teaser-promo>div .content .h4 {
    line-height: calc(24px + 8*(100vw - 375px)/1065)
  }
}

@media(min-width: 1440px) {

  .teaser-promo>a .content h4,
  .teaser-promo>a .content .h4,
  .teaser-promo>div .content h4,
  .teaser-promo>div .content .h4 {
    line-height: 32px
  }
}

.teaser-promo>a .content h4 span,
.teaser-promo>a .content .h4 span,
.teaser-promo>div .content h4 span,
.teaser-promo>div .content .h4 span {
  padding: 0 9px;
  background-color: #d64400;
  transition: all .3s ease-out
}

.teaser-promo>a .content p,
.teaser-promo>div .content p {
  margin-top: 10px;
  font-size: 13px;
  line-height: 22px;
  color: rgba(0, 0, 0, .6)
}

@media(min-width: 375px) {

  .teaser-promo>a .content p,
  .teaser-promo>div .content p {
    margin-top: calc(10px + 2*(100vw - 375px)/1065);
    font-size: calc(13px + 2*(100vw - 375px)/1065);
    line-height: calc(22px + 1*(100vw - 375px)/1065)
  }
}

@media(min-width: 1440px) {

  .teaser-promo>a .content p,
  .teaser-promo>div .content p {
    margin-top: 12px;
    font-size: 15px;
    line-height: 23px
  }
}

.teaser-promo>a .validity,
.teaser-promo>div .validity {
  position: relative;
  float: left;
  width: 100%;
  padding-top: 8px;
  margin-bottom: 22px;
  z-index: 2
}

@media(min-width: 375px) {

  .teaser-promo>a .validity,
  .teaser-promo>div .validity {
    margin-bottom: calc(22px + 20*(100vw - 375px)/1065)
  }
}

@media(min-width: 1440px) {

  .teaser-promo>a .validity,
  .teaser-promo>div .validity {
    margin-bottom: 42px
  }
}

.teaser-promo>a .validity:before,
.teaser-promo>div .validity:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 1px;
  background-color: #ff5200
}

.teaser-promo>a .validity p,
.teaser-promo>a .validity time,
.teaser-promo>div .validity p,
.teaser-promo>div .validity time {
  font-size: 12px;
  line-height: 16px
}

@media(min-width: 375px) {

  .teaser-promo>a .validity p,
  .teaser-promo>a .validity time,
  .teaser-promo>div .validity p,
  .teaser-promo>div .validity time {
    font-size: calc(12px + 1*(100vw - 375px)/1065);
    line-height: calc(16px + 2*(100vw - 375px)/1065)
  }
}

@media(min-width: 1440px) {

  .teaser-promo>a .validity p,
  .teaser-promo>a .validity time,
  .teaser-promo>div .validity p,
  .teaser-promo>div .validity time {
    font-size: 13px;
    line-height: 18px
  }
}

.teaser-promo>a .validity p,
.teaser-promo>div .validity p {
  margin-top: 0;
  color: #d64400;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: .05rem
}

.teaser-promo>a .validity time,
.teaser-promo>div .validity time {
  display: block;
  float: left;
  width: 100%;
  margin-top: 4px;
  color: #00182f;
  font-weight: 500
}

.teaser-promo>a .btn-link,
.teaser-promo>div .btn-link {
  position: relative;
  margin-top: auto;
  z-index: 2
}

@media(min-width: 992px) {

  .teaser-promo>a:hover .content h4 span,
  .teaser-promo>a:hover .content .h4 span {
    background-color: #c14005
  }
}

.teaser-area {
  display: block;
  float: left;
  width: 100%;
  height: 100%
}

.teaser-area>a,
.teaser-area>div {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 14px 18px 14px 14px
}

.teaser-area>a::before,
.teaser-area>div::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 4px;
  border: 1px solid #edf1f3;
  z-index: 1
}

.teaser-area>a .image,
.teaser-area>div .image {
  display: block;
  float: left;
  width: 37%;
  margin: -14px 12px -14px -14px;
  border-radius: 4px;
  flex-shrink: 0;
  overflow: hidden
}

@media(min-width: 768px) {

  .teaser-area>a .image,
  .teaser-area>div .image {
    margin: 0 12px 0 0
  }
}

.teaser-area>a h5,
.teaser-area>a .h5,
.teaser-area>div h5,
.teaser-area>div .h5 {
  position: relative;
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
  letter-spacing: .03rem;
  padding-right: 34px;
  transition: all .3s ease-out
}

.teaser-area>a h5::after,
.teaser-area>a .h5::after,
.teaser-area>div h5::after,
.teaser-area>div .h5::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 14px;
  height: 14px;
  font-size: 14px;
  line-height: 14px;
  color: #00182f;
  font-family: "icomoon" !important;
  font-weight: normal;
  font-style: normal;
  transition: all .3s ease-out;
  transform: translateY(-50%)
}

@media(min-width: 768px) {

  .teaser-area>a h5,
  .teaser-area>a .h5,
  .teaser-area>div h5,
  .teaser-area>div .h5 {
    padding-right: 0
  }

  .teaser-area>a h5::after,
  .teaser-area>a .h5::after,
  .teaser-area>div h5::after,
  .teaser-area>div .h5::after {
    content: none
  }
}

@media(min-width: 992px) {

  .teaser-area>a:hover h5,
  .teaser-area>a:hover .h5 {
    color: var(--main)
  }
}

.teaser-area-list {
  margin-top: 10px
}

@media(min-width: 375px) {
  .teaser-area-list {
    margin-top: calc(10px + 4*(100vw - 375px)/1065)
  }
}

@media(min-width: 1440px) {
  .teaser-area-list {
    margin-top: 14px
  }
}

.teaser-area-list>div {
  margin-top: 16px
}

.teaser-skipass {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  float: left;
  width: 100%;
  height: 100%;
  padding: 12px 20px 22px 20px;
  border-radius: 4px
}

@media(min-width: 375px) {
  .teaser-skipass {
    padding: calc(12px + 1*(100vw - 375px)/1065) calc(20px + 4*(100vw - 375px)/1065) calc(22px + 3*(100vw - 375px)/1065) calc(20px + 4*(100vw - 375px)/1065)
  }
}

@media(min-width: 1440px) {
  .teaser-skipass {
    padding: 13px 24px 25px 24px
  }
}

.teaser-skipass::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 4px;
  background: var(--main-light);
  background: linear-gradient(to bottom, var(--main-light), rgb(255, 82, 0));
  z-index: 1;
  opacity: .4
}

.teaser-skipass::after {
  content: "";
  position: absolute;
  left: 2px;
  top: 2px;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  border-radius: 4px;
  background-color: #fff;
  z-index: 2
}

.teaser-skipass .label {
  position: relative;
  width: auto;
  padding: 2px 8px;
  margin-left: -8px;
  margin-right: auto;
  margin-bottom: 8px;
  font-size: 13px;
  line-height: 15px;
  color: #5f6061;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: .05rem;
  z-index: 3
}

.teaser-skipass .label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 3px;
  border: 2px solid var(--main);
  opacity: .1
}

@media(min-width: 375px) {
  .teaser-skipass .label {
    margin-bottom: calc(8px + 4*(100vw - 375px)/1065)
  }
}

@media(min-width: 1440px) {
  .teaser-skipass .label {
    margin-bottom: 12px
  }
}

.teaser-skipass .content {
  position: relative;
  z-index: 3
}

.teaser-skipass .content h4,
.teaser-skipass .content .h4 {
  color: #d64400
}

.teaser-skipass .content p {
  display: block;
  float: left;
  width: 100%;
  margin-top: 4px;
  font-size: 13px;
  line-height: 18px;
  color: #5f6061;
  font-weight: 500
}

@media(min-width: 375px) {
  .teaser-skipass .content p {
    margin-top: calc(4px + 2*(100vw - 375px)/1065);
    font-size: calc(13px + 1*(100vw - 375px)/1065);
    line-height: calc(18px + 2*(100vw - 375px)/1065)
  }
}

@media(min-width: 1440px) {
  .teaser-skipass .content p {
    margin-top: 6px;
    font-size: 14px;
    line-height: 20px
  }
}

.teaser-skipass .price {
  position: relative;
  display: flex;
  align-items: flex-end;
  margin-top: 12px;
  margin-right: auto;
  z-index: 3
}

@media(min-width: 375px) {
  .teaser-skipass .price {
    margin-top: calc(12px + 4*(100vw - 375px)/1065)
  }
}

@media(min-width: 1440px) {
  .teaser-skipass .price {
    margin-top: 16px
  }
}

.teaser-skipass .price span {
  position: relative;
  display: block;
  float: left;
  width: auto;
  font-size: 18px;
  line-height: 28px;
  color: #00182f;
  font-weight: 500;
  letter-spacing: .01rem
}

.teaser-skipass .price span strong {
  padding-right: 5px;
  font-size: 26px;
  font-weight: 700
}

.teaser-skipass .price span.discount {
  position: relative;
  margin-left: 13px;
  padding: 0 3px;
  font-size: 18px;
  font-weight: 500
}

.teaser-skipass .price span.discount::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 2px;
  background-color: rgba(106, 106, 106, .5);
  transform: translateY(-50%)
}

.teaser-skipass .price span.discount::after {
  content: none
}

.teaser-skipass .btn {
  position: relative;
  margin-top: 18px;
  z-index: 3
}

@media(min-width: 375px) {
  .teaser-skipass .btn {
    margin-top: calc(18px + 6*(100vw - 375px)/1065)
  }
}

@media(min-width: 1440px) {
  .teaser-skipass .btn {
    margin-top: 24px
  }
}

.teaser-skipass .btn-link,
.teaser-skipass .btn-save {
  position: relative;
  margin-top: 12px;
  z-index: 3
}

@media(min-width: 375px) {

  .teaser-skipass .btn-link,
  .teaser-skipass .btn-save {
    margin-top: calc(12px + 4*(100vw - 375px)/1065)
  }
}

@media(min-width: 1440px) {

  .teaser-skipass .btn-link,
  .teaser-skipass .btn-save {
    margin-top: 16px
  }
}

.teaser-calc {
  position: relative;
  display: block;
  float: left;
  width: 100%;
  height: 100%
}

.teaser-calc>div,
.teaser-calc>a,
.teaser-calc>button {
  position: relative;
  display: flex;
  flex-direction: column;
  float: left;
  width: 100%;
  height: 100%;
  padding: 0;
  border-radius: 4px;
  border: 0 none;
  z-index: 1
}

.teaser-calc>div::after,
.teaser-calc>a::after,
.teaser-calc>button::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 4px;
  background: #00182f;
  background: linear-gradient(180deg, rgb(0, 24, 47) 22.44%, var(--main) 191.27%);
  z-index: 1
}

.teaser-calc>div.cancel,
.teaser-calc>a.cancel,
.teaser-calc>button.cancel {
  position: absolute;
  right: 13px;
  top: 13px;
  width: 30px;
  height: 30px;
  padding: 0;
  background: rgba(0, 0, 0, 0);
  z-index: 2
}

.teaser-calc>div.cancel::before,
.teaser-calc>a.cancel::before,
.teaser-calc>button.cancel::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, .4);
  transition: all .3s ease-out
}

.teaser-calc>div.cancel::after,
.teaser-calc>a.cancel::after,
.teaser-calc>button.cancel::after {
  content: none
}

.teaser-calc>div.cancel i,
.teaser-calc>a.cancel i,
.teaser-calc>button.cancel i {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 11px;
  height: 11px;
  font-size: 11px;
  line-height: 11px;
  color: #fff;
  transform: translate(-50%, -50%)
}

@media(min-width: 992px) {

  .teaser-calc>div.cancel:hover::before,
  .teaser-calc>a.cancel:hover::before,
  .teaser-calc>button.cancel:hover::before {
    border-color: #fff
  }
}

.teaser-calc>div .content,
.teaser-calc>a .content,
.teaser-calc>button .content {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 20px 56px 8px 20px;
  border-radius: 4px 4px 0 0;
  text-align: left;
  z-index: 2
}

@media(min-width: 375px) {

  .teaser-calc>div .content,
  .teaser-calc>a .content,
  .teaser-calc>button .content {
    padding: calc(20px + 2*(100vw - 375px)/1065) 56px 8px calc(20px + 4*(100vw - 375px)/1065)
  }
}

@media(min-width: 1440px) {

  .teaser-calc>div .content,
  .teaser-calc>a .content,
  .teaser-calc>button .content {
    padding: 22px 56px 8px 24px
  }
}

.teaser-calc>div .content h5,
.teaser-calc>div .content .h5,
.teaser-calc>a .content h5,
.teaser-calc>a .content .h5,
.teaser-calc>button .content h5,
.teaser-calc>button .content .h5 {
  font-weight: 700;
  color: #fff
}

.teaser-calc>div .content p,
.teaser-calc>div .content time,
.teaser-calc>a .content p,
.teaser-calc>a .content time,
.teaser-calc>button .content p,
.teaser-calc>button .content time {
  margin-top: 4px;
  font-size: 14px;
  line-height: 18px;
  color: #fff;
  font-weight: 500;
  letter-spacing: .01rem
}

@media(min-width: 375px) {

  .teaser-calc>div .content p,
  .teaser-calc>div .content time,
  .teaser-calc>a .content p,
  .teaser-calc>a .content time,
  .teaser-calc>button .content p,
  .teaser-calc>button .content time {
    margin-top: calc(4px + 2*(100vw - 375px)/1065);
    font-size: calc(14px + 1*(100vw - 375px)/1065)
  }
}

@media(min-width: 1440px) {

  .teaser-calc>div .content p,
  .teaser-calc>div .content time,
  .teaser-calc>a .content p,
  .teaser-calc>a .content time,
  .teaser-calc>button .content p,
  .teaser-calc>button .content time {
    margin-top: 8px;
    font-size: 15px
  }
}

.teaser-calc>div .content p,
.teaser-calc>a .content p,
.teaser-calc>button .content p {
  margin-bottom: 2px
}

.teaser-calc>div .content p:has(i),
.teaser-calc>a .content p:has(i),
.teaser-calc>button .content p:has(i) {
  position: relative;
  padding-left: 30px
}

.teaser-calc>div .content p:has(i) i,
.teaser-calc>a .content p:has(i) i,
.teaser-calc>button .content p:has(i) i {
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  font-size: 18px;
  line-height: 18px;
  color: #fff;
  font-family: "icomoon" !important;
  font-weight: normal;
  font-style: normal
}

.teaser-calc>div .content>time,
.teaser-calc>a .content>time,
.teaser-calc>button .content>time {
  position: relative;
  display: block;
  float: left;
  width: auto;
  padding-left: 30px
}

.teaser-calc>div .content>time::before,
.teaser-calc>a .content>time::before,
.teaser-calc>button .content>time::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 18px;
  height: 18px;
  font-size: 18px;
  line-height: 18px;
  color: #fff;
  font-family: "icomoon" !important;
  font-weight: normal;
  font-style: normal
}

.teaser-calc>div .bottom,
.teaser-calc>a .bottom,
.teaser-calc>button .bottom {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 18px 20px 20px 20px;
  z-index: 2
}

@media(min-width: 375px) {

  .teaser-calc>div .bottom,
  .teaser-calc>a .bottom,
  .teaser-calc>button .bottom {
    padding: 18px calc(20px + 4*(100vw - 375px)/1065) calc(20px + 2*(100vw - 375px)/1065) calc(20px + 4*(100vw - 375px)/1065)
  }
}

@media(min-width: 1440px) {

  .teaser-calc>div .bottom,
  .teaser-calc>a .bottom,
  .teaser-calc>button .bottom {
    padding: 18px 24px 22px 24px
  }
}

.teaser-calc>div .bottom .btn,
.teaser-calc>a .bottom .btn,
.teaser-calc>button .bottom .btn {
  width: auto;
  margin-right: 20px
}

.teaser-calc>div .bottom .price,
.teaser-calc>a .bottom .price,
.teaser-calc>button .bottom .price {
  position: relative;
  float: left;
  width: auto;
  margin: 10px 0;
  font-size: 18px;
  line-height: 28px;
  color: #fff;
  font-weight: 500;
  letter-spacing: .01rem
}

.teaser-calc>div .bottom .price strong,
.teaser-calc>a .bottom .price strong,
.teaser-calc>button .bottom .price strong {
  padding-right: 5px;
  font-size: 26px;
  font-weight: 700
}

.teaser-calc>div .bottom .saving,
.teaser-calc>a .bottom .saving,
.teaser-calc>button .bottom .saving {
  width: 100%;
  text-align: right;
  margin-top: 5px;
  font-size: 12px;
  line-height: 18px;
  color: #fff;
  font-weight: 500
}

.teaser-calc>div.disabled,
.teaser-calc>a.disabled,
.teaser-calc>button.disabled {
  cursor: default;
  pointer-events: none
}

.teaser-calc>div.disabled::after,
.teaser-calc>a.disabled::after,
.teaser-calc>button.disabled::after {
  border-radius: 12px 12px 4px 4px;
  opacity: .3
}

.teaser-calc>div.disabled .content,
.teaser-calc>a.disabled .content,
.teaser-calc>button.disabled .content {
  justify-content: center;
  align-items: center;
  padding-bottom: 22px;
  padding-left: 20px;
  background-color: #edf1f3
}

@media(min-width: 375px) {

  .teaser-calc>div.disabled .content,
  .teaser-calc>a.disabled .content,
  .teaser-calc>button.disabled .content {
    padding-left: calc(20px + 36*(100vw - 375px)/1065)
  }
}

@media(min-width: 1440px) {

  .teaser-calc>div.disabled .content,
  .teaser-calc>a.disabled .content,
  .teaser-calc>button.disabled .content {
    padding-left: 56px
  }
}

.teaser-calc>div.disabled .content p,
.teaser-calc>a.disabled .content p,
.teaser-calc>button.disabled .content p {
  width: auto;
  margin-top: 0;
  font-size: 16px;
  line-height: 24px;
  color: #00182f;
  font-weight: 400;
  letter-spacing: .03rem
}

@media(min-width: 375px) {

  .teaser-calc>div.disabled .content p,
  .teaser-calc>a.disabled .content p,
  .teaser-calc>button.disabled .content p {
    font-size: calc(16px + 1*(100vw - 375px)/1065);
    line-height: calc(24px + 2*(100vw - 375px)/1065)
  }
}

@media(min-width: 1440px) {

  .teaser-calc>div.disabled .content p,
  .teaser-calc>a.disabled .content p,
  .teaser-calc>button.disabled .content p {
    font-size: 17px;
    line-height: 26px
  }
}

.teaser-calc>div.disabled .bottom .btn,
.teaser-calc>a.disabled .bottom .btn,
.teaser-calc>button.disabled .bottom .btn {
  cursor: default;
  color: #fff !important;
  background-color: inherit !important
}

.teaser-calc:has(a.disabled) button.cancel::before {
  border: 2px solid rgba(95, 96, 97, .4)
}

.teaser-calc:has(a.disabled) button.cancel i {
  color: #00182f
}

@media(min-width: 992px) {
  .teaser-calc:has(a.disabled) button.cancel:hover::before {
    border-color: #5f6061
  }
}

@media(min-width: 992px) {

  .winter-section .teaser-main>a:hover .content h4,
  .winter-section .teaser-main>a:hover .content .h4,
  .winter-section .teaser-main>a:hover .content h5,
  .winter-section .teaser-main>a:hover .content .h5,
  .winter-section .teaser-main>a:hover .content .teaser-icon,
  .winter-section .teaser-main>button:hover .content h4,
  .winter-section .teaser-main>button:hover .content .h4,
  .winter-section .teaser-main>button:hover .content h5,
  .winter-section .teaser-main>button:hover .content .h5,
  .winter-section .teaser-main>button:hover .content .teaser-icon,
  .winter-section .teaser-section>a:hover .content h4,
  .winter-section .teaser-section>a:hover .content .h4,
  .winter-section .teaser-section>a:hover .content h5,
  .winter-section .teaser-section>a:hover .content .h5,
  .winter-section .teaser-section>a:hover .content .teaser-icon,
  .winter-section .teaser-section>button:hover .content h4,
  .winter-section .teaser-section>button:hover .content .h4,
  .winter-section .teaser-section>button:hover .content h5,
  .winter-section .teaser-section>button:hover .content .h5,
  .winter-section .teaser-section>button:hover .content .teaser-icon {
    color: #005eb8
  }
}

@media(min-width: 992px) {

  .winter-section .teaser-section.accomodation>div .content .location .map:hover,
  .winter-section .teaser-section.accomodation>a .content .location .map:hover,
  .winter-section .teaser-section.accomodation>button .content .location .map:hover {
    color: #005eb8
  }

  .winter-section .teaser-section.accomodation>div .content .location .map:hover::before,
  .winter-section .teaser-section.accomodation>a .content .location .map:hover::before,
  .winter-section .teaser-section.accomodation>button .content .location .map:hover::before {
    color: #005eb8
  }
}

@media(min-width: 992px) {

  .winter-section .teaser-article>a:hover h4,
  .winter-section .teaser-article>a:hover .h4,
  .winter-section .teaser-article>a:hover h5,
  .winter-section .teaser-article>a:hover .h5 {
    color: #005eb8
  }
}

@media(min-width: 992px) {

  .winter-section .teaser-promo>a:hover .content h4 span,
  .winter-section .teaser-promo>a:hover .content .h4 span {
    background-color: #005eb8
  }
}

@media(min-width: 992px) {

  .winter-section .teaser-area>a:hover h5,
  .winter-section .teaser-area>a:hover .h5 {
    color: #005eb8
  }
}

.winter-section .teaser-skipass::before {
  background: #77bcff;
  background: linear-gradient(to bottom, rgb(119, 188, 255), rgb(255, 82, 0))
}

.winter-section .teaser-skipass .label::before {
  border: 2px solid #005eb8
}

.winter-section .teaser-calc>div::after,
.winter-section .teaser-calc>a::after,
.winter-section .teaser-calc>button::after {
  background: #00182f;
  background: linear-gradient(180deg, rgb(0, 24, 47) 22.44%, rgb(0, 94, 184) 191.27%)
}

@media(min-width: 992px) {

  .summer-section .teaser-main>a:hover .content h4,
  .summer-section .teaser-main>a:hover .content .h4,
  .summer-section .teaser-main>a:hover .content h5,
  .summer-section .teaser-main>a:hover .content .h5,
  .summer-section .teaser-main>a:hover .content .teaser-icon,
  .summer-section .teaser-main>button:hover .content h4,
  .summer-section .teaser-main>button:hover .content .h4,
  .summer-section .teaser-main>button:hover .content h5,
  .summer-section .teaser-main>button:hover .content .h5,
  .summer-section .teaser-main>button:hover .content .teaser-icon,
  .summer-section .teaser-section>a:hover .content h4,
  .summer-section .teaser-section>a:hover .content .h4,
  .summer-section .teaser-section>a:hover .content h5,
  .summer-section .teaser-section>a:hover .content .h5,
  .summer-section .teaser-section>a:hover .content .teaser-icon,
  .summer-section .teaser-section>button:hover .content h4,
  .summer-section .teaser-section>button:hover .content .h4,
  .summer-section .teaser-section>button:hover .content h5,
  .summer-section .teaser-section>button:hover .content .h5,
  .summer-section .teaser-section>button:hover .content .teaser-icon {
    color: #359846
  }
}

@media(min-width: 992px) {

  .summer-section .teaser-section.accomodation>div .content .location .map:hover,
  .summer-section .teaser-section.accomodation>a .content .location .map:hover,
  .summer-section .teaser-section.accomodation>button .content .location .map:hover {
    color: #359846
  }

  .summer-section .teaser-section.accomodation>div .content .location .map:hover::before,
  .summer-section .teaser-section.accomodation>a .content .location .map:hover::before,
  .summer-section .teaser-section.accomodation>button .content .location .map:hover::before {
    color: #359846
  }
}

@media(min-width: 992px) {

  .summer-section .teaser-article>a:hover h4,
  .summer-section .teaser-article>a:hover .h4,
  .summer-section .teaser-article>a:hover h5,
  .summer-section .teaser-article>a:hover .h5 {
    color: #359846
  }
}

@media(min-width: 992px) {

  .summer-section .teaser-promo>a:hover .content h4 span,
  .summer-section .teaser-promo>a:hover .content .h4 span {
    background-color: #359846
  }
}

@media(min-width: 992px) {

  .summer-section .teaser-area>a:hover h5,
  .summer-section .teaser-area>a:hover .h5 {
    color: #359846
  }
}

.summer-section .teaser-skipass::before {
  background: #79d97f;
  background: linear-gradient(to bottom, rgb(121, 217, 127), rgb(255, 82, 0))
}

.summer-section .teaser-skipass .label::before {
  border: 2px solid #359846
}

.summer-section .teaser-calc>div::after,
.summer-section .teaser-calc>a::after,
.summer-section .teaser-calc>button::after {
  background: #00182f;
  background: linear-gradient(180deg, rgb(0, 24, 47) 22.44%, rgb(53, 152, 70) 191.27%)
}

.teaser-weather-list {
  margin-top: 0
}

.teaser-weather-list>div {
  margin-top: 44px
}

@media(min-width: 375px) {
  .teaser-weather-list>div {
    margin-top: calc(44px + 30*(100vw - 375px)/1065)
  }
}

@media(min-width: 1440px) {
  .teaser-weather-list>div {
    margin-top: 74px
  }
}

.teaser-weather {
  display: block;
  float: left;
  width: 100%;
  height: 100%
}

.teaser-weather>a,
.teaser-weather>div,
.teaser-weather>button {
  display: block;
  float: left;
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0 none;
  background-color: rgba(0, 0, 0, 0)
}

.teaser-weather>a h4,
.teaser-weather>a .h4,
.teaser-weather>div h4,
.teaser-weather>div .h4,
.teaser-weather>button h4,
.teaser-weather>button .h4 {
  position: relative;
  padding: 7.5px 42px 7.5px 14px;
  background-color: #edf1f3;
  transition: all .3s ease-out
}

.teaser-weather>a h4::after,
.teaser-weather>a .h4::after,
.teaser-weather>div h4::after,
.teaser-weather>div .h4::after,
.teaser-weather>button h4::after,
.teaser-weather>button .h4::after {
  content: "";
  position: absolute;
  right: 14px;
  top: 50%;
  width: 14px;
  height: 14px;
  font-size: 14px;
  line-height: 14px;
  color: #00182f;
  font-family: "icomoon" !important;
  font-weight: normal;
  font-style: normal;
  transition: all .3s ease-out;
  transform: translateY(-50%);
  transition: all .3s ease-out
}

.teaser-weather>a>div,
.teaser-weather>div>div,
.teaser-weather>button>div {
  position: relative;
  float: left;
  width: calc(100% - 40px);
  padding-left: 86px;
  margin-top: 20px;
  margin-bottom: 14px;
  margin-left: 20px;
  margin-right: 20px
}

@media(min-width: 375px) {

  .teaser-weather>a>div,
  .teaser-weather>div>div,
  .teaser-weather>button>div {
    width: calc(100% - (40px + 96*(100vw - 375px)/1065));
    margin-left: calc(20px + 48*(100vw - 375px)/1065);
    margin-right: calc(20px + 48*(100vw - 375px)/1065)
  }
}

@media(min-width: 1440px) {

  .teaser-weather>a>div,
  .teaser-weather>div>div,
  .teaser-weather>button>div {
    width: calc(100% - 136px);
    margin-left: 68px;
    margin-right: 68px
  }
}

.teaser-weather>a>div:has(.icon),
.teaser-weather>div>div:has(.icon),
.teaser-weather>button>div:has(.icon) {
  padding-top: 8px
}

.teaser-weather>a>div:last-child,
.teaser-weather>div>div:last-child,
.teaser-weather>button>div:last-child {
  margin-bottom: 0
}

.teaser-weather>a>div p,
.teaser-weather>div>div p,
.teaser-weather>button>div p {
  margin-bottom: 5px;
  font-size: 14px;
  line-height: 19px;
  color: #00182f;
  font-weight: 600;
  letter-spacing: .02rem
}

.teaser-weather>a>div span,
.teaser-weather>div>div span,
.teaser-weather>button>div span {
  position: absolute;
  left: 4px;
  top: 0;
  width: 50px
}

.teaser-weather>a>div span.icon,
.teaser-weather>div>div span.icon,
.teaser-weather>button>div span.icon {
  left: 0;
  width: 58px;
  height: 58px
}

.teaser-weather>a>div span.icon img,
.teaser-weather>div>div span.icon img,
.teaser-weather>button>div span.icon img {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 28px;
  height: 28px;
  transform: translate(-50%, -50%)
}

.teaser-weather>a>div span.icon::before,
.teaser-weather>div>div span.icon::before,
.teaser-weather>button>div span.icon::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #edf1f3;
  border-radius: 50%
}

@media(min-width: 992px) {

  .teaser-weather>a:hover h4,
  .teaser-weather>a:hover .h4,
  .teaser-weather>button:hover h4,
  .teaser-weather>button:hover .h4 {
    color: var(--main)
  }

  .teaser-weather>a:hover h4::after,
  .teaser-weather>a:hover .h4::after,
  .teaser-weather>button:hover h4::after,
  .teaser-weather>button:hover .h4::after {
    color: var(--main)
  }
}

.teaser-merch-list {
  margin-top: -4px
}

@media(min-width: 375px) {
  .teaser-merch-list {
    margin-top: calc(-4px - 10*(100vw - 375px)/1065)
  }
}

@media(min-width: 1440px) {
  .teaser-merch-list {
    margin-top: -14px
  }
}

.teaser-merch-list>div {
  margin-top: 20px
}

@media(min-width: 375px) {
  .teaser-merch-list>div {
    margin-top: calc(20px + 15*(100vw - 375px)/1065)
  }
}

@media(min-width: 375px)and (max-width: 575.98px) {
  .teaser-merch-list>div {
    flex: 0 0 auto;
    width: 50%
  }
}

@media(min-width: 1440px) {
  .teaser-merch-list>div {
    margin-top: 35px
  }
}

.teaser-merch-list .teaser-merch {
  display: block;
  float: left;
  width: 100%;
  height: 100%
}

.teaser-merch-list .teaser-merch>a,
.teaser-merch-list .teaser-merch>div {
  position: relative;
  display: block;
  float: left;
  width: 100%;
  height: 100%;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, .08)
}

.teaser-merch-list .teaser-merch>a .image,
.teaser-merch-list .teaser-merch>div .image {
  float: left;
  width: 100%;
  overflow: hidden
}

.teaser-merch-list .teaser-merch>a .image picture,
.teaser-merch-list .teaser-merch>div .image picture {
  transition: all .3s ease-out
}

.teaser-merch-list .teaser-merch>a .content,
.teaser-merch-list .teaser-merch>div .content {
  display: flex;
  flex-direction: column;
  align-items: center;
  float: left;
  width: 100%;
  padding: 20px 15px;
  text-align: center
}

@media(min-width: 375px) {

  .teaser-merch-list .teaser-merch>a .content,
  .teaser-merch-list .teaser-merch>div .content {
    padding: calc(20px + 2*(100vw - 375px)/1065) 15px calc(20px + 9*(100vw - 375px)/1065) 15px
  }
}

@media(min-width: 1440px) {

  .teaser-merch-list .teaser-merch>a .content,
  .teaser-merch-list .teaser-merch>div .content {
    padding: 22px 15px 29px 15px
  }
}

.teaser-merch-list .teaser-merch>a .content h4,
.teaser-merch-list .teaser-merch>a .content .h4,
.teaser-merch-list .teaser-merch>div .content h4,
.teaser-merch-list .teaser-merch>div .content .h4 {
  font-size: 16px;
  line-height: 22px;
  letter-spacing: .02rem
}

@media(min-width: 375px) {

  .teaser-merch-list .teaser-merch>a .content h4,
  .teaser-merch-list .teaser-merch>a .content .h4,
  .teaser-merch-list .teaser-merch>div .content h4,
  .teaser-merch-list .teaser-merch>div .content .h4 {
    font-size: calc(16px + 3*(100vw - 375px)/1065);
    line-height: calc(22px + 8*(100vw - 375px)/1065)
  }
}

@media(min-width: 1440px) {

  .teaser-merch-list .teaser-merch>a .content h4,
  .teaser-merch-list .teaser-merch>a .content .h4,
  .teaser-merch-list .teaser-merch>div .content h4,
  .teaser-merch-list .teaser-merch>div .content .h4 {
    font-size: 19px;
    line-height: 30px
  }
}

.teaser-merch-list .teaser-merch>a .content .price,
.teaser-merch-list .teaser-merch>div .content .price {
  margin-top: 4px;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: .01rem;
  color: #d64400;
  font-weight: 400
}

@media(min-width: 375px) {

  .teaser-merch-list .teaser-merch>a .content .price,
  .teaser-merch-list .teaser-merch>div .content .price {
    margin-top: calc(4px + 2*(100vw - 375px)/1065);
    font-size: calc(14px + 1*(100vw - 375px)/1065);
    line-height: calc(20px + 3*(100vw - 375px)/1065)
  }
}

@media(min-width: 1440px) {

  .teaser-merch-list .teaser-merch>a .content .price,
  .teaser-merch-list .teaser-merch>div .content .price {
    margin-top: 6px;
    font-size: 15px;
    line-height: 23px
  }
}

.teaser-merch-list .teaser-merch>a .content .btn-link,
.teaser-merch-list .teaser-merch>div .content .btn-link {
  margin-top: 14px
}

@media(min-width: 375px) {

  .teaser-merch-list .teaser-merch>a .content .btn-link,
  .teaser-merch-list .teaser-merch>div .content .btn-link {
    margin-top: calc(14px + 6*(100vw - 375px)/1065)
  }
}

@media(min-width: 1440px) {

  .teaser-merch-list .teaser-merch>a .content .btn-link,
  .teaser-merch-list .teaser-merch>div .content .btn-link {
    margin-top: 20px
  }
}

@media(min-width: 992px) {
  .teaser-merch-list .teaser-merch>a:hover .image picture {
    transform: scale(1.1)
  }
}

.app-banner {
  position: relative;
  display: flex;
  flex-direction: column;
  float: left;
  width: 100%;
  height: 100%;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, .1)
}

@media(min-width: 768px) {
  .app-banner {
    flex-direction: row
  }
}

.app-banner::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #f6f9f9;
  border-radius: 4px
}

.app-banner .content {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  padding: 25px 20px 32px 20px;
  text-align: center;
  z-index: 2
}

@media(min-width: 768px) {
  .app-banner .content {
    align-items: flex-start;
    width: 64%;
    min-height: calc(311px + 200*(100vw - 768px)/672);
    padding: calc(25px + 35*(100vw - 768px)/672) calc(20px + 130*(100vw - 768px)/672) calc(32px + 28*(100vw - 768px)/672) calc(20px + 130*(100vw - 768px)/672);
    text-align: left
  }
}

@media(min-width: 1440px) {
  .app-banner .content {
    min-height: 511px;
    padding: 60px 150px
  }
}

.app-banner .content p {
  margin-top: 8px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  letter-spacing: .02rem;
  color: #00182f
}

@media(min-width: 375px) {
  .app-banner .content p {
    margin-top: calc(8px + 28*(100vw - 375px)/1065);
    font-size: calc(16px + 6*(100vw - 375px)/1065);
    line-height: calc(24px + 6*(100vw - 375px)/1065)
  }
}

@media(min-width: 1440px) {
  .app-banner .content p {
    margin-top: 36px;
    font-size: 22px;
    line-height: 30px
  }
}

.app-banner .content .btn {
  margin-top: 20px
}

.app-banner .content ul {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px
}

@media(min-width: 375px) {
  .app-banner .content ul {
    margin-top: calc(10px + 2*(100vw - 375px)/1065)
  }
}

@media(min-width: 1440px) {
  .app-banner .content ul {
    justify-content: flex-start
  }
}

@media(min-width: 768px) {
  .app-banner .content ul {
    margin-top: 12px
  }
}

.app-banner .content ul li {
  width: auto;
  margin: 8px
}

@media(min-width: 768px) {
  .app-banner .content ul li {
    margin: 8px 13px 8px 0
  }
}

.app-banner .content ul li .icon {
  display: block;
  float: left;
  width: 47px;
  margin-right: 0
}

@media(min-width: 768px) {
  .app-banner .content ul li .icon {
    width: calc(47px + 40*(100vw - 768px)/672);
    margin-right: calc(0px + 24*(100vw - 768px)/672)
  }
}

@media(min-width: 1440px) {
  .app-banner .content ul li .icon {
    width: 87px;
    margin-right: 27px
  }
}

.app-banner .content ul li a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  float: left;
  width: auto;
  height: 45px;
  padding: 10px 18px;
  border-radius: 4px
}

@media(min-width: 375px) {
  .app-banner .content ul li a {
    height: calc(45px + 22*(100vw - 375px)/1065);
    padding: 10px calc(18px + 12*(100vw - 375px)/1065)
  }
}

@media(min-width: 1440px) {
  .app-banner .content ul li a {
    height: 67px;
    padding: 10px 30px
  }
}

.app-banner .content ul li a img {
  width: 90px
}

@media(min-width: 375px) {
  .app-banner .content ul li a img {
    width: calc(90px + 40*(100vw - 375px)/1065)
  }
}

@media(min-width: 1440px) {
  .app-banner .content ul li a img {
    width: 130px
  }
}

.app-banner .content ul li a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #edf1f3;
  border-radius: 4px;
  transition: all .3s ease-out
}

@media(min-width: 1440px) {
  .app-banner .content ul li a:hover::before {
    border-color: var(--main)
  }
}

.app-banner .image {
  position: relative;
  width: 100%;
  z-index: 2
}

@media(min-width: 1440px) {
  .app-banner .image {
    width: 36%;
    height: 100%
  }
}

.app-banner .image img {
  height: 100%;
  object-fit: cover
}

.app-banner.alt .content {
  padding-top: 25px;
  padding-bottom: 32px
}

@media(min-width: 768px) {
  .app-banner.alt .content {
    padding-top: calc(25px + 70*(100vw - 768px)/672);
    padding-bottom: calc(32px + 36*(100vw - 768px)/672)
  }
}

@media(min-width: 1440px) {
  .app-banner.alt .content {
    padding-top: 98px;
    padding-bottom: 68px
  }
}

.app-banner.alt .content ul {
  margin-top: 2px
}

.app-banner.alt .image {
  height: auto
}

.banner-card {
  display: block;
  float: left;
  width: 100%;
  margin-top: 22px;
  border-radius: 4px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover
}

@media(min-width: 375px) {
  .banner-card {
    margin-top: calc(22px + 4*(100vw - 375px)/1065)
  }
}

@media(min-width: 1440px) {
  .banner-card {
    margin-top: 26px
  }
}

.banner-card>a,
.banner-card>div {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 100%;
  padding: 42px 24px;
  border-radius: 4px
}

@media(min-width: 576px) {

  .banner-card>a,
  .banner-card>div {
    flex-direction: row;
    min-height: calc(352px + 100*(100vw - 576px)/864);
    padding: calc(42px + 60*(100vw - 576px)/864) calc(24px + 40*(100vw - 576px)/864)
  }
}

@media(min-width: 1440px) {

  .banner-card>a,
  .banner-card>div {
    min-height: 452px;
    padding: 102px 64px
  }
}

.banner-card>a:before,
.banner-card>div:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 4px;
  background: #000;
  background: linear-gradient(337deg, rgba(0, 0, 0, 0.15) -43.33%, rgba(0, 0, 0, 0.75) 66.5%);
  z-index: 1
}

@media(min-width: 768px) {

  .banner-card>a:before,
  .banner-card>div:before {
    background: linear-gradient(337deg, rgba(0, 0, 0, 0.1) -43.33%, rgba(0, 0, 0, 0.7) 66.5%)
  }
}

@media(min-width: 992px) {

  .banner-card>a:before,
  .banner-card>div:before {
    background: linear-gradient(337deg, rgba(0, 0, 0, 0) -43.33%, rgba(0, 0, 0, 0.6) 66.5%)
  }
}

.banner-card>a .content,
.banner-card>div .content {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  text-align: left;
  flex-shrink: 0;
  z-index: 2
}

@media(min-width: 576px) {

  .banner-card>a .content,
  .banner-card>div .content {
    max-width: 70%
  }
}

@media(min-width: 768px) {

  .banner-card>a .content,
  .banner-card>div .content {
    order: 1;
    max-width: 54.75%;
    padding-right: 0
  }
}

@media(min-width: 992px) {

  .banner-card>a .content,
  .banner-card>div .content {
    max-width: 70%
  }
}

.banner-card>a .content h4,
.banner-card>a .content .h4,
.banner-card>div .content h4,
.banner-card>div .content .h4 {
  font-size: 24px;
  line-height: 30px;
  letter-spacing: .01em;
  color: #fff;
  font-weight: 700
}

@media(min-width: 576px) {

  .banner-card>a .content h4,
  .banner-card>a .content .h4,
  .banner-card>div .content h4,
  .banner-card>div .content .h4 {
    font-size: calc(24px + 16*(100vw - 576px)/864);
    line-height: calc(30px + 15*(100vw - 576px)/864)
  }
}

@media(min-width: 1440px) {

  .banner-card>a .content h4,
  .banner-card>a .content .h4,
  .banner-card>div .content h4,
  .banner-card>div .content .h4 {
    font-size: 40px;
    line-height: 45px
  }
}

.banner-card>a .content p,
.banner-card>div .content p {
  margin-top: 10px;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: .01em;
  color: #fff;
  font-weight: 700
}

@media(min-width: 576px) {

  .banner-card>a .content p,
  .banner-card>div .content p {
    margin-top: calc(10px + 5*(100vw - 576px)/864);
    font-size: calc(15px + 5*(100vw - 576px)/864);
    line-height: calc(24px + 6*(100vw - 576px)/864)
  }
}

@media(min-width: 1440px) {

  .banner-card>a .content p,
  .banner-card>div .content p {
    margin-top: 15px;
    font-size: 20px;
    line-height: 30px
  }
}

.banner-card>a .content .btn,
.banner-card>div .content .btn {
  margin-top: 20px
}

@media(min-width: 576px) {

  .banner-card>a .content .btn,
  .banner-card>div .content .btn {
    margin-top: calc(20px + 6*(100vw - 576px)/864)
  }
}

@media(min-width: 1440px) {

  .banner-card>a .content .btn,
  .banner-card>div .content .btn {
    margin-top: 26px
  }
}

.banner-card>a .offer,
.banner-card>div .offer {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 16px;
  z-index: 2
}

@media(min-width: 768px) {

  .banner-card>a .offer,
  .banner-card>div .offer {
    position: absolute;
    right: calc(33px + 31*(100vw - 768px)/672);
    top: calc(55px + 47*(100vw - 768px)/672);
    max-width: max-content;
    margin-top: calc(-10px - 10*(100vw - 768px)/672);
    margin-bottom: 0;
    order: 2
  }
}

@media(min-width: 1200px) {

  .banner-card>a .offer,
  .banner-card>div .offer {
    margin-right: calc(-82px - 10*(100vw - 1200px)/240)
  }
}

@media(min-width: 1440px) {

  .banner-card>a .offer,
  .banner-card>div .offer {
    right: 64px;
    top: 102px;
    margin-right: -92px;
    margin-top: -20px
  }
}

.banner-card>a .offer p,
.banner-card>div .offer p {
  font-size: 32px;
  line-height: 42px;
  letter-spacing: .01em;
  color: #fff;
  font-weight: 400
}

@media(min-width: 576px) {

  .banner-card>a .offer p,
  .banner-card>div .offer p {
    font-size: calc(32px + 6*(100vw - 576px)/864);
    line-height: calc(42px + 6*(100vw - 576px)/864)
  }
}

@media(min-width: 1440px) {

  .banner-card>a .offer p,
  .banner-card>div .offer p {
    font-size: 38px;
    line-height: 48px
  }
}

.banner-card>a .offer p strong,
.banner-card>div .offer p strong {
  font-size: 42px;
  font-weight: 700
}

@media(min-width: 576px) {

  .banner-card>a .offer p strong,
  .banner-card>div .offer p strong {
    font-size: calc(42px + 6*(100vw - 576px)/864)
  }
}

@media(min-width: 1440px) {

  .banner-card>a .offer p strong,
  .banner-card>div .offer p strong {
    font-size: 48px
  }
}

.banner-card>a .offer span,
.banner-card>div .offer span {
  display: block;
  float: left;
  width: auto;
  padding: 0 14px;
  margin-top: 4px;
  border-radius: 3px;
  font-size: 11px;
  line-height: 18px;
  letter-spacing: .1em;
  color: #00182f;
  font-weight: 700;
  text-transform: uppercase;
  background-color: #f4c135
}

@media(min-width: 576px) {

  .banner-card>a .offer span,
  .banner-card>div .offer span {
    padding: 0 calc(14px + 3*(100vw - 576px)/864);
    font-size: calc(11px + 1*(100vw - 576px)/864)
  }
}

@media(min-width: 768px) {

  .banner-card>a .offer span,
  .banner-card>div .offer span {
    letter-spacing: .2em
  }
}

@media(min-width: 1440px) {

  .banner-card>a .offer span,
  .banner-card>div .offer span {
    padding: 0 17px;
    font-size: 12px
  }
}

.banner-card>a .card,
.banner-card>div .card {
  position: absolute;
  right: 10px;
  top: -20px;
  float: left;
  width: 140px;
  border: 0 none;
  border-radius: 0;
  background-color: rgba(0, 0, 0, 0);
  z-index: 2
}

@media(min-width: 375px) {

  .banner-card>a .card,
  .banner-card>div .card {
    width: calc(140px + 110*(100vw - 375px)/393)
  }
}

@media(min-width: 576px) {

  .banner-card>a .card,
  .banner-card>div .card {
    max-width: 41.25%;
    padding-right: 10px
  }
}

@media(min-width: 768px) {

  .banner-card>a .card,
  .banner-card>div .card {
    right: calc(33px + 31*(100vw - 768px)/672);
    bottom: calc(55px + 47*(100vw - 768px)/672);
    top: inherit;
    width: auto;
    max-width: 45.25%;
    padding-left: calc(110px - 110*(100vw - 768px)/672);
    margin-bottom: -40px;
    order: 2
  }
}

@media(min-width: 992px) {

  .banner-card>a .card,
  .banner-card>div .card {
    max-width: 31.25%
  }
}

@media(min-width: 1200px) {

  .banner-card>a .card,
  .banner-card>div .card {
    margin-bottom: calc(-40px + 10*(100vw - 1200px)/240)
  }
}

@media(min-width: 1440px) {

  .banner-card>a .card,
  .banner-card>div .card {
    right: 64px;
    bottom: 102px;
    padding-left: 0;
    margin-bottom: -30px
  }
}

input,
textarea,
select {
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -o-border-radius: 0 !important;
  -ms-border-radius: 0 !important;
  border-radius: 0 !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  -o-appearance: none !important;
  -ms-appearance: none !important;
  appearance: none !important
}

form {
  display: block;
  float: left;
  width: 100%
}

form fieldset {
  display: block;
  float: left;
  width: 100%
}

form fieldset span.error {
  font-size: 14px;
  color: #e80b1b;
  padding-left: 16px;
  font-style: italic
}

form fieldset select.error~.ms-parent .ms-choice {
  border-bottom: 2px solid #e80b1b
}

form fieldset input,
form fieldset textarea {
  display: block;
  float: left;
  width: 100%;
  padding: 0;
  border: 0 none;
  background-color: rgba(0, 0, 0, 0)
}

form fieldset input.error,
form fieldset textarea.error {
  border-bottom: 2px solid #e80b1b
}

form fieldset input:focus,
form fieldset input *:focus-visible,
form fieldset textarea:focus,
form fieldset textarea *:focus-visible {
  outline: 2px solid var(--main) !important;
  box-shadow: none !important;
  outline-offset: -2px
}

form fieldset input.form-check-input:focus,
form fieldset textarea.form-check-input:focus {
  outline: none !important
}

form fieldset input.form-check-input:focus-visible,
form fieldset textarea.form-check-input:focus-visible {
  outline: 2px solid #00182f !important;
  outline-offset: 2px !important
}

form fieldset .multiple-select {
  width: 100%
}

form fieldset .multiple-select .ms-choice {
  position: relative;
  display: block;
  float: left;
  width: 100%;
  height: 40px;
  padding: 10px 44px 10px 20px;
  border: 0 none;
  border-radius: 40px;
  font-size: 15px;
  line-height: 20px;
  font-weight: 500;
  color: #00182f;
  letter-spacing: .03rem;
  transition: all .3s ease-out
}

form fieldset .multiple-select .ms-choice:focus-visible {
  outline: 2px solid var(--main) !important;
  box-shadow: none !important;
  outline-offset: -2px
}

form fieldset .multiple-select .ms-choice>span.ms-placeholder {
  color: #00182f
}

form fieldset .multiple-select .ms-choice .ms-icon {
  display: none
}

form fieldset .multiple-select .ms-choice::before {
  content: "";
  position: absolute;
  right: 16px;
  top: 14px;
  width: 12px;
  height: 12px;
  font-size: 11.5px;
  line-height: 12px;
  color: #00182f;
  font-family: "icomoon" !important;
  font-weight: normal;
  font-style: normal;
  text-align: center;
  transition: all .3s ease-out
}

form fieldset .multiple-select .ms-choice::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #00182f;
  border-radius: 40px;
  opacity: .2;
  transition: all .3s ease-out
}

form fieldset .multiple-select.ms-parent-open .ms-choice::before {
  content: ""
}

form fieldset .multiple-select .ms-drop.bottom {
  margin-top: 9px;
  border: 2px solid #edf1f3;
  border-radius: 4px;
  box-shadow: none
}

@media(min-width: 992px) {
  form fieldset .multiple-select .ms-drop.bottom {
    width: 366px
  }
}

form fieldset .multiple-select .ms-drop.bottom .ms-list {
  max-height: 284px !important;
  padding: 0
}

form fieldset .multiple-select .ms-drop.bottom .ms-list li {
  position: relative;
  padding: 0
}

form fieldset .multiple-select .ms-drop.bottom .ms-list li::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #edf1f3
}

form fieldset .multiple-select .ms-drop.bottom .ms-list li:last-child {
  padding-bottom: 12px
}

form fieldset .multiple-select .ms-drop.bottom .ms-list li:last-child::after {
  content: none
}

form fieldset .multiple-select .ms-drop.bottom .ms-list li label {
  min-height: 21px;
  padding: 12px 20px 13px 20px
}

form fieldset .multiple-select .ms-drop.bottom .ms-list li label .icon-checkbox-container {
  position: relative;
  width: 21px;
  height: 21px;
  border-radius: 4px;
  border: 1px solid #5f6061;
  background-color: #fff;
  transition: all .3s ease-out
}

form fieldset .multiple-select .ms-drop.bottom .ms-list li label .icon-checkbox-container .ms-icon {
  display: none
}

form fieldset .multiple-select .ms-drop.bottom .ms-list li label .icon-checkbox-container::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 21px;
  height: 21px;
  font-size: 11px;
  line-height: 21px;
  color: #fff;
  font-family: "icomoon" !important;
  font-weight: normal;
  font-style: normal;
  text-align: center
}

form fieldset .multiple-select .ms-drop.bottom .ms-list li label span {
  padding-left: 14px;
  font-size: 15px;
  line-height: 21px;
  font-weight: 500;
  color: #00182f;
  letter-spacing: .03rem
}

form fieldset .multiple-select .ms-drop.bottom .ms-list li.selected label .icon-checkbox-container {
  border-color: #00182f;
  background-color: #00182f
}

form fieldset .multiple-select .ms-drop.bottom .ms-list li.highlighted {
  background-color: rgba(217, 217, 217, .2)
}

form fieldset .quantity {
  display: flex;
  align-items: center;
  justify-content: center;
  float: right;
  width: auto;
  padding: 4px 12px;
  flex-shrink: 0
}

form fieldset .quantity button {
  position: relative;
  display: block;
  float: left;
  width: 32px;
  height: 32px;
  margin: 0 3px;
  border-radius: 6px;
  border: 0 none;
  background-color: #fff
}

form fieldset .quantity button::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 6px;
  border: 2px solid #edf1f3;
  transition: all .3s ease-out
}

form fieldset .quantity button i {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 10px;
  height: 10px;
  font-size: 10px;
  line-height: 10px;
  color: #00182f;
  transition: all .3s ease-out;
  transform: translate(-50%, -50%)
}

@media(min-width: 992px) {
  form fieldset .quantity button:hover::before {
    border-color: var(--main-light);
    opacity: .5
  }

  form fieldset .quantity button:hover i {
    color: var(--main)
  }
}

form fieldset .quantity button[disabled]::before {
  opacity: 0
}

form fieldset .quantity button[disabled] i {
  color: rgba(95, 96, 97, .6)
}

form fieldset .quantity input {
  width: 32px;
  height: 32px;
  padding: 3px;
  border-radius: 0;
  font-size: 18px;
  line-height: 26px;
  text-align: center;
  font-weight: 700;
  letter-spacing: .01rem;
  color: #00182f;
  background-color: rgba(0, 0, 0, 0)
}

form fieldset .quantity input[type=number] {
  appearance: textfield !important;
  -moz-appearance: textfield !important;
  -webkit-appearance: textfield !important
}

form fieldset .quantity input[type=number]::-webkit-outer-spin-button,
form fieldset .quantity input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
  margin: 0
}

form fieldset.dropdown.filter-wrapper .filter-select {
  max-width: 100%;
  margin: 0;
  display: flex;
  flex-direction: column
}

form fieldset.dropdown.filter-wrapper .filter-select label {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 4px
}

form fieldset.dropdown.filter-wrapper .filter-select .ms-choice {
  background-color: #e8edf2;
  border-color: #e8edf2;
  border-radius: 2px;
  height: 56px
}

form fieldset.dropdown.filter-wrapper .filter-select .ms-choice:after {
  content: none
}

form fieldset.dropdown.filter-wrapper .filter-select .ms-choice:before {
  top: 22px
}

.form-wrapper .row>div {
  margin-top: 20px
}

@media(min-width: 375px) {
  .form-wrapper .row>div {
    margin-top: calc(20px + 5*(100vw - 375px)/1065)
  }
}

@media(min-width: 1440px) {
  .form-wrapper .row>div {
    margin-top: 25px
  }
}

.form-wrapper .row>div>h4,
.form-wrapper .row>div>.h4,
.form-wrapper .row>div>label {
  margin-top: 10px;
  margin-bottom: 16px;
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
  letter-spacing: .01rem;
  color: #00182f
}

@media(min-width: 375px) {

  .form-wrapper .row>div>h4,
  .form-wrapper .row>div>.h4,
  .form-wrapper .row>div>label {
    margin-top: calc(10px + 10*(100vw - 375px)/1065);
    font-size: calc(16px + 3*(100vw - 375px)/1065);
    line-height: calc(22px + 5*(100vw - 375px)/1065)
  }
}

@media(min-width: 1440px) {

  .form-wrapper .row>div>h4,
  .form-wrapper .row>div>.h4,
  .form-wrapper .row>div>label {
    margin-top: 20px;
    font-size: 19px;
    line-height: 27px
  }
}

.form-wrapper .row>div .form-captcha {
  margin-top: 3px
}

.form-wrapper .row>div .form-captcha img {
  width: auto
}

.form-wrapper .row>div .form-button {
  display: flex;
  justify-content: center;
  margin-top: -10px;
  font-size: 0
}

.form-wrapper .row>div .form-button a,
.form-wrapper .row>div .form-button button {
  margin: 13px 8px 0 8px
}

.form-field {
  position: relative;
  float: left;
  width: 100%;
  margin-bottom: 14px
}

@media(min-width: 375px) {
  .form-field {
    margin-bottom: calc(14px + 2*(100vw - 375px)/1065)
  }
}

@media(min-width: 1440px) {
  .form-field {
    margin-bottom: 16px
  }
}

.form-field:last-child {
  margin-bottom: 0
}

.form-field>label {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  padding: 17px 15px;
  font-size: 15px;
  line-height: 23px;
  color: #00182f;
  font-weight: 500;
  letter-spacing: .03rem;
  z-index: 2;
  transition: all .2s ease-out;
  pointer-events: none
}

.form-field input {
  position: relative;
  height: 57px;
  padding: 20px 15px 13px 15px;
  border-radius: 3px !important;
  font-size: 16px;
  line-height: 22px;
  color: #00182f;
  font-weight: 500;
  letter-spacing: .03rem;
  background-color: #e8edf2;
  z-index: 1
}

.form-field textarea {
  position: relative;
  padding: 16px 20px;
  border-radius: 3px !important;
  border: 2px solid #edf1f3;
  font-size: 16px;
  line-height: 22px;
  color: #00182f;
  font-weight: 500;
  letter-spacing: .03rem;
  background-color: #fff;
  resize: none;
  z-index: 1
}

.form-field textarea::placeholder {
  color: #00182f
}

.form-field textarea::-webkit-input-placeholder {
  color: #00182f
}

.form-field textarea:-moz-placeholder {
  color: #00182f
}

.form-field textarea::-moz-placeholder {
  color: #00182f
}

.form-field textarea:-ms-input-placeholder {
  color: #00182f
}

.form-field [type=checkbox]:checked,
.form-field [type=checkbox]:not(:checked),
.form-field [type=radio]:checked,
.form-field [type=radio]:not(:checked) {
  position: absolute;
  left: 0;
  top: 0;
  width: 24px;
  height: 24px;
  padding: 0;
  border: 0 none;
  background-color: rgba(0, 0, 0, 0);
  z-index: 1
}

.form-field [type=radio]:checked+label,
.form-field [type=radio]:not(:checked)+label,
.form-field [type=checkbox]:checked+label,
.form-field [type=checkbox]:not(:checked)+label {
  position: relative;
  top: 0;
  display: inline-block;
  padding: 2px 0 2px 34px;
  cursor: pointer;
  font-size: 13px;
  line-height: 20px;
  color: #5f6061;
  font-weight: 500;
  letter-spacing: .03rem;
  pointer-events: auto
}

@media(min-width: 375px) {

  .form-field [type=radio]:checked+label,
  .form-field [type=radio]:not(:checked)+label,
  .form-field [type=checkbox]:checked+label,
  .form-field [type=checkbox]:not(:checked)+label {
    padding: calc(2px - 2*(100vw - 375px)/1065) 0 calc(2px - 2*(100vw - 375px)/1065) calc(34px + 4*(100vw - 375px)/1065);
    font-size: calc(13px + 1*(100vw - 375px)/1065);
    line-height: calc(20px + 4*(100vw - 375px)/1065)
  }
}

@media(min-width: 1440px) {

  .form-field [type=radio]:checked+label,
  .form-field [type=radio]:not(:checked)+label,
  .form-field [type=checkbox]:checked+label,
  .form-field [type=checkbox]:not(:checked)+label {
    padding: 0 0 0 38px;
    font-size: 14px;
    line-height: 24px
  }
}

.form-field [type=radio]:checked+label strong,
.form-field [type=radio]:not(:checked)+label strong,
.form-field [type=checkbox]:checked+label strong,
.form-field [type=checkbox]:not(:checked)+label strong {
  font-size: 15px;
  line-height: 20px;
  color: #00182f;
  font-weight: 500
}

@media(min-width: 375px) {

  .form-field [type=radio]:checked+label strong,
  .form-field [type=radio]:not(:checked)+label strong,
  .form-field [type=checkbox]:checked+label strong,
  .form-field [type=checkbox]:not(:checked)+label strong {
    line-height: calc(20px + 4*(100vw - 375px)/1065)
  }
}

@media(min-width: 1440px) {

  .form-field [type=radio]:checked+label strong,
  .form-field [type=radio]:not(:checked)+label strong,
  .form-field [type=checkbox]:checked+label strong,
  .form-field [type=checkbox]:not(:checked)+label strong {
    line-height: 24px
  }
}

.form-field [type=radio]:checked+label a,
.form-field [type=radio]:not(:checked)+label a,
.form-field [type=checkbox]:checked+label a,
.form-field [type=checkbox]:not(:checked)+label a {
  color: var(--main);
  text-decoration: underline !important;
  text-decoration-color: var(--main-alpha) !important;
  transition: all .3s ease-out
}

@media(min-width: 992px) {

  .form-field [type=radio]:checked+label a:hover,
  .form-field [type=radio]:not(:checked)+label a:hover,
  .form-field [type=checkbox]:checked+label a:hover,
  .form-field [type=checkbox]:not(:checked)+label a:hover {
    color: #00182f;
    text-decoration-color: #00182f !important
  }
}

.form-field [type=radio]:checked+label:before,
.form-field [type=radio]:not(:checked)+label:before,
.form-field [type=checkbox]:checked+label:before,
.form-field [type=checkbox]:not(:checked)+label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 24px;
  height: 24px;
  border: 1px solid #00182f;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0);
  -webkit-transition: all .15s ease-out;
  -moz-transition: all .15s ease-out;
  -o-transition: all .15s ease-out;
  -ms-transition: all .15s ease-out;
  transition: all .15s ease-out
}

.form-field [type=checkbox]:checked+label:before,
.form-field [type=checkbox]:not(:checked)+label:before {
  border-radius: 4px
}

.form-field [type=radio]:checked+label:after,
.form-field [type=radio]:not(:checked)+label:after {
  content: "";
  position: absolute;
  top: 8px;
  left: 8px;
  width: 8px;
  height: 8px;
  background-color: #00182f;
  transform: scale(0, 0);
  -webkit-transition: all .15s ease-out;
  -moz-transition: all .15s ease-out;
  -o-transition: all .15s ease-out;
  -ms-transition: all .15s ease-out;
  transition: all .15s ease-out;
  border-radius: 50%
}

.form-field [type=radio]:checked+label:before {
  border-width: 2px
}

.form-field [type=checkbox]:checked+label:after,
.form-field [type=checkbox]:not(:checked)+label:after {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  width: 14px;
  height: 14px;
  font-size: 14px;
  line-height: 14px;
  color: #00182f;
  font-family: "icomoon" !important;
  font-weight: bold;
  font-style: normal;
  text-align: center;
  transform: scale(0, 0);
  -webkit-transition: all .15s ease-out;
  -moz-transition: all .15s ease-out;
  -o-transition: all .15s ease-out;
  -ms-transition: all .15s ease-out;
  transition: all .15s ease-out
}

.form-field [type=radio]:checked+label:after,
.form-field [type=checkbox]:checked+label:after {
  transform: scale(1, 1)
}

.form-field .multiple-select .ms-choice {
  height: 57px;
  padding: 20px 15px 13px 15px;
  border-radius: 3px;
  font-size: 16px;
  line-height: 22px;
  color: #00182f;
  font-weight: 500;
  letter-spacing: .03rem;
  transition: all .3s ease-out;
  background-color: #e8edf2
}

.form-field .multiple-select .ms-choice>span.ms-placeholder {
  color: #00182f
}

.form-field .multiple-select .ms-choice .ms-icon {
  display: none
}

.form-field .multiple-select .ms-choice::before {
  content: "";
  position: absolute;
  right: 12.5px;
  top: 50%;
  width: 12px;
  height: 12px;
  font-size: 11.5px;
  line-height: 12px;
  color: #00182f;
  font-family: "icomoon" !important;
  font-weight: normal;
  font-style: normal;
  text-align: center;
  transition: all .3s ease-out;
  transform: translateY(-50%)
}

.form-field .multiple-select .ms-choice::after {
  content: none
}

.form-field .multiple-select.ms-parent-open .ms-choice::before {
  content: ""
}

.form-field .multiple-select .ms-drop.bottom {
  margin-top: 2px
}

@media(min-width: 992px) {
  .form-field .multiple-select .ms-drop.bottom {
    width: 100%
  }
}

.form-field .multiple-select .ms-drop.bottom .ms-list {
  max-height: 276px !important;
  padding: 0
}

.form-field .multiple-select .ms-drop.bottom .ms-list li:first-child {
  display: none
}

.form-field .multiple-select .ms-drop.bottom .ms-list li label {
  padding-left: 15px;
  padding-right: 15px
}

.form-field .multiple-select .ms-drop.bottom .ms-list li label span {
  padding-left: 0
}

.form-field.filled label {
  padding: 3px 15px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
  letter-spacing: .01rem
}

.form-content {
  display: none;
  float: left;
  width: 100%
}

.form-alert {
  position: relative;
  float: left;
  width: 100%;
  padding: 21px 29px;
  border-radius: 4px;
  background-color: rgba(244, 193, 53, .1)
}

@media(min-width: 375px) {
  .form-alert {
    padding: calc(21px + 0*(100vw - 375px)/1065) calc(29px + 0*(100vw - 375px)/1065)
  }
}

@media(min-width: 1440px) {
  .form-alert {
    padding: 21px 29px
  }
}

.form-alert::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 7px;
  height: 100%;
  border-radius: 4px;
  background-color: #f4c135
}

.form-alert p a {
  position: relative;
  display: inline-block;
  padding-right: 22px;
  margin-left: 6px;
  font-size: 14px;
  font-weight: 700;
  color: #00182f;
  text-decoration: none !important;
  transition: all .3s ease-out
}

.form-alert p a::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 12px;
  height: 12px;
  font-size: 12px;
  line-height: 12px;
  color: #00182f;
  font-family: "icomoon" !important;
  font-weight: bold;
  font-style: normal;
  transition: all .3s ease-out;
  transform: translateY(-50%)
}

@media(min-width: 375px) {
  .form-alert p a {
    font-size: calc(14px + 2*(100vw - 375px)/1065)
  }
}

@media(min-width: 1440px) {
  .form-alert p a:hover {
    color: var(--main)
  }

  .form-alert p a:hover::after {
    color: var(--main)
  }
}

@media(min-width: 1440px) {
  .form-alert p a {
    font-size: 16px
  }
}

.modal {
  margin: 0;
  padding: 0
}

.modal.search-layer .modal-dialog {
  width: 100%;
  max-width: 100%;
  height: 100%;
  margin: 0 auto;
  transform: none !important;
  background-color: #edf1f3
}

.modal.search-layer .modal-dialog .modal-content {
  border-radius: 0;
  border: 0 none;
  background-color: rgba(0, 0, 0, 0)
}

.modal.search-layer .modal-dialog .modal-header {
  position: relative;
  padding: 70px 20px 0 20px;
  border: 0 none;
  text-align: center
}

@media(min-width: 992px) {
  .modal.search-layer .modal-dialog .modal-header {
    padding: calc(70px + 20*(100vw - 992px)/448) 20px 0 20px
  }
}

@media(min-width: 1440px) {
  .modal.search-layer .modal-dialog .modal-header {
    padding: 90px 20px 0 20px
  }
}

.modal.search-layer .modal-dialog .modal-header label {
  display: block;
  float: left;
  width: 100%
}

.modal.search-layer .modal-dialog .modal-header h3,
.modal.search-layer .modal-dialog .modal-header .h3 {
  font-weight: 600
}

.modal.search-layer .modal-dialog .modal-header .modal-close {
  position: absolute;
  right: 15px;
  top: 2px;
  width: 44px;
  height: 44px;
  border: 0 none;
  border-radius: 0;
  background-color: rgba(0, 0, 0, 0)
}

@media(min-width: 992px) {
  .modal.search-layer .modal-dialog .modal-header .modal-close {
    right: calc(15px + 57*(100vw - 992px)/448);
    top: calc(2px + 10*(100vw - 992px)/448)
  }
}

@media(min-width: 1440px) {
  .modal.search-layer .modal-dialog .modal-header .modal-close {
    right: calc((100% - 1360px)/2);
    top: 12px
  }
}

.modal.search-layer .modal-dialog .modal-header .modal-close i {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 14px;
  height: 14px;
  font-size: 14px;
  line-height: 14px;
  color: #00182f;
  transform: translate(-50%, -50%);
  transition: all .3s ease-out
}

@media(min-width: 992px) {
  .modal.search-layer .modal-dialog .modal-header .modal-close:hover i {
    color: var(--main)
  }
}

.modal.search-layer .modal-dialog .modal-body {
  position: relative;
  padding: 22px 20px 60px 20px
}

.modal.search-layer .modal-dialog .modal-body form {
  float: none;
  max-width: 678px;
  margin: 0 auto
}

.modal.search-layer .modal-dialog .modal-body form fieldset {
  position: relative
}

.modal.search-layer .modal-dialog .modal-body form fieldset input {
  position: relative;
  padding: 16px 126px 16px 34px;
  border-radius: 4px !important;
  font-size: 17px;
  line-height: 25px;
  color: #00182f;
  font-weight: 500;
  letter-spacing: .01rem;
  background-color: #fff;
  z-index: 1
}

@media(min-width: 992px) {
  .modal.search-layer .modal-dialog .modal-body form fieldset input {
    padding: 16px calc(126px + 30*(100vw - 992px)/448) 16px 34px
  }
}

@media(min-width: 1440px) {
  .modal.search-layer .modal-dialog .modal-body form fieldset input {
    padding: 16px 156px 16px 34px
  }
}

.modal.search-layer .modal-dialog .modal-body form fieldset input::placeholder {
  color: rgba(0, 0, 0, .6)
}

.modal.search-layer .modal-dialog .modal-body form fieldset input::-webkit-input-placeholder {
  color: rgba(0, 0, 0, .6)
}

.modal.search-layer .modal-dialog .modal-body form fieldset input:-moz-placeholder {
  color: rgba(0, 0, 0, .6)
}

.modal.search-layer .modal-dialog .modal-body form fieldset input::-moz-placeholder {
  color: rgba(0, 0, 0, .6)
}

.modal.search-layer .modal-dialog .modal-body form fieldset input:-ms-input-placeholder {
  color: rgba(0, 0, 0, .6)
}

.modal.search-layer .modal-dialog .modal-body form fieldset .input-search {
  position: absolute;
  right: 0;
  top: 0;
  width: 64px;
  height: 57px;
  border: 0 none;
  border-radius: 0;
  background-color: rgba(0, 0, 0, 0);
  z-index: 2
}

@media(min-width: 992px) {
  .modal.search-layer .modal-dialog .modal-body form fieldset .input-search {
    width: calc(64px + 20*(100vw - 992px)/448)
  }
}

@media(min-width: 1440px) {
  .modal.search-layer .modal-dialog .modal-body form fieldset .input-search {
    width: 84px
  }
}

.modal.search-layer .modal-dialog .modal-body form fieldset .input-search i {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 20px;
  height: 20px;
  font-size: 20px;
  line-height: 20px;
  color: #00182f;
  transform: translate(-50%, -50%);
  transition: all .3s ease-out
}

.modal.search-layer .modal-dialog .modal-body form fieldset .input-search::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 1px;
  height: 73.7%;
  background-color: #c5c5c5;
  transform: translateY(-50%)
}

@media(min-width: 992px) {
  .modal.search-layer .modal-dialog .modal-body form fieldset .input-search:hover i {
    color: var(--main)
  }
}

.modal.search-layer .modal-dialog .modal-body form fieldset .input-reset {
  position: absolute;
  right: 64px;
  top: 0;
  width: 62px;
  height: 57px;
  border: 0 none;
  border-radius: 0;
  background-color: rgba(0, 0, 0, 0);
  z-index: 2
}

@media(min-width: 992px) {
  .modal.search-layer .modal-dialog .modal-body form fieldset .input-reset {
    right: calc(64px + 20*(100vw - 992px)/448);
    width: calc(62px + 10*(100vw - 992px)/448)
  }
}

@media(min-width: 1440px) {
  .modal.search-layer .modal-dialog .modal-body form fieldset .input-reset {
    right: 84px;
    width: 72px
  }
}

.modal.search-layer .modal-dialog .modal-body form fieldset .input-reset i {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 12px;
  height: 12px;
  font-size: 12px;
  line-height: 12px;
  color: #00182f;
  transform: translate(-50%, -50%);
  transition: all .3s ease-out
}

@media(min-width: 992px) {
  .modal.search-layer .modal-dialog .modal-body form fieldset .input-reset:hover i {
    color: var(--main)
  }
}

.modal.map-layer {
  z-index: 1060
}

.modal.map-layer .modal-dialog {
  width: 100%;
  max-width: 100%;
  height: 100%;
  margin: 0 auto;
  transform: none !important;
  background-color: #fff
}

.modal.map-layer .modal-dialog .modal-content {
  border-radius: 0;
  border: 0 none;
  background-color: rgba(0, 0, 0, 0)
}

.modal.map-layer .modal-dialog .modal-body {
  position: relative;
  padding: 0
}

.modal.map-layer .modal-dialog .modal-body .modal-close {
  position: absolute;
  right: 16px;
  top: 16px;
  min-width: 0;
  padding: 15px 19px;
  font-size: 13px;
  line-height: 20px;
  z-index: 4
}

@media(min-width: 375px) {
  .modal.map-layer .modal-dialog .modal-body .modal-close {
    right: calc(16px + 4*(100vw - 375px)/1065);
    top: calc(16px + 4*(100vw - 375px)/1065);
    padding: 15px calc(19px + 13*(100vw - 375px)/1065)
  }
}

@media(max-width: 575.98px) {
  .modal.map-layer .modal-dialog .modal-body .modal-close {
    font-size: 0;
    text-indent: -9999px
  }

  .modal.map-layer .modal-dialog .modal-body .modal-close i {
    margin: 0;
    text-indent: 0
  }
}

@media(min-width: 1440px) {
  .modal.map-layer .modal-dialog .modal-body .modal-close {
    right: 20px;
    top: 20px;
    padding: 15px 32px
  }
}

.modal.map-layer .modal-dialog .modal-body .map-nav {
  position: absolute;
  left: 0;
  top: 0;
  width: 250px;
  height: 100vh;
  background-color: #fff;
  z-index: 3;
  transform: translateX(calc(-100% + 48px));
  transition: all .3s ease-out
}

@media(min-width: 375px) {
  .modal.map-layer .modal-dialog .modal-body .map-nav {
    width: calc(250px + 220*(100vw - 375px)/1065)
  }
}

@media(min-width: 768px) {
  .modal.map-layer .modal-dialog .modal-body .map-nav {
    width: 520px
  }
}

.modal.map-layer .modal-dialog .modal-body .map-nav .map-nav-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  float: left;
  width: 100%;
  padding: 20px 0 10px 10px
}

@media(min-width: 375px) {
  .modal.map-layer .modal-dialog .modal-body .map-nav .map-nav-head {
    padding: calc(20px + 6*(100vw - 375px)/1065) 0 10px calc(10px + 9*(100vw - 375px)/1065)
  }
}

@media(min-width: 1440px) {
  .modal.map-layer .modal-dialog .modal-body .map-nav .map-nav-head {
    padding: 26px 0 10px 19px
  }
}

.modal.map-layer .modal-dialog .modal-body .map-nav .map-nav-head .toggle-btn {
  position: relative;
  width: 48px;
  height: 40px;
  margin: 0;
  padding: 0;
  border: 0 none;
  background-color: rgba(0, 0, 0, 0)
}

.modal.map-layer .modal-dialog .modal-body .map-nav .map-nav-head .toggle-btn::before {
  content: "";
  position: absolute;
  left: 0;
  top: -26px;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0);
  z-index: 1
}

.modal.map-layer .modal-dialog .modal-body .map-nav .map-nav-head .toggle-btn::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 12px;
  height: 12px;
  font-size: 12px;
  line-height: 12px;
  color: #00182f;
  font-family: "icomoon" !important;
  font-weight: normal;
  font-style: normal;
  transform: translate(-50%, -50%);
  transition: all .3s ease-out;
  z-index: 2
}

@media(min-width: 1440px) {
  .modal.map-layer .modal-dialog .modal-body .map-nav .map-nav-head .toggle-btn:hover::after {
    color: var(--main)
  }
}

.modal.map-layer .modal-dialog .modal-body .map-nav .map-nav-list {
  position: relative;
  float: left;
  width: 100%;
  height: calc(100dvh - 70px);
  padding: 0 6px 0 10px;
  transition: all .3s ease-out;
  opacity: 0;
  overflow: hidden;
  pointer-events: none
}

@media(min-width: 375px) {
  .modal.map-layer .modal-dialog .modal-body .map-nav .map-nav-list {
    height: calc(100dvh - (70px + 6*(100vw - 375px)/1065));
    padding: 0 6px 0 calc(10px + 9*(100vw - 375px)/1065)
  }
}

@media(min-width: 1440px) {
  .modal.map-layer .modal-dialog .modal-body .map-nav .map-nav-list {
    height: calc(100dvh - 76px);
    padding: 0 6px 0 19px
  }
}

.modal.map-layer .modal-dialog .modal-body .map-nav .map-nav-list a,
.modal.map-layer .modal-dialog .modal-body .map-nav .map-nav-list button {
  pointer-events: none;
  user-select: none;
  cursor: default
}

.modal.map-layer .modal-dialog .modal-body .map-nav .map-nav-list ul {
  position: relative;
  padding-bottom: 24px;
  z-index: 1
}

@media(min-width: 375px) {
  .modal.map-layer .modal-dialog .modal-body .map-nav .map-nav-list ul {
    padding-bottom: calc(24px + 8*(100vw - 375px)/1065)
  }
}

@media(min-width: 1440px) {
  .modal.map-layer .modal-dialog .modal-body .map-nav .map-nav-list ul {
    padding-bottom: 32px
  }
}

.modal.map-layer .modal-dialog .modal-body .map-nav .map-nav-list ul li {
  margin-top: 16px
}

@media(min-width: 375px) {
  .modal.map-layer .modal-dialog .modal-body .map-nav .map-nav-list ul li {
    margin-top: calc(10px + 6*(100vw - 375px)/1065)
  }
}

@media(min-width: 1440px) {
  .modal.map-layer .modal-dialog .modal-body .map-nav .map-nav-list ul li {
    margin-top: 16px
  }
}

.modal.map-layer .modal-dialog .modal-body .map-nav.open {
  transform: translateX(0)
}

.modal.map-layer .modal-dialog .modal-body .map-nav.open .map-nav-head .toggle-btn::before {
  content: none
}

.modal.map-layer .modal-dialog .modal-body .map-nav.open .map-nav-head .toggle-btn::after {
  content: ""
}

.modal.map-layer .modal-dialog .modal-body .map-nav.open .map-nav-list {
  opacity: 1;
  overflow: auto;
  pointer-events: auto
}

.modal.map-layer .modal-dialog .modal-body .map-nav.open .map-nav-list a,
.modal.map-layer .modal-dialog .modal-body .map-nav.open .map-nav-list button {
  pointer-events: auto;
  user-select: auto;
  cursor: pointer
}

.modal.map-layer .modal-dialog .modal-body .map-wrapper {
  position: absolute;
  left: 0;
  top: 0;
  float: left;
  width: 100%;
  height: 100vh;
  z-index: 1
}

.modal.map-layer .modal-dialog .modal-body .map-wrapper .map-placeholder {
  position: absolute;
  left: 0;
  top: 0;
  float: left;
  width: 100%;
  height: 100vh;
  z-index: 1
}

.modal.map-layer .modal-dialog .modal-body .map-wrapper .map-placeholder img {
  position: relative;
  height: 100%;
  object-fit: cover
}

.modal.map-layer .modal-dialog .modal-body .map-wrapper::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .2);
  opacity: 0;
  z-index: 2
}

.modal.map-layer .modal-dialog .modal-body .map-wrapper.active::before {
  opacity: 1
}

.modal.filter-layer {
  z-index: 1060
}

.modal.filter-layer .modal-dialog {
  width: 100%;
  max-width: 540px;
  height: 100%;
  margin: 0 0 0 auto;
  transform: none !important;
  background-color: #fff
}

.modal.filter-layer .modal-dialog .modal-content {
  border-radius: 0;
  border: 0 none;
  background-color: rgba(0, 0, 0, 0)
}

.modal.filter-layer .modal-dialog .modal-header {
  position: relative;
  float: left;
  width: 100%;
  padding: 20px 160px;
  border: 0 none;
  border-radius: 0;
  background-color: #edf1f3
}

.modal.filter-layer .modal-dialog .modal-header h4,
.modal.filter-layer .modal-dialog .modal-header .h4 {
  text-align: center;
  line-height: 23px
}

@media(min-width: 375px) {

  .modal.filter-layer .modal-dialog .modal-header h4,
  .modal.filter-layer .modal-dialog .modal-header .h4 {
    line-height: calc(23px + 8*(100vw - 375px)/1065)
  }
}

@media(min-width: 1440px) {

  .modal.filter-layer .modal-dialog .modal-header h4,
  .modal.filter-layer .modal-dialog .modal-header .h4 {
    line-height: 31px
  }
}

.modal.filter-layer .modal-dialog .modal-header .modal-close {
  position: absolute;
  right: 7px;
  top: 50%;
  width: 44px;
  height: 44px;
  border: 0 none;
  border-radius: 0;
  background-color: rgba(0, 0, 0, 0);
  transform: translateY(-50%)
}

.modal.filter-layer .modal-dialog .modal-header .modal-close i {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 14px;
  height: 14px;
  font-size: 14px;
  line-height: 14px;
  color: #00182f;
  transform: translate(-50%, -50%);
  transition: all .3s ease-out
}

@media(min-width: 992px) {
  .modal.filter-layer .modal-dialog .modal-header .modal-close:hover i {
    color: var(--main)
  }
}

.modal.filter-layer .modal-dialog .modal-header .remove-filter {
  position: absolute;
  left: 17px;
  top: 50%;
  display: block;
  float: left;
  width: auto;
  padding: 4px 0;
  margin: 0;
  border: 0 none;
  border-radius: 0;
  font-size: 13px;
  line-height: 18px;
  letter-spacing: .03rem;
  color: #5f6061;
  font-weight: 500;
  background-color: rgba(0, 0, 0, 0);
  transform: translateY(-50%);
  transition: all .3s ease-out
}

.modal.filter-layer .modal-dialog .modal-header .remove-filter::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 2px;
  width: 100%;
  height: 2px;
  background-color: var(--main);
  transition: all .3s ease-out;
  opacity: .8
}

.modal.filter-layer .modal-dialog .modal-header .remove-filter.active::after {
  opacity: 1
}

@media(min-width: 992px) {
  .modal.filter-layer .modal-dialog .modal-header .remove-filter:hover {
    color: #00182f
  }

  .modal.filter-layer .modal-dialog .modal-header .remove-filter:hover::after {
    background-color: #00182f
  }
}

.modal.filter-layer .modal-dialog .modal-body {
  padding: 0
}

.modal.filter-layer .modal-dialog .modal-filter-wrapper {
  float: left;
  width: 100%;
  height: calc(100dvh - 71px);
  overflow: auto
}

.modal.filter-layer .modal-dialog .modal-filter-wrapper form {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 0 17px
}

.modal.filter-layer .modal-dialog .modal-filter-wrapper .active-filter {
  display: none;
  float: left;
  width: calc(100% + 10px);
  margin-bottom: 2px;
  margin-top: 20px
}

.modal.filter-layer .modal-dialog .modal-filter-wrapper .active-filter ul li {
  width: auto;
  margin: 0 4px 8px 4px
}

.modal.filter-layer .modal-dialog .modal-filter-wrapper .active-filter ul li .active-filter-label {
  position: relative;
  display: block;
  float: left;
  width: auto;
  padding: 3px 24px 5px 8px;
  border-radius: 26px;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0;
  font-weight: 700;
  color: #00182f;
  background-color: #edf1f3
}

.modal.filter-layer .modal-dialog .modal-filter-wrapper .active-filter ul li .active-filter-label .remove-filter {
  position: absolute;
  right: 0;
  top: 0;
  width: 24px;
  height: 26px;
  padding: 0;
  border: 0 none;
  border-radius: 26px;
  background-color: rgba(0, 0, 0, 0)
}

.modal.filter-layer .modal-dialog .modal-filter-wrapper .active-filter ul li .active-filter-label .remove-filter i {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 7px;
  height: 7px;
  font-size: 7px;
  line-height: 7px;
  color: #00182f;
  font-weight: bold;
  transform: translate(-50%, -50%);
  transition: all .3s ease-out
}

@media(min-width: 992px) {
  .modal.filter-layer .modal-dialog .modal-filter-wrapper .active-filter ul li .active-filter-label .remove-filter:hover i {
    color: var(--main)
  }
}

.modal.filter-layer .modal-dialog .modal-filter-wrapper .accordion-filter {
  float: left;
  width: 100%;
  margin-top: 16px
}

@media(min-width: 375px) {
  .modal.filter-layer .modal-dialog .modal-filter-wrapper .accordion-filter {
    margin-top: calc(16px + 8*(100vw - 375px)/1065)
  }
}

@media(min-width: 1440px) {
  .modal.filter-layer .modal-dialog .modal-filter-wrapper .accordion-filter {
    margin-top: 24px
  }
}

.modal.filter-layer .modal-dialog .modal-filter-wrapper .accordion-filter .accordion-item {
  position: relative;
  float: left;
  width: 100%;
  padding: 10px 0
}

.modal.filter-layer .modal-dialog .modal-filter-wrapper .accordion-filter .accordion-item::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #edf1f3
}

.modal.filter-layer .modal-dialog .modal-filter-wrapper .accordion-filter .accordion-item .accordion-header {
  position: relative;
  display: block;
  float: left;
  width: 100%
}

.modal.filter-layer .modal-dialog .modal-filter-wrapper .accordion-filter .accordion-item .accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  float: left;
  gap: 10px;
  width: 100%;
  padding: 8px 36px 8px 0;
  font-size: 16px;
  line-height: 28px;
  color: #00182f;
  letter-spacing: .03rem;
  font-weight: 600;
  z-index: 2;
  transition: all .3s ease-out
}

@media(min-width: 375px) {
  .modal.filter-layer .modal-dialog .modal-filter-wrapper .accordion-filter .accordion-item .accordion-button {
    padding: calc(8px + 2*(100vw - 375px)/1065) calc(36px + 10*(100vw - 375px)/1065) calc(8px + 2*(100vw - 375px)/1065) 0;
    font-size: calc(16px + 1*(100vw - 375px)/1065);
    line-height: calc(28px + 2*(100vw - 375px)/1065)
  }
}

@media(min-width: 1440px) {
  .modal.filter-layer .modal-dialog .modal-filter-wrapper .accordion-filter .accordion-item .accordion-button {
    padding: 10px 46px 10px 0;
    font-size: 17px;
    line-height: 30px
  }
}

.modal.filter-layer .modal-dialog .modal-filter-wrapper .accordion-filter .accordion-item .accordion-button::after {
  content: "";
  position: absolute;
  right: 4px;
  top: 50%;
  width: 14px;
  height: 14px;
  font-size: 14px;
  line-height: 14px;
  color: #00182f;
  font-family: "icomoon" !important;
  font-weight: bold;
  font-style: normal;
  text-align: center;
  transition: all .3s ease-out;
  transform: translateY(-50%)
}

@media(min-width: 375px) {
  .modal.filter-layer .modal-dialog .modal-filter-wrapper .accordion-filter .accordion-item .accordion-button::after {
    right: calc(4px + 12*(100vw - 375px)/1065)
  }
}

@media(min-width: 1440px) {
  .modal.filter-layer .modal-dialog .modal-filter-wrapper .accordion-filter .accordion-item .accordion-button::after {
    right: 16px
  }
}

.modal.filter-layer .modal-dialog .modal-filter-wrapper .accordion-filter .accordion-item .accordion-button span {
  position: relative;
  display: block;
  width: 20px;
  height: 20px;
  font-size: 12px;
  line-height: 20px;
  font-weight: 700;
  letter-spacing: .03rem;
  color: var(--main);
  text-align: center
}

.modal.filter-layer .modal-dialog .modal-filter-wrapper .accordion-filter .accordion-item .accordion-button span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 1px solid var(--main)
}

.modal.filter-layer .modal-dialog .modal-filter-wrapper .accordion-filter .accordion-item .accordion-button[aria-expanded=true]::after {
  content: ""
}

.modal.filter-layer .modal-dialog .modal-filter-wrapper .accordion-filter .accordion-item .accordion-collapse {
  float: left;
  width: 100%
}

.modal.filter-layer .modal-dialog .modal-filter-wrapper .accordion-filter .accordion-item .accordion-collapse .accordion-body {
  float: left;
  width: 100%;
  padding: 0 0 10px 0
}

.modal.filter-layer .modal-dialog .modal-filter-wrapper .accordion-filter .accordion-item .accordion-collapse .accordion-body ul {
  margin-top: 0;
  width: calc(100% + 10px);
  margin-left: -5px;
  margin-right: -5px;
  display: flex;
  flex-wrap: wrap
}

.modal.filter-layer .modal-dialog .modal-filter-wrapper .accordion-filter .accordion-item .accordion-collapse .accordion-body ul.auto li {
  width: auto
}

.modal.filter-layer .modal-dialog .modal-filter-wrapper .accordion-filter .accordion-item .accordion-collapse .accordion-body ul li {
  position: relative;
  width: auto;
  margin: 2px 5px 8px 5px
}

@media(min-width: 375px) {
  .modal.filter-layer .modal-dialog .modal-filter-wrapper .accordion-filter .accordion-item .accordion-collapse .accordion-body ul li {
    width: calc(50% - 10px)
  }
}

@media(min-width: 576px) {
  .modal.filter-layer .modal-dialog .modal-filter-wrapper .accordion-filter .accordion-item .accordion-collapse .accordion-body ul li {
    width: calc(33.33% - 10px)
  }
}

.modal.filter-layer .modal-dialog .modal-filter-wrapper .accordion-filter .accordion-item .accordion-collapse .accordion-body ul li [type=checkbox]:checked,
.modal.filter-layer .modal-dialog .modal-filter-wrapper .accordion-filter .accordion-item .accordion-collapse .accordion-body ul li [type=checkbox]:not(:checked) {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0 none;
  border-radius: 4px !important;
  background-color: rgba(0, 0, 0, 0);
  z-index: 2;
  cursor: pointer
}

.modal.filter-layer .modal-dialog .modal-filter-wrapper .accordion-filter .accordion-item .accordion-collapse .accordion-body ul li [type=checkbox]:checked+label,
.modal.filter-layer .modal-dialog .modal-filter-wrapper .accordion-filter .accordion-item .accordion-collapse .accordion-body ul li [type=checkbox]:not(:checked)+label {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  float: left;
  width: 100%;
  padding: 12px 20px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #5f6061;
  letter-spacing: 0;
  text-align: center;
  cursor: pointer;
  transition: all .3s ease-out;
  z-index: 1;
  height: 100%
}

.modal.filter-layer .modal-dialog .modal-filter-wrapper .accordion-filter .accordion-item .accordion-collapse .accordion-body ul li [type=checkbox]:checked+label i,
.modal.filter-layer .modal-dialog .modal-filter-wrapper .accordion-filter .accordion-item .accordion-collapse .accordion-body ul li [type=checkbox]:not(:checked)+label i {
  display: block;
  width: 20px;
  height: 20px;
  margin-right: 11px;
  font-size: 20px;
  line-height: 20px;
  color: #00182f
}

.modal.filter-layer .modal-dialog .modal-filter-wrapper .accordion-filter .accordion-item .accordion-collapse .accordion-body ul li [type=checkbox]:checked+label::before,
.modal.filter-layer .modal-dialog .modal-filter-wrapper .accordion-filter .accordion-item .accordion-collapse .accordion-body ul li [type=checkbox]:not(:checked)+label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #edf1f3;
  border-radius: 4px;
  transition: all .3s ease-out
}

.modal.filter-layer .modal-dialog .modal-filter-wrapper .accordion-filter .accordion-item .accordion-collapse .accordion-body ul li [type=checkbox]:checked+label {
  color: #00182f
}

.modal.filter-layer .modal-dialog .modal-filter-wrapper .accordion-filter .accordion-item .accordion-collapse .accordion-body ul li [type=checkbox]:checked+label::before {
  border-color: var(--main)
}

@media(min-width: 992px) {

  .modal.filter-layer .modal-dialog .modal-filter-wrapper .accordion-filter .accordion-item .accordion-collapse .accordion-body ul li:hover [type=checkbox]:checked+label::before,
  .modal.filter-layer .modal-dialog .modal-filter-wrapper .accordion-filter .accordion-item .accordion-collapse .accordion-body ul li:hover [type=checkbox]:not(:checked)+label::before {
    border-color: #5f6061
  }
}

.modal.filter-layer .modal-dialog .modal-filter-wrapper .filter-switch {
  width: 100%
}

.modal.filter-layer .modal-dialog .modal-filter-wrapper .filter-switch.form-switch {
  position: relative;
  padding: 0
}

.modal.filter-layer .modal-dialog .modal-filter-wrapper .filter-switch.form-switch .form-check-label {
  width: 100%;
  padding: 18px 72px 18px 0;
  font-size: 16px;
  line-height: 30px;
  color: #00182f;
  letter-spacing: .03rem;
  font-weight: 600;
  cursor: pointer
}

@media(min-width: 375px) {
  .modal.filter-layer .modal-dialog .modal-filter-wrapper .filter-switch.form-switch .form-check-label {
    padding: calc(18px + 2*(100vw - 375px)/1065) 72px calc(18px + 2*(100vw - 375px)/1065) 0;
    font-size: calc(16px + 2*(100vw - 375px)/1065);
    line-height: calc(28px + 2*(100vw - 375px)/1065)
  }
}

@media(min-width: 1440px) {
  .modal.filter-layer .modal-dialog .modal-filter-wrapper .filter-switch.form-switch .form-check-label {
    padding: 20px 72px 20px 0;
    font-size: 17px;
    line-height: 30px
  }
}

.modal.filter-layer .modal-dialog .modal-filter-wrapper .filter-switch.form-switch .form-check-label::before {
  content: "";
  position: absolute;
  right: 18px;
  top: 50%;
  left: inherit !important;
  width: 21px;
  height: 21px;
  border-radius: 50%;
  background-color: #fff;
  transition: all .3s ease-out;
  z-index: 1;
  transform: translateY(-50%)
}

.modal.filter-layer .modal-dialog .modal-filter-wrapper .filter-switch.form-switch .form-check-input {
  right: 0;
  left: inherit;
  top: 50%;
  width: 42px;
  height: 27px;
  border-radius: 27px !important;
  transform: translateY(-50%);
  cursor: pointer
}

.modal.filter-layer .modal-dialog .modal-filter-wrapper .filter-switch.form-switch .form-check-input:checked+h5 .form-check-label::before,
.modal.filter-layer .modal-dialog .modal-filter-wrapper .filter-switch.form-switch .form-check-input:checked+.h5 .form-check-label::before {
  right: 3px
}

.modal.filter-layer .modal-dialog .modal-filter-wrapper .filter-price {
  float: left;
  width: 100%;
  padding: 0 12px;
  margin-top: 4px
}

@media(min-width: 375px) {
  .modal.filter-layer .modal-dialog .modal-filter-wrapper .filter-price {
    padding: 0 calc(12px + 44*(100vw - 375px)/1065)
  }
}

@media(min-width: 1440px) {
  .modal.filter-layer .modal-dialog .modal-filter-wrapper .filter-price {
    padding: 0 56px
  }
}

.modal.filter-layer .modal-dialog .modal-filter-wrapper .filter-price.mt-more {
  margin-top: 16px
}

@media(min-width: 375px) {
  .modal.filter-layer .modal-dialog .modal-filter-wrapper .filter-price.mt-more {
    margin-top: calc(16px + 8*(100vw - 375px)/1065)
  }
}

@media(min-width: 1440px) {
  .modal.filter-layer .modal-dialog .modal-filter-wrapper .filter-price.mt-more {
    margin-top: 24px
  }
}

.modal.filter-layer .modal-dialog .modal-filter-wrapper .filter-price h5,
.modal.filter-layer .modal-dialog .modal-filter-wrapper .filter-price .h5 {
  font-size: 16px;
  line-height: 28px;
  color: #00182f;
  letter-spacing: .03rem;
  font-weight: 600;
  text-align: center
}

@media(min-width: 375px) {

  .modal.filter-layer .modal-dialog .modal-filter-wrapper .filter-price h5,
  .modal.filter-layer .modal-dialog .modal-filter-wrapper .filter-price .h5 {
    font-size: calc(16px + 1*(100vw - 375px)/1065);
    line-height: calc(28px + 2*(100vw - 375px)/1065)
  }
}

@media(min-width: 1440px) {

  .modal.filter-layer .modal-dialog .modal-filter-wrapper .filter-price h5,
  .modal.filter-layer .modal-dialog .modal-filter-wrapper .filter-price .h5 {
    font-size: 17px;
    line-height: 30px
  }
}

.modal.filter-layer .modal-dialog .modal-filter-wrapper .filter-price .range-slider {
  float: left;
  width: 100%
}

.modal.filter-layer .modal-dialog .modal-filter-wrapper .filter-price .range-slider .price-slider {
  position: relative;
  float: left;
  width: 100%;
  height: 21px;
  margin-top: 3px
}

.modal.filter-layer .modal-dialog .modal-filter-wrapper .filter-price .range-slider .price-slider.noUi-target {
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0;
  border: 0 none;
  box-shadow: none
}

.modal.filter-layer .modal-dialog .modal-filter-wrapper .filter-price .range-slider .price-slider.noUi-target[disabled],
.modal.filter-layer .modal-dialog .modal-filter-wrapper .filter-price .range-slider .price-slider.noUi-target[disabled]~.range-values {
  opacity: .5
}

.modal.filter-layer .modal-dialog .modal-filter-wrapper .filter-price .range-slider .price-slider .noUi-connects {
  position: relative
}

.modal.filter-layer .modal-dialog .modal-filter-wrapper .filter-price .range-slider .price-slider .noUi-connects::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 3px;
  background-color: #edf1f3;
  transform: translateY(-50%)
}

.modal.filter-layer .modal-dialog .modal-filter-wrapper .filter-price .range-slider .price-slider .noUi-connects .noUi-connect {
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0;
  border: 0 none;
  box-shadow: none
}

.modal.filter-layer .modal-dialog .modal-filter-wrapper .filter-price .range-slider .price-slider .noUi-connects .noUi-connect::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 3px;
  background-color: var(--main);
  transform: translateY(-50%)
}

.modal.filter-layer .modal-dialog .modal-filter-wrapper .filter-price .range-slider .price-slider .noUi-origin .noUi-handle {
  top: 0;
  right: -10.5px;
  width: 21px;
  height: 21px;
  border: 0 none;
  border-radius: 50%;
  background-color: var(--main);
  box-shadow: none
}

.modal.filter-layer .modal-dialog .modal-filter-wrapper .filter-price .range-slider .price-slider .noUi-origin .noUi-handle::after,
.modal.filter-layer .modal-dialog .modal-filter-wrapper .filter-price .range-slider .price-slider .noUi-origin .noUi-handle::before {
  content: none
}

.modal.filter-layer .modal-dialog .modal-filter-wrapper .filter-price .range-slider .range-values {
  display: flex;
  justify-content: space-between;
  float: left;
  width: 100%;
  margin-top: 4px
}

.modal.filter-layer .modal-dialog .modal-filter-wrapper .filter-price .range-slider .range-values>div {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 92px
}

.modal.filter-layer .modal-dialog .modal-filter-wrapper .filter-price .range-slider .range-values>div label {
  width: 100%;
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
  color: #00182f;
  text-align: center;
  margin-bottom: 4px
}

.modal.filter-layer .modal-dialog .modal-filter-wrapper .filter-price .range-slider .range-values>div input {
  width: 100%;
  padding: 8px;
  border-radius: 3px;
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
  color: #5f6061;
  text-align: center;
  background-color: #edf1f3;
  transition: all .3s ease-out
}

.modal.filter-layer .modal-dialog .modal-filter-wrapper .filter-price .range-slider .range-values>div.active input {
  font-weight: 700;
  color: #00182f
}

.modal.filter-layer .modal-dialog .modal-filter-wrapper .filter-button {
  display: flex;
  justify-content: center;
  float: left;
  width: 100%;
  margin-top: auto;
  padding: 60px 0 24px 0
}

.modal.message-modal {
  z-index: 1060
}

.modal.message-modal .modal-close {
  position: absolute;
  right: 0;
  top: 0;
  width: 44px;
  height: 44px;
  border: 0 none;
  border-radius: 0;
  background-color: rgba(0, 0, 0, 0)
}

@media(min-width: 375px) {
  .modal.message-modal .modal-close {
    right: calc(0px + 60*(100vw - 375px)/1065);
    right: calc(0px + 16*(100vw - 375px)/1065)
  }
}

@media(min-width: 1440px) {
  .modal.message-modal .modal-close {
    right: 60px;
    top: 16px
  }
}

.modal.message-modal .modal-close i {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 14px;
  height: 14px;
  font-size: 14px;
  line-height: 14px;
  color: #fff;
  transform: translate(-50%, -50%);
  transition: all .3s ease-out
}

@media(min-width: 992px) {
  .modal.message-modal .modal-close:hover i {
    transform: translate(-50%, -50%) scale(1.2)
  }
}

.modal.message-modal .modal-dialog {
  width: auto;
  max-width: none;
  margin-top: 60px
}

@media(min-width: 375px) {
  .modal.message-modal .modal-dialog {
    margin-top: calc(60px + 90*(100vw - 375px)/1065)
  }
}

@media(min-width: 576px) {
  .modal.message-modal .modal-dialog {
    width: 90%
  }
}

@media(min-width: 1200px) {
  .modal.message-modal .modal-dialog {
    max-width: 1024px
  }
}

@media(min-width: 1440px) {
  .modal.message-modal .modal-dialog {
    margin-top: 150px
  }
}

.modal.message-modal .modal-dialog .modal-content {
  border-radius: 4px;
  border: 0 none;
  padding: 35px 8.34%;
  background-color: #fff;
  filter: drop-shadow(0px 0px 15px rgba(0, 0, 0, 0.08))
}

@media(min-width: 375px) {
  .modal.message-modal .modal-dialog .modal-content {
    padding: calc(35px + 32*(100vw - 375px)/1065) 8.34%
  }
}

@media(min-width: 992px) {
  .modal.message-modal .modal-dialog .modal-content {
    min-height: 490px
  }
}

@media(min-width: 1440px) {
  .modal.message-modal .modal-dialog .modal-content {
    padding: 67px 8.34%
  }
}

.modal.message-modal .modal-dialog .modal-content .modal-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0;
  border: 0 none;
  text-align: center
}

.modal.message-modal .modal-dialog .modal-content .modal-header p {
  margin-top: 16px;
  font-size: 17px;
  line-height: 26px;
  color: #00182f;
  font-weight: 500;
  letter-spacing: .02rem
}

@media(min-width: 375px) {
  .modal.message-modal .modal-dialog .modal-content .modal-header p {
    margin-top: calc(16px + 12*(100vw - 375px)/1065);
    font-size: calc(17px + 2*(100vw - 375px)/1065);
    line-height: calc(26px + 4*(100vw - 375px)/1065)
  }
}

@media(min-width: 1440px) {
  .modal.message-modal .modal-dialog .modal-content .modal-header p {
    margin-top: 28px;
    font-size: 19px;
    line-height: 30px
  }
}

.modal.message-modal .modal-dialog .modal-content .modal-body {
  padding: 0
}

.modal.message-modal .modal-dialog .modal-content .modal-body .modal-buttons {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: calc(100% + 16px);
  margin-left: -8px;
  margin-right: -8px;
  margin-top: 24px
}

@media(min-width: 375px) {
  .modal.message-modal .modal-dialog .modal-content .modal-body .modal-buttons {
    margin-top: calc(24px + 26*(100vw - 375px)/1065)
  }
}

@media(min-width: 1440px) {
  .modal.message-modal .modal-dialog .modal-content .modal-body .modal-buttons {
    margin-top: 50px
  }
}

.modal.message-modal .modal-dialog .modal-content .modal-body .modal-buttons>a,
.modal.message-modal .modal-dialog .modal-content .modal-body .modal-buttons>button {
  margin: 16px 8px 0 8px
}

body.scrolled .modal.search-layer .modal-dialog .modal-header .modal-close {
  top: -3px
}

@media(min-width: 992px) {
  body.scrolled .modal.search-layer .modal-dialog .modal-header .modal-close {
    top: calc(-3px + 4*(100vw - 992px)/448)
  }
}

@media(min-width: 1440px) {
  body.scrolled .modal.search-layer .modal-dialog .modal-header .modal-close {
    top: 1px
  }
}

.live-box-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  float: left;
  width: 100%;
  background-color: #fff
}

@media(min-width: 768px) {
  .live-box-wrapper {
    flex-direction: row;
    align-items: stretch
  }

  .live-box-wrapper::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 4px;
    border: 2px solid #edf1f3;
    z-index: 1
  }
}

.live-box-wrapper .live-box {
  width: 100%;
  border-radius: 4px 0 0 4px
}

@media(min-width: 768px) {
  .live-box-wrapper .live-box {
    width: 50%
  }
}

@media(min-width: 992px) {
  .live-box-wrapper .live-box {
    width: 41.85%
  }
}

.live-box,
.live-list {
  position: relative;
  flex-shrink: 0;
  z-index: 2
}

.live-box {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  padding: 20px 20px 30px 20px;
  border-radius: 4px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden
}

@media(min-width: 768px) {
  .live-box {
    padding: calc(20px + 2*(100vw - 768px)/672) calc(20px + 30*(100vw - 768px)/672) calc(30px + 20*(100vw - 768px)/672) calc(20px + 30*(100vw - 768px)/672)
  }
}

@media(min-width: 1440px) {
  .live-box {
    padding: 22px 50px 50px 50px
  }
}

.live-box::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .65);
  z-index: 1
}

.live-box h4,
.live-box .h4 {
  position: relative;
  letter-spacing: .03rem;
  color: #fff;
  text-align: center;
  z-index: 2
}

.live-box .live-info {
  position: relative;
  display: grid;
  grid-template-columns: auto max-content;
  width: 100%;
  margin-top: 4px;
  z-index: 2
}

.live-box .live-info>div {
  position: relative;
  display: contents;
  float: left;
  width: 100%
}

.live-box .live-info>div .label,
.live-box .live-info>div .value {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 12px 0
}

@media(min-width: 768px) {

  .live-box .live-info>div .label,
  .live-box .live-info>div .value {
    padding: calc(12px + 4*(100vw - 768px)/672) 0
  }
}

@media(min-width: 1440px) {

  .live-box .live-info>div .label,
  .live-box .live-info>div .value {
    padding: 16px 0
  }
}

.live-box .live-info>div .label::after,
.live-box .live-info>div .value::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, .4)
}

.live-box .live-info>div .label {
  padding-right: 10px
}

@media(min-width: 768px) {
  .live-box .live-info>div .label {
    padding-right: calc(10px + 10*(100vw - 768px)/672)
  }
}

@media(min-width: 1440px) {
  .live-box .live-info>div .label {
    padding-right: 20px
  }
}

.live-box .live-info>div .label p {
  position: relative;
  padding-left: 30px;
  margin-top: 10px;
  margin-bottom: 3px;
  font-size: 14px;
  line-height: 18px;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: .03rem
}

@media(min-width: 375px) {
  .live-box .live-info>div .label p {
    padding-left: calc(30px + 8*(100vw - 375px)/1065);
    margin-top: calc(10px + 3*(100vw - 375px)/1065);
    font-size: calc(14px + 2*(100vw - 375px)/1065);
    line-height: calc(18px + 2*(100vw - 375px)/1065)
  }
}

@media(min-width: 1440px) {
  .live-box .live-info>div .label p {
    padding-left: 38px;
    margin-top: 13px;
    font-size: 16px;
    line-height: 20px
  }
}

.live-box .live-info>div .label p i {
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  font-size: 18px;
  line-height: 18px;
  color: #fff
}

@media(min-width: 375px) {
  .live-box .live-info>div .label p i {
    top: calc(0px - 1*(100vw - 375px)/1065);
    width: calc(18px + 4*(100vw - 375px)/1065);
    height: calc(18px + 4*(100vw - 375px)/1065);
    font-size: calc(18px + 4*(100vw - 375px)/1065);
    line-height: calc(18px + 4*(100vw - 375px)/1065)
  }
}

@media(min-width: 1440px) {
  .live-box .live-info>div .label p i {
    top: -1px;
    width: 22px;
    height: 22px;
    font-size: 22px;
    line-height: 22px
  }
}

.live-box .live-info>div .label p.status::before {
  content: "";
  position: absolute;
  left: 6px;
  top: 6px;
  width: 8px;
  height: 8px;
  border-radius: 50%
}

.live-box .live-info>div .value {
  padding-left: 10px
}

@media(min-width: 768px) {
  .live-box .live-info>div .value {
    padding-left: calc(10px + 10*(100vw - 768px)/672)
  }
}

@media(min-width: 1440px) {
  .live-box .live-info>div .value {
    padding-left: 20px
  }
}

.live-box .live-info>div .value p {
  font-size: 18px;
  line-height: 28px;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 0;
  font-weight: 300
}

@media(min-width: 375px) {
  .live-box .live-info>div .value p {
    font-size: calc(18px + 3*(100vw - 375px)/1065);
    line-height: calc(28px + 8*(100vw - 375px)/1065)
  }
}

@media(min-width: 1440px) {
  .live-box .live-info>div .value p {
    font-size: 21px;
    line-height: 36px
  }
}

.live-box .live-info>div .value p strong {
  padding-right: 9px;
  font-size: 30px;
  font-weight: 300
}

@media(min-width: 375px) {
  .live-box .live-info>div .value p strong {
    padding-right: calc(6px + 3*(100vw - 375px)/1065);
    font-size: calc(30px + 4*(100vw - 375px)/1065)
  }
}

@media(min-width: 1440px) {
  .live-box .live-info>div .value p strong {
    padding-right: 9px;
    font-size: 34px
  }
}

.live-box .season {
  position: relative;
  float: left;
  width: 100%;
  margin-top: 18px;
  z-index: 2
}

@media(min-width: 375px) {
  .live-box .season {
    margin-top: calc(18px + 5*(100vw - 375px)/1065)
  }
}

@media(min-width: 1440px) {
  .live-box .season {
    margin-top: 23px
  }
}

.live-box .season p {
  margin-top: 8px !important;
  font-size: 13px;
  line-height: 20px !important;
  color: #fff !important;
  font-weight: 400;
  text-align: center
}

@media(min-width: 375px) {
  .live-box .season p {
    margin-top: calc(8px + 6*(100vw - 375px)/1065) !important
  }
}

@media(min-width: 1440px) {
  .live-box .season p {
    margin-top: 14px !important
  }
}

.live-box .season p time {
  display: inline;
  float: none;
  width: auto;
  margin: 0;
  color: #fff !important
}

.live-list {
  display: flex;
  align-items: center;
  width: calc(100% + 36px);
  padding: 0;
  margin: 0 -18px 12px -18px;
  overflow: auto
}

@media(min-width: 768px) {
  .live-list {
    justify-content: center;
    flex-direction: column;
    width: 50%;
    padding: calc(22px + 8*(100vw - 768px)/672) calc(20px + 10*(100vw - 768px)/672) calc(22px + 20*(100vw - 768px)/672) calc(20px + 10*(100vw - 768px)/672);
    margin: 0;
    border-radius: 0 4px 4px 0;
    overflow: hidden
  }
}

@media(min-width: 992px) {
  .live-list {
    width: 58.15%
  }
}

@media(min-width: 1440px) {
  .live-list {
    padding: 30px 30px 42px 30px
  }
}

.live-list ul {
  display: flex;
  align-items: center;
  width: auto;
  padding: 0 18px 10px 18px
}

@media(min-width: 768px) {
  .live-list ul {
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    padding: 0
  }
}

.live-list ul li {
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  margin: 5px
}

@media(min-width: 375px) {
  .live-list ul li {
    margin: calc(5px + 3*(100vw - 375px)/1065) 5px
  }
}

@media(min-width: 1440px) {
  .live-list ul li {
    margin: 8px 5px
  }
}

@media(min-width: 768px) {
  .live-list ul li.main {
    width: 100%
  }
}

.live-list ul li button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px 12px;
  border: 0 none;
  border-radius: 30px;
  font-size: 14px;
  line-height: 20px;
  color: #00182f;
  text-align: center;
  font-weight: 500;
  letter-spacing: .02rem;
  white-space: nowrap;
  background-color: #fff;
  transition: all .3s ease-out
}

@media(min-width: 375px) {
  .live-list ul li button {
    padding: 5px calc(12px + 3*(100vw - 375px)/1065)
  }
}

@media(min-width: 768px) {
  .live-list ul li button {
    white-space: wrap
  }
}

@media(min-width: 1440px) {
  .live-list ul li button {
    padding: 5px 15px
  }
}

.live-list ul li button i {
  display: block;
  float: left;
  width: 20px;
  height: 20px;
  margin-right: 9px;
  font-size: 20px;
  line-height: 20px;
  color: #00182f;
  transition: all .3s ease-out
}

.live-list ul li button::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 30px;
  border: 2px solid #edf1f3;
  transition: all .3s ease-out;
  z-index: 1
}

.live-list ul li button[aria-selected=true] {
  color: var(--main);
  font-weight: 700
}

.live-list ul li button[aria-selected=true] i {
  color: var(--main)
}

.live-list ul li button[aria-selected=true]::before {
  border-color: var(--main)
}

@media(min-width: 992px) {
  .live-list ul li button:hover::before {
    border-color: var(--main)
  }
}

.intro-section .live-box {
  margin-top: 28px
}

@media(min-width: 992px) {
  .intro-section .live-box {
    width: calc(100% - 28px);
    margin-left: 28px;
    margin-top: 0
  }
}

.breadcrumb-wrapper {
  margin-top: 0;
  padding-top: 30px
}

@media(min-width: 360px) {
  .breadcrumb-wrapper {
    padding-top: 40px
  }
}

@media(min-width: 992px) {
  .breadcrumb-wrapper {
    padding-top: calc(51px + 20*(100vw - 992px)/448);
    background-color: #edf1f3
  }
}

@media(min-width: 1440px) {
  .breadcrumb-wrapper {
    padding-top: 71px
  }
}

.breadcrumb-wrapper .breadcrumb {
  display: none;
  float: left;
  width: 100%;
  padding: 0;
  margin: 0 0 6px 0
}

@media(min-width: 992px) {
  .breadcrumb-wrapper .breadcrumb {
    display: block
  }
}

.breadcrumb-wrapper .breadcrumb ol li {
  position: relative;
  width: auto;
  margin: 6px 10px 0 0;
  padding-right: 19px
}

.breadcrumb-wrapper .breadcrumb ol li a,
.breadcrumb-wrapper .breadcrumb ol li span {
  display: block;
  float: left;
  width: auto;
  font-size: 13px;
  line-height: 23px;
  letter-spacing: .03rem;
  font-weight: 600
}

.breadcrumb-wrapper .breadcrumb ol li a {
  color: #00182f;
  transition: all .3s ease-out
}

.breadcrumb-wrapper .breadcrumb ol li a i {
  display: block;
  float: left;
  width: 16px;
  height: 23px;
  font-size: 16px;
  line-height: 23px;
  color: #00182f;
  transition: all .3s ease-out
}

@media(min-width: 992px) {
  .breadcrumb-wrapper .breadcrumb ol li a:hover {
    color: var(--main)
  }

  .breadcrumb-wrapper .breadcrumb ol li a:hover i {
    color: var(--main)
  }
}

.breadcrumb-wrapper .breadcrumb ol li span {
  color: #5f6061
}

.breadcrumb-wrapper .breadcrumb ol li::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 9px;
  height: 23px;
  font-size: 9px;
  line-height: 23px;
  color: #00182f;
  font-family: "icomoon" !important;
  font-weight: normal;
  font-style: normal
}

.breadcrumb-wrapper .breadcrumb ol li:last-child {
  margin-right: 0;
  padding-right: 0
}

.breadcrumb-wrapper .breadcrumb ol li:last-child::after {
  content: none
}

.info-panel {
  position: relative;
  margin: 0 !important
}

.info-panel>div {
  position: relative;
  padding: 0 !important;
  z-index: 2
}

.info-panel>div::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #edf1f3;
  z-index: 1
}

.info-panel>div::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: #edf1f3;
  z-index: 1
}

@media(min-width: 576px)and (max-width: 991.98px) {
  .info-panel>div.col-sm-6:nth-child(2n)::after {
    display: none
  }
}

@media(min-width: 992px) {
  .info-panel>div.col-lg-3:nth-child(4n)::after {
    display: none
  }
}

@media(min-width: 576px)and (max-width: 991.98px) {
  .info-panel>div.col-sm-6:nth-last-child(-n+2)::before {
    display: none
  }
}

@media(min-width: 992px) {
  .info-panel>div.col-lg-3:nth-last-child(-n+4)::before {
    display: none
  }
}

.info-panel.brd::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #f6f9f9;
  border-radius: 4px;
  z-index: 1
}

.info-panel.side {
  width: calc(100% + 36px);
  height: 100%;
  margin-left: -18px !important;
  margin-right: -18px !important
}

@media(min-width: 992px) {
  .info-panel.side {
    width: 100%;
    margin-left: 0 !important;
    margin-right: 0 !important
  }
}

@media(min-width: 992px) {
  .info-panel.side.brd::before {
    left: -16px;
    width: calc(100% + 16px);
    border-left: 0 none
  }
}

.info-box {
  position: relative;
  display: block;
  float: left;
  width: 100%;
  height: 100%;
  z-index: 1
}

.info-box>a,
.info-box>div {
  display: flex;
  align-items: center;
  flex-direction: column;
  float: left;
  width: 100%;
  height: 100%;
  padding: 23px 20px 25px 20px;
  background-color: rgba(0, 0, 0, 0)
}

@media(min-width: 375px) {

  .info-box>a,
  .info-box>div {
    padding: calc(23px + 10*(100vw - 375px)/1065) calc(20px + 13*(100vw - 375px)/1065) calc(25px + 10*(100vw - 375px)/1065) calc(20px + 13*(100vw - 375px)/1065)
  }
}

@media(min-width: 992px) {

  .info-box>a,
  .info-box>div {
    align-items: flex-start
  }
}

@media(min-width: 1440px) {

  .info-box>a,
  .info-box>div {
    padding: 33px 33px 35px 33px
  }
}

.info-box>a i,
.info-box>div i {
  width: 24px;
  height: 24px;
  font-size: 24px;
  line-height: 24px;
  color: #00182f;
  opacity: .4;
  margin-bottom: 12px
}

@media(min-width: 375px) {

  .info-box>a i,
  .info-box>div i {
    margin-bottom: calc(12px + 16*(100vw - 375px)/1065)
  }
}

@media(min-width: 1440px) {

  .info-box>a i,
  .info-box>div i {
    margin-bottom: 28px
  }
}

.info-box>a h4,
.info-box>a .h4,
.info-box>div h4,
.info-box>div .h4 {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: .03rem;
  text-transform: uppercase;
  text-align: center
}

@media(min-width: 375px) {

  .info-box>a h4,
  .info-box>a .h4,
  .info-box>div h4,
  .info-box>div .h4 {
    font-size: calc(16px + 2*(100vw - 375px)/1065);
    line-height: calc(24px + 2*(100vw - 375px)/1065)
  }
}

@media(min-width: 992px) {

  .info-box>a h4,
  .info-box>a .h4,
  .info-box>div h4,
  .info-box>div .h4 {
    text-align: left
  }
}

@media(min-width: 1440px) {

  .info-box>a h4,
  .info-box>a .h4,
  .info-box>div h4,
  .info-box>div .h4 {
    font-size: 18px;
    line-height: 26px
  }
}

.info-box>a .info-box-head,
.info-box>div .info-box-head {
  display: flex;
  flex-direction: column;
  align-items: center;
  float: left;
  width: 100%
}

@media(min-width: 768px) {

  .info-box>a .info-box-head,
  .info-box>div .info-box-head {
    align-items: flex-start
  }
}

@media(min-width: 992px) {

  .info-box>a .info-box-head,
  .info-box>div .info-box-head {
    width: auto
  }
}

.info-box>a .info-box-head i,
.info-box>div .info-box-head i {
  margin-bottom: 12px
}

@media(min-width: 375px) {

  .info-box>a .info-box-head i,
  .info-box>div .info-box-head i {
    margin-bottom: calc(12px + 4*(100vw - 375px)/1065)
  }
}

@media(min-width: 1440px) {

  .info-box>a .info-box-head i,
  .info-box>div .info-box-head i {
    margin-bottom: 16px
  }
}

.info-box>a .info-box-head h4,
.info-box>a .info-box-head .h4,
.info-box>div .info-box-head h4,
.info-box>div .info-box-head .h4 {
  font-size: 12px;
  line-height: 18px;
  letter-spacing: .03rem;
  text-transform: uppercase;
  text-align: center
}

@media(min-width: 375px) {

  .info-box>a .info-box-head h4,
  .info-box>a .info-box-head .h4,
  .info-box>div .info-box-head h4,
  .info-box>div .info-box-head .h4 {
    font-size: calc(12px + 6*(100vw - 375px)/1065);
    line-height: calc(18px + 8*(100vw - 375px)/1065)
  }
}

@media(min-width: 992px) {

  .info-box>a .info-box-head h4,
  .info-box>a .info-box-head .h4,
  .info-box>div .info-box-head h4,
  .info-box>div .info-box-head .h4 {
    text-align: left
  }
}

@media(min-width: 1440px) {

  .info-box>a .info-box-head h4,
  .info-box>a .info-box-head .h4,
  .info-box>div .info-box-head h4,
  .info-box>div .info-box-head .h4 {
    font-size: 18px;
    line-height: 26px
  }
}

@media(min-width: 768px) {

  .info-box>a:has(>.info-box-head),
  .info-box>div:has(>.info-box-head) {
    flex-direction: row
  }
}

.info-box>a:has(>.info-box-head) .bottom,
.info-box>div:has(>.info-box-head) .bottom {
  width: auto !important;
  margin-right: 0;
  margin-left: 0
}

@media(min-width: 768px) {

  .info-box>a:has(>.info-box-head) .bottom,
  .info-box>div:has(>.info-box-head) .bottom {
    margin-left: calc(23px + 30*(100vw - 768px)/864)
  }
}

@media(min-width: 992px) {

  .info-box>a:has(>.info-box-head) .bottom,
  .info-box>div:has(>.info-box-head) .bottom {
    margin-top: 0
  }
}

@media(min-width: 1440px) {

  .info-box>a:has(>.info-box-head) .bottom,
  .info-box>div:has(>.info-box-head) .bottom {
    margin-left: 53px
  }
}

.info-box>a .bottom,
.info-box>div .bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  float: left;
  flex-direction: column;
  width: 100%;
  margin-top: 16px
}

@media(min-width: 375px) {

  .info-box>a .bottom,
  .info-box>div .bottom {
    margin-top: calc(16px + 14*(100vw - 375px)/1065)
  }
}

@media(min-width: 992px) {

  .info-box>a .bottom,
  .info-box>div .bottom {
    flex-direction: row
  }
}

@media(min-width: 1440px) {

  .info-box>a .bottom,
  .info-box>div .bottom {
    margin-top: 30px
  }
}

.info-box>a .bottom.align-items-lg-start,
.info-box>div .bottom.align-items-lg-start {
  margin-top: 12px
}

@media(min-width: 375px) {

  .info-box>a .bottom.align-items-lg-start,
  .info-box>div .bottom.align-items-lg-start {
    margin-top: calc(12px + 8*(100vw - 375px)/1065)
  }
}

@media(min-width: 1440px) {

  .info-box>a .bottom.align-items-lg-start,
  .info-box>div .bottom.align-items-lg-start {
    margin-top: 20px
  }
}

.info-box>a .bottom .progress-wrapper,
.info-box>div .bottom .progress-wrapper {
  position: relative;
  float: left;
  width: 84px;
  margin-bottom: 14px
}

@media(min-width: 375px) {

  .info-box>a .bottom .progress-wrapper,
  .info-box>div .bottom .progress-wrapper {
    width: calc(84px + 20*(100vw - 375px)/1065)
  }
}

@media(min-width: 992px) {

  .info-box>a .bottom .progress-wrapper,
  .info-box>div .bottom .progress-wrapper {
    margin-right: 20px;
    margin-bottom: 0
  }
}

@media(min-width: 1440px) {

  .info-box>a .bottom .progress-wrapper,
  .info-box>div .bottom .progress-wrapper {
    width: 104px
  }
}

.info-box>a .bottom .progress-wrapper .progress-item,
.info-box>div .bottom .progress-wrapper .progress-item {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  transform: rotate(-90deg)
}

.info-box>a .bottom .progress-wrapper .progress-item .circle-bg,
.info-box>a .bottom .progress-wrapper .progress-item .circle-progress,
.info-box>div .bottom .progress-wrapper .progress-item .circle-bg,
.info-box>div .bottom .progress-wrapper .progress-item .circle-progress {
  fill: none;
  stroke-width: 5
}

.info-box>a .bottom .progress-wrapper .progress-item .circle-bg,
.info-box>div .bottom .progress-wrapper .progress-item .circle-bg {
  stroke: #edf1f3
}

.info-box>a .bottom .progress-wrapper .progress-item .circle-progress,
.info-box>div .bottom .progress-wrapper .progress-item .circle-progress {
  stroke: #4aed66;
  stroke-linecap: round;
  transition: stroke-dashoffset .7s ease-out
}

.info-box>a .bottom .progress-wrapper .value,
.info-box>div .bottom .progress-wrapper .value {
  position: absolute;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  width: calc(100% - 30px);
  margin-top: 2px;
  font-size: 15px;
  line-height: 20px;
  color: #5f6061;
  font-weight: 500;
  letter-spacing: .03rem;
  text-align: center;
  transform: translate(-50%, -50%)
}

@media(min-width: 375px) {

  .info-box>a .bottom .progress-wrapper .value,
  .info-box>div .bottom .progress-wrapper .value {
    margin-top: calc(2px + 2*(100vw - 375px)/1065);
    font-size: calc(15px + 3*(100vw - 375px)/1065);
    line-height: calc(20px + 4*(100vw - 375px)/1065)
  }
}

@media(min-width: 1440px) {

  .info-box>a .bottom .progress-wrapper .value,
  .info-box>div .bottom .progress-wrapper .value {
    margin-top: 4px;
    font-size: 18px;
    line-height: 24px
  }
}

.info-box>a .bottom .progress-wrapper .value .current,
.info-box>div .bottom .progress-wrapper .value .current {
  display: block;
  float: left;
  width: 100%;
  margin-bottom: 3px;
  font-size: 28px;
  color: #00182f;
  flex-shrink: 0
}

@media(min-width: 375px) {

  .info-box>a .bottom .progress-wrapper .value .current,
  .info-box>div .bottom .progress-wrapper .value .current {
    margin-bottom: calc(3px + 3*(100vw - 375px)/1065);
    font-size: calc(28px + 6*(100vw - 375px)/1065)
  }
}

@media(min-width: 1440px) {

  .info-box>a .bottom .progress-wrapper .value .current,
  .info-box>div .bottom .progress-wrapper .value .current {
    margin-bottom: 6px;
    font-size: 34px
  }
}

.info-box>a .bottom p,
.info-box>div .bottom p {
  font-size: 14px;
  line-height: 22px;
  text-align: center
}

@media(min-width: 375px) {

  .info-box>a .bottom p,
  .info-box>div .bottom p {
    font-size: calc(14px + 1*(100vw - 375px)/1065);
    line-height: calc(22px + 3*(100vw - 375px)/1065)
  }
}

@media(min-width: 992px) {

  .info-box>a .bottom p,
  .info-box>div .bottom p {
    text-align: left
  }
}

@media(min-width: 1440px) {

  .info-box>a .bottom p,
  .info-box>div .bottom p {
    font-size: 15px;
    line-height: 25px
  }
}

.info-box>a .bottom p.difficulty,
.info-box>div .bottom p.difficulty {
  width: auto;
  padding: 0 8px;
  margin: 3px 0;
  border-radius: 4px;
  font-size: 13px;
  line-height: 19px;
  color: #00182f;
  font-weight: 600;
  letter-spacing: .05rem;
  text-transform: uppercase;
  background-color: #fff;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, .1)
}

.info-box>a .bottom p.category,
.info-box>div .bottom p.category {
  position: relative;
  width: auto;
  padding: 0 0 0 42px;
  color: #00182f;
  font-weight: 600;
  letter-spacing: .05rem;
  text-transform: uppercase
}

@media(min-width: 375px) {

  .info-box>a .bottom p.category,
  .info-box>div .bottom p.category {
    padding: 0 0 0 calc(42px + 11*(100vw - 375px)/1065)
  }
}

@media(min-width: 1440px) {

  .info-box>a .bottom p.category,
  .info-box>div .bottom p.category {
    padding: 0 0 0 53px
  }
}

.info-box>a .bottom p.category i,
.info-box>div .bottom p.category i {
  position: absolute;
  left: 0;
  top: 50%;
  width: 32px;
  height: 32px;
  padding: 0;
  margin: 0;
  border-radius: 4px;
  font-size: 16.5px;
  line-height: 32px;
  color: #fff;
  text-align: center;
  background-color: #00182f;
  transform: translateY(-50%);
  opacity: 1
}

@media(min-width: 375px) {

  .info-box>a .bottom p.category i,
  .info-box>div .bottom p.category i {
    width: calc(32px + 12*(100vw - 375px)/1065);
    height: calc(32px + 12*(100vw - 375px)/1065);
    font-size: calc(16.5px + 7*(100vw - 375px)/1065);
    line-height: calc(32px + 12*(100vw - 375px)/1065)
  }
}

@media(min-width: 1440px) {

  .info-box>a .bottom p.category i,
  .info-box>div .bottom p.category i {
    width: 44px;
    height: 44px;
    font-size: 23.5px;
    line-height: 44px
  }
}

@media(min-width: 992px) {

  .info-box>a .bottom .btn-link,
  .info-box>div .bottom .btn-link {
    margin-left: auto
  }
}

.pagination {
  display: block;
  float: left;
  width: 100%;
  margin-top: 30px
}

@media(min-width: 375px) {
  .pagination {
    margin-top: calc(30px + 5*(100vw - 375px)/1065)
  }
}

@media(min-width: 1440px) {
  .pagination {
    margin-top: 35px
  }
}

.pagination ul {
  display: flex;
  align-items: center;
  justify-content: center
}

.pagination ul li {
  width: auto;
  margin: 0 2px
}

.pagination ul li .page-link,
.pagination ul li span {
  display: block;
  float: left;
  width: 33px;
  height: 33px;
  padding: 0;
  border: 0 none;
  border-radius: 4px;
  font-size: 15px;
  line-height: 33px;
  text-align: center;
  color: #00182f;
  letter-spacing: .03rem;
  font-weight: 600;
  background-color: rgba(0, 0, 0, 0);
  transition: all .3s ease-out
}

@media(min-width: 992px) {

  .pagination ul li .page-link:hover,
  .pagination ul li span:hover {
    color: var(--main)
  }
}

.pagination ul li.active .page-link {
  font-size: 17px;
  font-weight: 700;
  color: var(--main);
  background-color: #edf1f3
}

.pagination ul li.prev,
.pagination ul li.next {
  width: 40px
}

@media(min-width: 768px) {

  .pagination ul li.prev,
  .pagination ul li.next {
    width: calc(130px + 30*(100vw - 768px)/672)
  }
}

@media(min-width: 1440px) {

  .pagination ul li.prev,
  .pagination ul li.next {
    width: 160px
  }
}

.pagination ul li.prev .page-link,
.pagination ul li.next .page-link {
  position: relative;
  width: auto;
  height: auto;
  border-radius: 0;
  line-height: 18px;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0)
}

@media(max-width: 767.98px) {

  .pagination ul li.prev .page-link,
  .pagination ul li.next .page-link {
    font-size: 0
  }
}

.pagination ul li.prev .page-link::before,
.pagination ul li.next .page-link::before {
  position: absolute;
  top: 50%;
  width: 12px;
  height: 12px;
  font-size: 12px;
  line-height: 12px;
  color: #00182f;
  font-family: "icomoon" !important;
  font-weight: normal;
  font-style: normal;
  transform: translateY(-50%);
  transition: all .3s ease-out
}

@media(min-width: 992px) {

  .pagination ul li.prev .page-link:hover::before,
  .pagination ul li.next .page-link:hover::before {
    color: var(--main)
  }
}

.pagination ul li.prev.disabled .page-link,
.pagination ul li.next.disabled .page-link {
  opacity: .5;
  cursor: not-allowed
}

.pagination ul li.prev .page-link {
  float: left;
  padding-left: 20px
}

.pagination ul li.prev .page-link::before {
  content: "";
  left: 0
}

.pagination ul li.next .page-link {
  float: right;
  padding-right: 20px
}

.pagination ul li.next .page-link::before {
  content: "";
  right: 0
}

.side-weather {
  display: flex;
  flex-direction: column;
  float: left;
  width: 100%;
  padding-top: 26px
}

@media(min-width: 375px) {
  .side-weather {
    padding-top: calc(26px + 2*(100vw - 375px)/1065)
  }
}

@media(min-width: 1440px) {
  .side-weather {
    padding-top: 28px
  }
}

.side-weather .btn-link {
  margin-left: auto;
  margin-top: 20px
}

@media(min-width: 375px) {
  .side-weather .btn-link {
    margin-top: calc(20px + 3*(100vw - 375px)/1065)
  }
}

@media(min-width: 1440px) {
  .side-weather .btn-link {
    margin-top: 23px
  }
}

.weather-wrapper {
  margin-top: 4px
}

.weather-wrapper .weather-box {
  margin-top: 20px
}

@media(min-width: 375px) {
  .weather-wrapper .weather-box {
    margin-top: calc(20px + 3*(100vw - 375px)/1065)
  }
}

@media(min-width: 1440px) {
  .weather-wrapper .weather-box {
    margin-top: 23px
  }
}

.weather-box,
.intro-section>div .weather-box {
  position: relative;
  float: left;
  width: 100%;
  padding-left: 76px;
  padding-top: 8px
}

@media(min-width: 375px) {

  .weather-box,
  .intro-section>div .weather-box {
    padding-left: calc(76px + 12*(100vw - 375px)/1065)
  }
}

@media(min-width: 1440px) {

  .weather-box,
  .intro-section>div .weather-box {
    padding-left: 88px
  }
}

.weather-box:has(span.icon),
.intro-section>div .weather-box:has(span.icon) {
  padding-top: 0
}

.weather-box span,
.intro-section>div .weather-box span {
  position: absolute;
  left: 0;
  top: 0;
  width: 58px;
  padding: 0 8px
}

@media(min-width: 375px) {

  .weather-box span,
  .intro-section>div .weather-box span {
    width: calc(58px + 2*(100vw - 375px)/1065);
    padding: 0 calc(8px - 3*(100vw - 375px)/1065)
  }
}

@media(min-width: 1440px) {

  .weather-box span,
  .intro-section>div .weather-box span {
    width: 60px;
    padding: 0 5px
  }
}

.weather-box span.icon,
.intro-section>div .weather-box span.icon {
  height: 58px;
  padding: 0
}

@media(min-width: 375px) {

  .weather-box span.icon,
  .intro-section>div .weather-box span.icon {
    height: calc(58px + 2*(100vw - 375px)/1065)
  }
}

@media(min-width: 1440px) {

  .weather-box span.icon,
  .intro-section>div .weather-box span.icon {
    height: 60px
  }
}

.weather-box span.icon img,
.intro-section>div .weather-box span.icon img {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 28px;
  height: 28px;
  transform: translate(-50%, -50%)
}

@media(min-width: 375px) {

  .weather-box span.icon img,
  .intro-section>div .weather-box span.icon img {
    width: calc(28px + 2*(100vw - 375px)/1065);
    height: calc(28px + 2*(100vw - 375px)/1065)
  }
}

@media(min-width: 1440px) {

  .weather-box span.icon img,
  .intro-section>div .weather-box span.icon img {
    width: 30px;
    height: 30px
  }
}

.weather-box span.icon::before,
.intro-section>div .weather-box span.icon::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #edf1f3;
  border-radius: 50%
}

.weather-box h5,
.weather-box .h5,
.intro-section>div .weather-box h5,
.intro-section>div .weather-box .h5 {
  margin-bottom: 3px;
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
  letter-spacing: .01rem
}

@media(min-width: 375px) {

  .weather-box h5,
  .weather-box .h5,
  .intro-section>div .weather-box h5,
  .intro-section>div .weather-box .h5 {
    font-size: calc(16px + 2*(100vw - 375px)/1065);
    line-height: calc(22px + 2*(100vw - 375px)/1065)
  }
}

@media(min-width: 1440px) {

  .weather-box h5,
  .weather-box .h5,
  .intro-section>div .weather-box h5,
  .intro-section>div .weather-box .h5 {
    font-size: 18px;
    line-height: 24px
  }
}

.weather-box p,
.intro-section>div .weather-box p {
  margin-top: 2px;
  font-size: 13px;
  line-height: 18px;
  color: #00182f;
  font-weight: 500;
  letter-spacing: .02rem
}

@media(min-width: 375px) {

  .weather-box p,
  .intro-section>div .weather-box p {
    margin-top: calc(2px + 3*(100vw - 375px)/1065);
    font-size: calc(13px + 1*(100vw - 375px)/1065);
    line-height: calc(18px + 1*(100vw - 375px)/1065)
  }
}

@media(min-width: 1440px) {

  .weather-box p,
  .intro-section>div .weather-box p {
    margin-top: 5px;
    font-size: 14px;
    line-height: 19px
  }
}

.weather-detail {
  float: left;
  width: 100%
}

.weather-detail h4,
.weather-detail .h4 {
  margin-top: 26px;
  font-size: 17px;
  line-height: 24px;
  letter-spacing: .03rem;
  text-transform: uppercase
}

@media(min-width: 375px) {

  .weather-detail h4,
  .weather-detail .h4 {
    margin-top: calc(26px + 8*(100vw - 375px)/1065);
    font-size: calc(17px + 1*(100vw - 375px)/1065);
    line-height: calc(24px + 2*(100vw - 375px)/1065)
  }
}

@media(min-width: 1440px) {

  .weather-detail h4,
  .weather-detail .h4 {
    margin-top: 34px;
    font-size: 18px;
    line-height: 26px
  }
}

.weather-detail .weather-detail-box {
  position: relative;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  float: left;
  width: 100%;
  padding: 16px 0;
  margin-top: 10px
}

@media(min-width: 375px) {
  .weather-detail .weather-detail-box {
    padding: calc(16px + 5*(100vw - 375px)/1065) 0 calc(16px + 10*(100vw - 375px)/1065) 0;
    margin-top: calc(10px + 6*(100vw - 375px)/1065)
  }
}

@media(min-width: 768px) {
  .weather-detail .weather-detail-box {
    justify-content: space-between
  }
}

@media(min-width: 1200px) {
  .weather-detail .weather-detail-box {
    flex-wrap: nowrap
  }
}

@media(min-width: 1440px) {
  .weather-detail .weather-detail-box {
    padding: 21px 0 26px 0;
    margin-top: 16px
  }
}

.weather-detail .weather-detail-box::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #f6f9f9;
  border-radius: 4px 4px 0 0;
  z-index: 1
}

.weather-detail .weather-detail-box>div {
  position: relative;
  width: 100%;
  margin: 10px 16px;
  padding-left: 86px;
  padding-top: 10px;
  z-index: 2
}

@media(min-width: 375px) {
  .weather-detail .weather-detail-box>div {
    margin: 10px calc(16px + 12*(100vw - 375px)/1065)
  }
}

@media(min-width: 576px) {
  .weather-detail .weather-detail-box>div {
    max-width: 40%
  }
}

@media(min-width: 1200px) {
  .weather-detail .weather-detail-box>div {
    max-width: 232px
  }
}

@media(min-width: 1440px) {
  .weather-detail .weather-detail-box>div {
    margin: 10px 28px
  }
}

.weather-detail .weather-detail-box>div span {
  position: absolute;
  left: 4px;
  top: 7px;
  width: 50px
}

.weather-detail .weather-detail-box>div span.icon {
  left: 0;
  top: 0;
  width: 58px;
  height: 58px
}

.weather-detail .weather-detail-box>div span.icon img {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 28px;
  height: 28px;
  transform: translate(-50%, -50%)
}

.weather-detail .weather-detail-box>div span.icon::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #edf1f3;
  border-radius: 50%
}

.weather-detail .weather-detail-box>div h5,
.weather-detail .weather-detail-box>div .h5 {
  font-size: 17px;
  line-height: 23px;
  font-weight: 600;
  letter-spacing: .02rem
}

.weather-detail .weather-detail-box>div p {
  margin-top: 5px;
  font-size: 14px;
  line-height: 19px;
  color: #00182f;
  font-weight: 500;
  letter-spacing: .02rem
}

.weather-detail .update {
  margin-top: 26px;
  font-size: 14px;
  line-height: 19px;
  font-weight: 400;
  letter-spacing: 0;
  color: #6a6a6a
}

.navigation-wrapper {
  position: sticky;
  top: 0;
  left: 0;
  float: left;
  width: 100%;
  padding: 0 0 2px 0;
  background-color: rgba(255, 255, 255, .96);
  text-align: center;
  font-size: 0;
  z-index: 82;
  transition: all .3s ease-out;
  -webkit-backdrop-filter: blur(5px);
  -moz-backdrop-filter: blur(5px);
  -o-backdrop-filter: blur(5px);
  -ms-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px)
}

@media(max-width: 991.98px) {
  .navigation-wrapper {
    position: fixed;
    bottom: 74px !important;
    top: inherit !important;
    width: 100vw;
    margin-top: 0;
    padding: 5px 0
  }
}

.navigation-wrapper .navigation {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto
}

.navigation-wrapper .navigation .progress-bar {
  position: absolute;
  left: 20px;
  bottom: 6px;
  width: calc(100% - 40px);
  height: 2px;
  background-color: var(--main);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .1s ease-out
}

@media(min-width: 375px) {
  .navigation-wrapper .navigation .progress-bar {
    width: calc(100% - (40px + 28*(100vw - 375px)/1065))
  }
}

@media(min-width: 992px) {
  .navigation-wrapper .navigation .progress-bar {
    bottom: 0
  }
}

@media(min-width: 1440px) {
  .navigation-wrapper .navigation .progress-bar {
    width: calc(100% - 68px)
  }
}

.navigation-wrapper .navigation ul {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: auto;
  max-width: 100%;
  overflow: auto
}

.navigation-wrapper .navigation ul::before {
  content: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 48px;
  border: 1px solid #edf1f3
}

@media(min-width: 992px) {
  .navigation-wrapper .navigation ul::before {
    content: ""
  }
}

.navigation-wrapper .navigation ul li {
  position: relative;
  width: auto;
  padding: 0;
  z-index: 2
}

.navigation-wrapper .navigation ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 1px;
  height: 24px;
  background-color: #edf1f3;
  transform: translate(-50%, -50%)
}

.navigation-wrapper .navigation ul li:first-child::before {
  content: none
}

.navigation-wrapper .navigation ul li a {
  position: relative;
  display: block;
  float: left;
  width: 100%;
  padding: 12px 22px;
  border-radius: 2px;
  font-size: 15px;
  line-height: 20px;
  font-weight: 600;
  color: #00182f;
  letter-spacing: .02rem;
  white-space: nowrap;
  transition: all .3s ease-out
}

@media(min-width: 375px) {
  .navigation-wrapper .navigation ul li a {
    padding: 12px calc(22px + 12*(100vw - 375px)/1065);
    font-size: calc(15px + 4*(100vw - 375px)/1065);
    line-height: calc(20px + 4*(100vw - 375px)/1065)
  }
}

@media(min-width: 992px) {
  .navigation-wrapper .navigation ul li a:hover {
    color: var(--main) !important
  }
}

@media(min-width: 1440px) {
  .navigation-wrapper .navigation ul li a {
    padding: 12px 34px;
    font-size: 19px;
    line-height: 24px
  }
}

.navigation-wrapper .navigation ul li a::after {
  content: "";
  position: absolute;
  left: 22px;
  bottom: 7px;
  width: 0;
  height: 2px;
  background-color: var(--main);
  transition: all .3s ease-out
}

@media(min-width: 375px) {
  .navigation-wrapper .navigation ul li a::after {
    left: calc(22px + 12*(100vw - 375px)/1065)
  }
}

@media(min-width: 992px) {
  .navigation-wrapper .navigation ul li a::after {
    bottom: 0
  }
}

@media(min-width: 1440px) {
  .navigation-wrapper .navigation ul li a::after {
    left: 34px
  }
}

.navigation-wrapper .navigation ul li a.is-active {
  color: #5f6061
}

.navigation-wrapper .navigation ul li a.is-active::after {
  width: 39px
}

body.scrolled-up .navigation-wrapper {
  top: 40px
}

@media(min-width: 375px) {
  body.scrolled-up .navigation-wrapper {
    top: calc(40px + 10*(100vw - 375px)/1065)
  }
}

@media(min-width: 1440px) {
  body.scrolled-up .navigation-wrapper {
    top: 50px
  }
}

.teaser-main-slider {
  width: calc(100% + 20px);
  margin-left: -10px;
  margin-right: -10px;
  margin-top: 15px
}

@media(min-width: 375px) {
  .teaser-main-slider {
    margin-top: calc(15px + 6*(100vw - 375px)/1065)
  }
}

@media(min-width: 768px) {
  .teaser-main-slider {
    width: calc(100% + 16px);
    margin-left: -8px;
    margin-right: -8px
  }
}

@media(min-width: 1440px) {
  .teaser-main-slider {
    margin-top: 21px
  }
}

.teaser-main-slider .swiper-slide {
  width: 82%;
  padding: 2px 7px
}

@media(min-width: 576px) {
  .teaser-main-slider .swiper-slide {
    width: 48%
  }
}

@media(max-width: 767.98px) {
  .teaser-main-slider .swiper-slide {
    padding-bottom: 8px !important
  }
}

@media(min-width: 768px) {
  .teaser-main-slider .swiper-slide {
    width: 33.33%;
    padding: 2px 8px
  }
}

@media(min-width: 992px) {
  .teaser-main-slider .swiper-slide {
    width: 28.5%
  }

  .teaser-main-slider .swiper-slide.wide {
    width: 43%
  }
}

@media(min-width: 992px) {

  .teaser-main-slider .swiper-slide.wide .teaser-main>a .content,
  .teaser-main-slider .swiper-slide.wide .teaser-main>div .content,
  .teaser-main-slider .swiper-slide.wide .teaser-main>button .content {
    padding-right: 18%
  }
}

.teaser-main-slider.crop-angle .swiper-slide .teaser-main>a .image::before,
.teaser-main-slider.crop-angle .swiper-slide .teaser-main>div .image::before {
  content: "";
  position: absolute;
  left: -1px;
  bottom: -1px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 42px 0 0 42px;
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #fff;
  z-index: 2
}

@media(min-width: 375px) {

  .teaser-main-slider.crop-angle .swiper-slide .teaser-main>a .image::before,
  .teaser-main-slider.crop-angle .swiper-slide .teaser-main>div .image::before {
    border-width: calc(42px + 54*(100vw - 375px)/1065) 0 0 calc(42px + 54*(100vw - 375px)/1065)
  }
}

@media(min-width: 768px) {

  .teaser-main-slider.crop-angle .swiper-slide .teaser-main>a .image::before,
  .teaser-main-slider.crop-angle .swiper-slide .teaser-main>div .image::before {
    content: none
  }
}

@media(min-width: 1440px) {

  .teaser-main-slider.crop-angle .swiper-slide .teaser-main>a .image::before,
  .teaser-main-slider.crop-angle .swiper-slide .teaser-main>div .image::before {
    border-width: 96px 0 0 96px
  }
}

.teaser-main-slider.crop-angle .swiper-slide:first-child .teaser-main>a .image::before,
.teaser-main-slider.crop-angle .swiper-slide:first-child .teaser-main>div .image::before,
.teaser-main-slider.crop-angle .swiper-slide:last-child .teaser-main>a .image::before,
.teaser-main-slider.crop-angle .swiper-slide:last-child .teaser-main>div .image::before {
  content: ""
}

@media(min-width: 768px) {

  .teaser-main-slider.crop-angle .swiper-slide:last-child .teaser-main>a .image::before,
  .teaser-main-slider.crop-angle .swiper-slide:last-child .teaser-main>div .image::before {
    left: inherit;
    bottom: inherit;
    right: -1px;
    top: -1px;
    border-width: 0 calc(61px + 35*(100vw - 375px)/1065) calc(61px + 35*(100vw - 375px)/1065) 0;
    border-color: rgba(0, 0, 0, 0) #fff rgba(0, 0, 0, 0) rgba(0, 0, 0, 0)
  }
}

@media(min-width: 1440px) {

  .teaser-main-slider.crop-angle .swiper-slide:last-child .teaser-main>a .image::before,
  .teaser-main-slider.crop-angle .swiper-slide:last-child .teaser-main>div .image::before {
    border-width: 0 96px 96px 0
  }
}

.teaser-section-slider {
  float: left;
  width: calc(100% + 16px);
  margin-left: -8px;
  margin-right: -8p;
  margin-top: 26px;
  overflow: visible
}

@media(min-width: 375px) {
  .teaser-section-slider {
    margin-top: calc(26px + 6*(100vw - 375px)/1065)
  }
}

@media(min-width: 1440px) {
  .teaser-section-slider {
    margin-top: 32px
  }
}

.teaser-section-slider .swiper-slide {
  height: auto;
  padding: 2px 8px
}

.teaser-section-slider:has(.teaser-skipass),
.teaser-section-slider:has(.teaser-calc) {
  margin-top: 10px
}

@media(min-width: 375px) {

  .teaser-section-slider:has(.teaser-skipass),
  .teaser-section-slider:has(.teaser-calc) {
    margin-top: calc(10px + 4*(100vw - 375px)/1065)
  }
}

@media(min-width: 1440px) {

  .teaser-section-slider:has(.teaser-skipass),
  .teaser-section-slider:has(.teaser-calc) {
    margin-top: 14px
  }
}

.teaser-section-slider.centered .swiper-wrapper {
  justify-content: center
}

.gallery-slider-wrapper {
  position: relative;
  float: left;
  width: 100%
}

.gallery-slider-wrapper .swiper-button-prev {
  left: 6px;
  z-index: 2
}

@media(min-width: 375px) {
  .gallery-slider-wrapper .swiper-button-prev {
    left: calc(6px + 6*(100vw - 375px)/1065)
  }
}

@media(min-width: 1440px) {
  .gallery-slider-wrapper .swiper-button-prev {
    left: 12px
  }
}

.gallery-slider-wrapper .swiper-button-next {
  right: 6px;
  z-index: 2
}

@media(min-width: 375px) {
  .gallery-slider-wrapper .swiper-button-next {
    right: calc(6px + 6*(100vw - 375px)/1065)
  }
}

@media(min-width: 1440px) {
  .gallery-slider-wrapper .swiper-button-next {
    right: 12px
  }
}

.gallery-slider-wrapper .swiper-pagination {
  bottom: 0;
  z-index: 2
}

@media(min-width: 375px) {
  .gallery-slider-wrapper .swiper-pagination {
    bottom: calc(0px + 10*(100vw - 375px)/1065)
  }
}

@media(min-width: 1440px) {
  .gallery-slider-wrapper .swiper-pagination {
    bottom: 10px
  }
}

.gallery-slider-wrapper.wide .gallery-slider::after {
  content: none
}

.gallery-slider-wrapper.wide .swiper-button-prev,
.gallery-slider-wrapper.wide .swiper-button-next {
  display: none;
  background-color: #edf1f3;
  z-index: 2
}

@media(min-width: 992px) {

  .gallery-slider-wrapper.wide .swiper-button-prev,
  .gallery-slider-wrapper.wide .swiper-button-next {
    display: block
  }

  .gallery-slider-wrapper.wide .swiper-button-prev:hover,
  .gallery-slider-wrapper.wide .swiper-button-next:hover {
    background-color: #edf1f3
  }
}

.gallery-slider-wrapper.wide .swiper-button-prev {
  left: 12px
}

@media(min-width: 1200px) {
  .gallery-slider-wrapper.wide .swiper-button-prev {
    left: calc(-66px - 40*(100vw - 1200px)/240)
  }
}

@media(min-width: 1440px) {
  .gallery-slider-wrapper.wide .swiper-button-prev {
    left: -106px
  }
}

.gallery-slider-wrapper.wide .swiper-button-next {
  right: 12px
}

@media(min-width: 1200px) {
  .gallery-slider-wrapper.wide .swiper-button-next {
    right: calc(-66px - 40*(100vw - 1200px)/240)
  }
}

@media(min-width: 1440px) {
  .gallery-slider-wrapper.wide .swiper-button-next {
    right: -106px
  }
}

.gallery-slider-wrapper.mt-more {
  margin-top: 22px
}

@media(min-width: 375px) {
  .gallery-slider-wrapper.mt-more {
    margin-top: calc(22px + 10*(100vw - 375px)/1065)
  }
}

@media(min-width: 1440px) {
  .gallery-slider-wrapper.mt-more {
    margin-top: 32px
  }
}

.gallery-slider {
  width: calc(100% + 36px);
  height: 100%;
  margin-left: -18px;
  margin-right: -18px
}

@media(min-width: 992px) {
  .gallery-slider {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    border-radius: 4px
  }
}

.gallery-slider .swiper-slide picture {
  height: 100%
}

.gallery-slider .swiper-slide picture img {
  height: 100%;
  object-fit: cover
}

.gallery-slider::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 20%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  z-index: 1
}

.gallery-thumb-slider-wrapper {
  display: flex;
  justify-content: center;
  float: left;
  width: calc(100% + 36px);
  margin-top: 20px;
  margin-left: -18px;
  margin-right: -18px
}

@media(min-width: 375px) {
  .gallery-thumb-slider-wrapper {
    margin-top: calc(20px + 2*(100vw - 375px)/1065)
  }
}

@media(min-width: 1440px) {
  .gallery-thumb-slider-wrapper {
    margin-top: 22px
  }
}

.gallery-thumb-slider-wrapper .gallery-thumb-slider {
  position: relative
}

.gallery-thumb-slider-wrapper .gallery-thumb-slider::before {
  content: "";
  position: absolute;
  left: 6px;
  top: 0;
  width: calc(100% - 12px);
  height: 2px;
  background-color: rgba(95, 96, 97, .6);
  z-index: 1
}

.gallery-thumb-slider-wrapper .gallery-thumb-slider .swiper-wrapper {
  position: relative;
  z-index: 2
}

.gallery-thumb-slider-wrapper .gallery-thumb-slider .swiper-wrapper .swiper-slide {
  position: relative;
  width: 94px;
  margin: 0 6px;
  padding-top: 12px;
  cursor: pointer
}

@media(min-width: 375px) {
  .gallery-thumb-slider-wrapper .gallery-thumb-slider .swiper-wrapper .swiper-slide {
    width: calc(94px + 30*(100vw - 375px)/1065);
    padding-top: calc(12px + 4*(100vw - 375px)/1065)
  }
}

@media(min-width: 1440px) {
  .gallery-thumb-slider-wrapper .gallery-thumb-slider .swiper-wrapper .swiper-slide {
    width: 124px;
    padding-top: 16px
  }
}

.gallery-thumb-slider-wrapper .gallery-thumb-slider .swiper-wrapper .swiper-slide::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: 0%;
  height: 2px;
  background-color: var(--main);
  transform: translateX(-50%);
  transition: all .3s ease-out
}

.gallery-thumb-slider-wrapper .gallery-thumb-slider .swiper-wrapper .swiper-slide picture {
  position: relative;
  width: 94px;
  height: 53px
}

@media(min-width: 375px) {
  .gallery-thumb-slider-wrapper .gallery-thumb-slider .swiper-wrapper .swiper-slide picture {
    width: calc(94px + 30*(100vw - 375px)/1065);
    height: calc(53px + 17*(100vw - 375px)/1065)
  }
}

@media(min-width: 1440px) {
  .gallery-thumb-slider-wrapper .gallery-thumb-slider .swiper-wrapper .swiper-slide picture {
    width: 124px;
    height: 70px
  }
}

.gallery-thumb-slider-wrapper .gallery-thumb-slider .swiper-wrapper .swiper-slide picture::before,
.gallery-thumb-slider-wrapper .gallery-thumb-slider .swiper-wrapper .swiper-slide picture::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all .3s ease-out
}

.gallery-thumb-slider-wrapper .gallery-thumb-slider .swiper-wrapper .swiper-slide picture::before {
  background-color: var(--main)
}

.gallery-thumb-slider-wrapper .gallery-thumb-slider .swiper-wrapper .swiper-slide picture::after {
  border: 1px solid #00182f
}

.gallery-thumb-slider-wrapper .gallery-thumb-slider .swiper-wrapper .swiper-slide.swiper-slide-thumb-active::before {
  width: 100%
}

.gallery-thumb-slider-wrapper .gallery-thumb-slider .swiper-wrapper .swiper-slide.swiper-slide-thumb-active picture::before {
  opacity: .5
}

.gallery-thumb-slider-wrapper .gallery-thumb-slider .swiper-wrapper .swiper-slide.swiper-slide-thumb-active picture::after {
  opacity: 1
}

.swiper-button-prev,
.swiper-button-next {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, .8);
  transition: all .3s ease-out
}

@media(min-width: 375px) {

  .swiper-button-prev,
  .swiper-button-next {
    width: calc(38px + 10*(100vw - 375px)/1065);
    height: calc(38px + 10*(100vw - 375px)/1065)
  }
}

@media(min-width: 992px) {

  .swiper-button-prev:hover,
  .swiper-button-next:hover {
    background-color: #fff;
    transform: scale(1.05);
    transform-origin: center
  }
}

@media(min-width: 1440px) {

  .swiper-button-prev,
  .swiper-button-next {
    width: 48px;
    height: 48px
  }
}

.swiper-button-prev::after,
.swiper-button-next::after {
  content: none
}

.swiper-button-prev::before,
.swiper-button-next::before {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 10px;
  height: 10px;
  font-size: 10px;
  line-height: 10px;
  color: #00182f;
  font-family: "icomoon" !important;
  font-weight: bold;
  font-style: normal;
  transform: translate(-50%, -50%)
}

@media(min-width: 375px) {

  .swiper-button-prev::before,
  .swiper-button-next::before {
    width: calc(10px + 4*(100vw - 375px)/1065);
    height: calc(10px + 4*(100vw - 375px)/1065);
    font-size: calc(10px + 4*(100vw - 375px)/1065);
    line-height: calc(10px + 4*(100vw - 375px)/1065)
  }
}

@media(min-width: 1440px) {

  .swiper-button-prev::before,
  .swiper-button-next::before {
    width: 14px;
    height: 14px;
    font-size: 14px;
    line-height: 14px
  }
}

.swiper-button-prev::before {
  content: ""
}

.swiper-button-next::before {
  content: ""
}

.swiper-pagination {
  display: flex;
  align-items: center;
  justify-content: center
}

.swiper-pagination .swiper-pagination-bullet {
  position: relative;
  width: 34px;
  height: 34px;
  margin: 0 3px;
  opacity: 1;
  background-color: rgba(0, 0, 0, 0)
}

.swiper-pagination .swiper-pagination-bullet::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 4px;
  background-color: rgba(255, 255, 255, .4);
  transform: translateY(-50%);
  transition: all .3s ease-out
}

@media(min-width: 992px) {
  .swiper-pagination .swiper-pagination-bullet:hover::before {
    background-color: rgba(255, 255, 255, .7)
  }
}

.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  background-color: #fff
}

@media(min-width: 992px) {
  .table-responsive {
    overflow: hidden
  }
}

.table-wrapper {
  position: relative;
  float: left;
  width: calc(100% + 36px);
  margin-top: 14px;
  margin-left: -18px;
  margin-right: -18px
}

.table-wrapper::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #f6f9f9;
  border-radius: 4px;
  z-index: 1
}

@media(min-width: 992px) {
  .table-wrapper {
    width: 100%;
    margin-left: 0;
    margin-right: 0
  }
}

.table-wrapper.mt-more {
  margin-top: 14px
}

@media(min-width: 375px) {
  .table-wrapper.mt-more {
    margin-top: calc(14px + 16*(100vw - 375px)/1065)
  }
}

@media(min-width: 1440px) {
  .table-wrapper.mt-more {
    margin-top: 30px
  }
}

.table-wrapper .table-responsive {
  position: relative;
  z-index: 2
}

@media(min-width: 992px) {
  .table-wrapper .table-responsive {
    padding-left: calc(20px + 6*(100vw - 992px)/448);
    padding-right: calc(20px + 6*(100vw - 992px)/448)
  }
}

@media(min-width: 1440px) {
  .table-wrapper .table-responsive {
    padding-left: 26px;
    padding-right: 26px
  }
}

@media(min-width: 992px) {
  .table-wrapper .table-responsive:has(.table-ski) {
    padding-left: calc(20px + 38*(100vw - 992px)/448);
    padding-right: calc(20px + 38*(100vw - 992px)/448)
  }
}

@media(min-width: 1440px) {
  .table-wrapper .table-responsive:has(.table-ski) {
    padding-left: 58px;
    padding-right: 58px
  }
}

.table-wrapper .table-responsive table {
  position: relative;
  z-index: 2;
  margin: 0
}

.table-wrapper .table-responsive table.align-top thead tr th,
.table-wrapper .table-responsive table.align-top thead tr td,
.table-wrapper .table-responsive table.align-top tbody tr th,
.table-wrapper .table-responsive table.align-top tbody tr td {
  vertical-align: top !important
}

.table-wrapper .table-responsive table.align-top thead tr th p,
.table-wrapper .table-responsive table.align-top thead tr td p,
.table-wrapper .table-responsive table.align-top tbody tr th p,
.table-wrapper .table-responsive table.align-top tbody tr td p {
  min-height: 34px;
  padding-top: 8px;
  padding-bottom: 8px
}

@media(min-width: 375px) {

  .table-wrapper .table-responsive table.align-top thead tr th p,
  .table-wrapper .table-responsive table.align-top thead tr td p,
  .table-wrapper .table-responsive table.align-top tbody tr th p,
  .table-wrapper .table-responsive table.align-top tbody tr td p {
    padding-top: calc(8px - 1*(100vw - 375px)/1065);
    padding-bottom: calc(8px - 1*(100vw - 375px)/1065)
  }
}

@media(min-width: 1440px) {

  .table-wrapper .table-responsive table.align-top thead tr th p,
  .table-wrapper .table-responsive table.align-top thead tr td p,
  .table-wrapper .table-responsive table.align-top tbody tr th p,
  .table-wrapper .table-responsive table.align-top tbody tr td p {
    padding-top: 7px;
    padding-bottom: 7px
  }
}

.table-wrapper .table-responsive table.align-top thead tr th p.type-lift,
.table-wrapper .table-responsive table.align-top thead tr td p.type-lift,
.table-wrapper .table-responsive table.align-top tbody tr th p.type-lift,
.table-wrapper .table-responsive table.align-top tbody tr td p.type-lift {
  padding-top: 9px;
  padding-bottom: 9px
}

@media(min-width: 375px) {

  .table-wrapper .table-responsive table.align-top thead tr th p.type-lift,
  .table-wrapper .table-responsive table.align-top thead tr td p.type-lift,
  .table-wrapper .table-responsive table.align-top tbody tr th p.type-lift,
  .table-wrapper .table-responsive table.align-top tbody tr td p.type-lift {
    padding-top: calc(9px - 1*(100vw - 375px)/1065);
    padding-bottom: calc(9px - 1*(100vw - 375px)/1065)
  }
}

@media(min-width: 1440px) {

  .table-wrapper .table-responsive table.align-top thead tr th p.type-lift,
  .table-wrapper .table-responsive table.align-top thead tr td p.type-lift,
  .table-wrapper .table-responsive table.align-top tbody tr th p.type-lift,
  .table-wrapper .table-responsive table.align-top tbody tr td p.type-lift {
    padding-top: 8px;
    padding-bottom: 8px
  }
}

.table-wrapper .table-responsive table.align-top thead tr th p.title,
.table-wrapper .table-responsive table.align-top thead tr th p.status,
.table-wrapper .table-responsive table.align-top thead tr td p.title,
.table-wrapper .table-responsive table.align-top thead tr td p.status,
.table-wrapper .table-responsive table.align-top tbody tr th p.title,
.table-wrapper .table-responsive table.align-top tbody tr th p.status,
.table-wrapper .table-responsive table.align-top tbody tr td p.title,
.table-wrapper .table-responsive table.align-top tbody tr td p.status {
  padding-top: 6px;
  padding-bottom: 6px
}

@media(min-width: 375px) {

  .table-wrapper .table-responsive table.align-top thead tr th p.title,
  .table-wrapper .table-responsive table.align-top thead tr th p.status,
  .table-wrapper .table-responsive table.align-top thead tr td p.title,
  .table-wrapper .table-responsive table.align-top thead tr td p.status,
  .table-wrapper .table-responsive table.align-top tbody tr th p.title,
  .table-wrapper .table-responsive table.align-top tbody tr th p.status,
  .table-wrapper .table-responsive table.align-top tbody tr td p.title,
  .table-wrapper .table-responsive table.align-top tbody tr td p.status {
    padding-top: calc(6px - 1*(100vw - 375px)/1065);
    padding-bottom: calc(6px - 1*(100vw - 375px)/1065)
  }
}

@media(min-width: 1440px) {

  .table-wrapper .table-responsive table.align-top thead tr th p.title,
  .table-wrapper .table-responsive table.align-top thead tr th p.status,
  .table-wrapper .table-responsive table.align-top thead tr td p.title,
  .table-wrapper .table-responsive table.align-top thead tr td p.status,
  .table-wrapper .table-responsive table.align-top tbody tr th p.title,
  .table-wrapper .table-responsive table.align-top tbody tr th p.status,
  .table-wrapper .table-responsive table.align-top tbody tr td p.title,
  .table-wrapper .table-responsive table.align-top tbody tr td p.status {
    padding-top: 5px;
    padding-bottom: 5px
  }
}

.table-wrapper .table-responsive table.align-top thead tr th p.status:has(.note) i,
.table-wrapper .table-responsive table.align-top thead tr td p.status:has(.note) i,
.table-wrapper .table-responsive table.align-top tbody tr th p.status:has(.note) i,
.table-wrapper .table-responsive table.align-top tbody tr td p.status:has(.note) i {
  top: 8px
}

@media(max-width: 991.98px) {

  .table-wrapper .table-responsive table.align-top thead tr th p.status:has(.note),
  .table-wrapper .table-responsive table.align-top thead tr td p.status:has(.note),
  .table-wrapper .table-responsive table.align-top tbody tr th p.status:has(.note),
  .table-wrapper .table-responsive table.align-top tbody tr td p.status:has(.note) {
    padding-left: 0 !important;
    padding-top: 35px !important
  }

  .table-wrapper .table-responsive table.align-top thead tr th p.status:has(.note) i,
  .table-wrapper .table-responsive table.align-top thead tr td p.status:has(.note) i,
  .table-wrapper .table-responsive table.align-top tbody tr th p.status:has(.note) i,
  .table-wrapper .table-responsive table.align-top tbody tr td p.status:has(.note) i {
    transform: translateY(0)
  }

  .table-wrapper .table-responsive table.align-top thead tr th p.status:has(.note) .note,
  .table-wrapper .table-responsive table.align-top thead tr td p.status:has(.note) .note,
  .table-wrapper .table-responsive table.align-top tbody tr th p.status:has(.note) .note,
  .table-wrapper .table-responsive table.align-top tbody tr td p.status:has(.note) .note {
    min-width: 160px;
    margin-left: 0
  }
}

@media(min-width: 992px) {

  .table-wrapper .table-responsive table.align-top thead tr th p.status:has(.note) i,
  .table-wrapper .table-responsive table.align-top thead tr td p.status:has(.note) i,
  .table-wrapper .table-responsive table.align-top tbody tr th p.status:has(.note) i,
  .table-wrapper .table-responsive table.align-top tbody tr td p.status:has(.note) i {
    top: 17px
  }
}

.table-wrapper .table-responsive table.large thead tr th,
.table-wrapper .table-responsive table.large tbody tr th {
  min-width: 160px
}

.table-wrapper .table-responsive table thead tr th,
.table-wrapper .table-responsive table thead tr td,
.table-wrapper .table-responsive table tbody tr th,
.table-wrapper .table-responsive table tbody tr td {
  padding: 16px 20px;
  border-bottom: 1px solid #edf1f3;
  border-right: 1px solid #edf1f3;
  background-color: rgba(0, 0, 0, 0);
  vertical-align: middle
}

.table-wrapper .table-responsive table thead tr th>*,
.table-wrapper .table-responsive table thead tr td>*,
.table-wrapper .table-responsive table tbody tr th>*,
.table-wrapper .table-responsive table tbody tr td>* {
  vertical-align: middle
}

@media(min-width: 375px) {

  .table-wrapper .table-responsive table thead tr th,
  .table-wrapper .table-responsive table thead tr td,
  .table-wrapper .table-responsive table tbody tr th,
  .table-wrapper .table-responsive table tbody tr td {
    padding: calc(16px + 4*(100vw - 375px)/1065) calc(20px + 26*(100vw - 375px)/1065)
  }
}

@media(min-width: 1440px) {

  .table-wrapper .table-responsive table thead tr th,
  .table-wrapper .table-responsive table thead tr td,
  .table-wrapper .table-responsive table tbody tr th,
  .table-wrapper .table-responsive table tbody tr td {
    padding: 20px 26px
  }
}

@media(min-width: 992px) {

  .table-wrapper .table-responsive table thead tr th:first-child,
  .table-wrapper .table-responsive table thead tr td:first-child,
  .table-wrapper .table-responsive table tbody tr th:first-child,
  .table-wrapper .table-responsive table tbody tr td:first-child {
    padding-left: 0
  }
}

@media(min-width: 992px) {

  .table-wrapper .table-responsive table thead tr th:last-child,
  .table-wrapper .table-responsive table thead tr td:last-child,
  .table-wrapper .table-responsive table tbody tr th:last-child,
  .table-wrapper .table-responsive table tbody tr td:last-child {
    padding-right: 0
  }
}

.table-wrapper .table-responsive table thead tr th:last-child,
.table-wrapper .table-responsive table thead tr td:last-child,
.table-wrapper .table-responsive table tbody tr th:last-child,
.table-wrapper .table-responsive table tbody tr td:last-child {
  border-right: 0 none
}

.table-wrapper .table-responsive table thead tr th.title p,
.table-wrapper .table-responsive table thead tr td.title p,
.table-wrapper .table-responsive table tbody tr th.title p,
.table-wrapper .table-responsive table tbody tr td.title p {
  margin-top: 2px;
  font-size: 13px;
  line-height: 20px;
  color: #5f6061
}

@media(min-width: 375px) {

  .table-wrapper .table-responsive table thead tr th.title p,
  .table-wrapper .table-responsive table thead tr td.title p,
  .table-wrapper .table-responsive table tbody tr th.title p,
  .table-wrapper .table-responsive table tbody tr td.title p {
    margin-top: calc(2px + 4*(100vw - 375px)/1065);
    font-size: calc(13px + 2*(100vw - 375px)/1065);
    line-height: calc(20px + 3*(100vw - 375px)/1065)
  }
}

@media(min-width: 1440px) {

  .table-wrapper .table-responsive table thead tr th.title p,
  .table-wrapper .table-responsive table thead tr td.title p,
  .table-wrapper .table-responsive table tbody tr th.title p,
  .table-wrapper .table-responsive table tbody tr td.title p {
    margin-top: 6px;
    font-size: 15px;
    line-height: 23px
  }
}

.table-wrapper .table-responsive table thead tr th.w-0,
.table-wrapper .table-responsive table thead tr td.w-0,
.table-wrapper .table-responsive table tbody tr th.w-0,
.table-wrapper .table-responsive table tbody tr td.w-0 {
  width: 0 !important
}

.table-wrapper .table-responsive table thead tr th,
.table-wrapper .table-responsive table thead tr td {
  padding-top: 12px;
  padding-bottom: 15px;
  font-size: 12px;
  line-height: 20px;
  color: #00182f;
  text-transform: uppercase;
  letter-spacing: .03rem;
  font-weight: 500
}

@media(min-width: 375px) {

  .table-wrapper .table-responsive table thead tr th,
  .table-wrapper .table-responsive table thead tr td {
    padding-top: calc(12px + 3*(100vw - 375px)/1065);
    padding-bottom: calc(12px + 3*(100vw - 375px)/1065);
    font-size: calc(12px + 2*(100vw - 375px)/1065);
    line-height: calc(20px + 1*(100vw - 375px)/1065)
  }
}

@media(min-width: 1440px) {

  .table-wrapper .table-responsive table thead tr th,
  .table-wrapper .table-responsive table thead tr td {
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 14px;
    line-height: 21px
  }
}

.table-wrapper .table-responsive table tbody tr td>*:not(.tag):first-child {
  margin-top: 0 !important
}

@media(min-width: 768px) {

  .table-wrapper .table-responsive table tbody tr td:has(.tooltip-btn),
  .table-wrapper .table-responsive table tbody tr td:has(.patch) {
    white-space: nowrap
  }
}

.table-wrapper .table-responsive table tbody tr p {
  margin-top: 16px;
  font-size: 12px;
  line-height: 18px;
  color: #5f6061
}

@media(min-width: 375px) {
  .table-wrapper .table-responsive table tbody tr p {
    margin-top: calc(16px + 6*(100vw - 375px)/1065);
    font-size: calc(12px + 1*(100vw - 375px)/1065);
    line-height: calc(18px + 2*(100vw - 375px)/1065)
  }
}

@media(min-width: 1440px) {
  .table-wrapper .table-responsive table tbody tr p {
    margin-top: 22px;
    font-size: 13px;
    line-height: 20px
  }
}

.table-wrapper .table-responsive table tbody tr p strong {
  font-weight: 600;
  color: #00182f
}

.table-wrapper .table-responsive table tbody tr p.type,
.table-wrapper .table-responsive table tbody tr p.status,
.table-wrapper .table-responsive table tbody tr p.area-status,
.table-wrapper .table-responsive table tbody tr p.level,
.table-wrapper .table-responsive table tbody tr p.title,
.table-wrapper .table-responsive table tbody tr p.type-lift {
  position: relative;
  padding-left: 35px;
  margin-top: 14px;
  color: #00182f;
  text-transform: uppercase;
  font-weight: 600
}

@media(min-width: 375px) {

  .table-wrapper .table-responsive table tbody tr p.type,
  .table-wrapper .table-responsive table tbody tr p.status,
  .table-wrapper .table-responsive table tbody tr p.area-status,
  .table-wrapper .table-responsive table tbody tr p.level,
  .table-wrapper .table-responsive table tbody tr p.title,
  .table-wrapper .table-responsive table tbody tr p.type-lift {
    padding-left: calc(35px + 12*(100vw - 375px)/1065);
    margin-top: calc(14px + 4*(100vw - 375px)/1065)
  }
}

@media(min-width: 1440px) {

  .table-wrapper .table-responsive table tbody tr p.type,
  .table-wrapper .table-responsive table tbody tr p.status,
  .table-wrapper .table-responsive table tbody tr p.area-status,
  .table-wrapper .table-responsive table tbody tr p.level,
  .table-wrapper .table-responsive table tbody tr p.title,
  .table-wrapper .table-responsive table tbody tr p.type-lift {
    padding-left: 47px;
    margin-top: 18px
  }
}

.table-wrapper .table-responsive table tbody tr p.type::before,
.table-wrapper .table-responsive table tbody tr p.type::after {
  content: "";
  position: absolute;
  border-radius: 50%
}

.table-wrapper .table-responsive table tbody tr p.type::before {
  left: 0;
  top: 2px;
  width: 16px;
  height: 16px;
  border: 1px solid #5f6061
}

.table-wrapper .table-responsive table tbody tr p.type::after {
  left: 5px;
  top: 7px;
  width: 6px;
  height: 6px;
  background-color: #5f6061
}

.table-wrapper .table-responsive table tbody tr p.status i {
  position: absolute;
  left: 0;
  top: 2px;
  width: 24px;
  height: 16px;
  font-size: 16px;
  line-height: 16px;
  color: #5f6061
}

.table-wrapper .table-responsive table tbody tr p.status i::after {
  position: absolute;
  bottom: 2px;
  width: 8px;
  height: 8px;
  font-size: 8px;
  line-height: 8px;
  font-family: "icomoon" !important;
  font-weight: normal;
  font-style: normal
}

.table-wrapper .table-responsive table tbody tr p.status i.icon-dss-clockwise {
  padding-left: 10px
}

.table-wrapper .table-responsive table tbody tr p.status i.icon-dss-clockwise::after {
  left: 0
}

.table-wrapper .table-responsive table tbody tr p.status i.icon-dss-anticlockwise {
  padding-right: 10px
}

.table-wrapper .table-responsive table tbody tr p.status i.icon-dss-anticlockwise::after {
  right: 0
}

.table-wrapper .table-responsive table tbody tr p.status i.icon-dss-check,
.table-wrapper .table-responsive table tbody tr p.status i.icon-dss-close,
.table-wrapper .table-responsive table tbody tr p.status i.icon-dss-warning {
  top: 50%;
  width: 12px;
  height: 12px;
  font-size: 12px;
  line-height: 12px;
  transform: translateY(-50%)
}

.table-wrapper .table-responsive table tbody tr p.status i.icon-dss-check {
  color: #1ec73b
}

.table-wrapper .table-responsive table tbody tr p.status i.icon-dss-check::after {
  content: none
}

.table-wrapper .table-responsive table tbody tr p.status i.icon-dss-close {
  color: #e63026
}

.table-wrapper .table-responsive table tbody tr p.status i.icon-dss-close::after {
  content: none
}

.table-wrapper .table-responsive table tbody tr p.status i.icon-dss-warning {
  color: #c98a0d
}

.table-wrapper .table-responsive table tbody tr p.status i.icon-dss-warning::after {
  content: none
}

.table-wrapper .table-responsive table tbody tr p.status.open i::after {
  content: ""
}

.table-wrapper .table-responsive table tbody tr p.status.close i::after {
  content: ""
}

.table-wrapper .table-responsive table tbody tr p.status.warning i::after {
  content: "";
  bottom: 4px;
  font-size: 12px
}

.table-wrapper .table-responsive table tbody tr p.status.warning i.icon-dss-clockwise::after {
  left: 1px
}

.table-wrapper .table-responsive table tbody tr p.status.warning i.icon-dss-anticlockwise::after {
  right: 1px
}

.table-wrapper .table-responsive table tbody tr p.status:has(.icon-dss-check),
.table-wrapper .table-responsive table tbody tr p.status:has(.icon-dss-close),
.table-wrapper .table-responsive table tbody tr p.status:has(.icon-dss-warning) {
  width: auto;
  padding-left: 21px
}

.table-wrapper .table-responsive table tbody tr p.status.big i.icon-dss-check,
.table-wrapper .table-responsive table tbody tr p.status.big i.icon-dss-close,
.table-wrapper .table-responsive table tbody tr p.status.big i.icon-dss-warning {
  width: 17px;
  height: 17px;
  font-size: 17px;
  line-height: 17px
}

.table-wrapper .table-responsive table tbody tr p.status .note {
  display: flex;
  flex-direction: column;
  margin-left: 26px;
  font-size: 13px;
  line-height: 20px;
  color: #5f6061;
  letter-spacing: .03rem;
  text-transform: none;
  font-weight: 500
}

@media(min-width: 375px) {
  .table-wrapper .table-responsive table tbody tr p.status .note {
    line-height: calc(20px + 5*(100vw - 375px)/1065)
  }
}

@media(min-width: 1440px) {
  .table-wrapper .table-responsive table tbody tr p.status .note {
    line-height: 25px
  }
}

.table-wrapper .table-responsive table tbody tr p.season {
  width: auto;
  padding: 0;
  margin: 0
}

.table-wrapper .table-responsive table tbody tr p.area-status {
  position: relative;
  width: auto;
  padding-left: 30px
}

@media(min-width: 375px) {
  .table-wrapper .table-responsive table tbody tr p.area-status {
    padding-left: calc(30px + 18*(100vw - 375px)/1065)
  }
}

@media(min-width: 1440px) {
  .table-wrapper .table-responsive table tbody tr p.area-status {
    padding-left: 48px
  }
}

.table-wrapper .table-responsive table tbody tr p.area-status i {
  position: absolute;
  left: 0;
  top: 50%;
  width: 20px;
  height: 20px;
  font-size: 20px;
  line-height: 20px;
  color: rgba(0, 24, 47, .4);
  transform: translateY(-50%)
}

@media(min-width: 375px) {
  .table-wrapper .table-responsive table tbody tr p.area-status i {
    width: calc(20px + 5*(100vw - 375px)/1065);
    height: calc(20px + 5*(100vw - 375px)/1065);
    font-size: calc(20px + 5*(100vw - 375px)/1065);
    line-height: calc(20px + 5*(100vw - 375px)/1065)
  }
}

@media(min-width: 1440px) {
  .table-wrapper .table-responsive table tbody tr p.area-status i {
    width: 25px;
    height: 25px;
    font-size: 25px;
    line-height: 25px
  }
}

.table-wrapper .table-responsive table tbody tr p.area-status.open,
.table-wrapper .table-responsive table tbody tr p.area-status.close {
  padding-left: 0;
  padding-right: 27px
}

@media(min-width: 375px) {

  .table-wrapper .table-responsive table tbody tr p.area-status.open,
  .table-wrapper .table-responsive table tbody tr p.area-status.close {
    padding-right: calc(27px + 6*(100vw - 375px)/1065)
  }
}

@media(min-width: 1440px) {

  .table-wrapper .table-responsive table tbody tr p.area-status.open,
  .table-wrapper .table-responsive table tbody tr p.area-status.close {
    padding-right: 33px
  }
}

.table-wrapper .table-responsive table tbody tr p.area-status.open::after,
.table-wrapper .table-responsive table tbody tr p.area-status.close::after {
  position: absolute;
  right: 0;
  top: 50%;
  width: 17px;
  height: 17px;
  font-size: 17px;
  line-height: 17px;
  font-family: "icomoon" !important;
  font-weight: normal;
  font-style: normal;
  transform: translateY(-50%)
}

.table-wrapper .table-responsive table tbody tr p.area-status.open::after {
  content: "";
  color: #1ec73b
}

.table-wrapper .table-responsive table tbody tr p.area-status.close::after {
  content: "";
  color: #e63026
}

.table-wrapper .table-responsive table tbody tr p.area-status.warning::after {
  content: "";
  color: #c98a0d
}

.table-wrapper .table-responsive table tbody tr p.title {
  width: auto;
  padding-left: 0;
  font-size: 14px;
  line-height: 22px;
  color: #00182f;
  font-weight: 600;
  letter-spacing: .02rem;
  text-transform: inherit
}

@media(min-width: 375px) {
  .table-wrapper .table-responsive table tbody tr p.title {
    font-size: calc(14px + 2*(100vw - 375px)/1065);
    line-height: calc(22px + 2*(100vw - 375px)/1065)
  }
}

@media(min-width: 1440px) {
  .table-wrapper .table-responsive table tbody tr p.title {
    font-size: 16px;
    line-height: 24px
  }
}

.table-wrapper .table-responsive table tbody tr p.title:has(i.icon-dss-clockwise, i.icon-dss-anticlockwise) {
  padding-left: 36px
}

.table-wrapper .table-responsive table tbody tr p.title:has(i.icon-dss-clockwise, i.icon-dss-anticlockwise) i {
  position: absolute;
  left: 0;
  top: 50%;
  width: 23px;
  height: 23px;
  font-size: 23px;
  line-height: 23px;
  color: #5f6061;
  transform: translateY(-50%)
}

.table-wrapper .table-responsive table tbody tr p.level {
  position: relative;
  padding-left: 46px
}

@media(min-width: 375px) {
  .table-wrapper .table-responsive table tbody tr p.level {
    padding-left: calc(46px + 24*(100vw - 375px)/1065)
  }
}

@media(min-width: 1440px) {
  .table-wrapper .table-responsive table tbody tr p.level {
    padding-left: 70px
  }
}

.table-wrapper .table-responsive table tbody tr p.level span {
  position: absolute;
  left: 0;
  top: 50%;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  font-size: 14px;
  line-height: 34px;
  color: #fff;
  letter-spacing: .02rem;
  text-transform: uppercase;
  font-weight: 600;
  text-align: center;
  background-color: #edf1f3;
  transform: translateY(-50%)
}

.table-wrapper .table-responsive table tbody tr p.level.easy {
  color: #005eb8
}

.table-wrapper .table-responsive table tbody tr p.level.easy span {
  background-color: #005eb8
}

.table-wrapper .table-responsive table tbody tr p.level.medium {
  color: #e80b1b
}

.table-wrapper .table-responsive table tbody tr p.level.medium span {
  background-color: #e80b1b
}

.table-wrapper .table-responsive table tbody tr p.level.hard {
  color: #000
}

.table-wrapper .table-responsive table tbody tr p.level.hard span {
  background-color: #000
}

.table-wrapper .table-responsive table tbody tr p.level.path {
  color: #000
}

.table-wrapper .table-responsive table tbody tr p.level.path span {
  color: #000;
  background-color: #ff8a02
}

.table-wrapper .table-responsive table tbody tr p.type-lift {
  position: relative;
  padding-left: 32px;
  line-height: 16px
}

@media(min-width: 375px) {
  .table-wrapper .table-responsive table tbody tr p.type-lift {
    padding-left: calc(32px + 8*(100vw - 375px)/1065);
    line-height: calc(16px + 2*(100vw - 375px)/1065)
  }
}

@media(min-width: 1440px) {
  .table-wrapper .table-responsive table tbody tr p.type-lift {
    padding-left: 40px;
    line-height: 18px
  }
}

.table-wrapper .table-responsive table tbody tr p.type-lift i {
  position: absolute;
  left: 0;
  top: 50%;
  width: 22px;
  height: 22px;
  font-size: 22px;
  line-height: 22px;
  color: #00182f;
  transform: translateY(-50%)
}

@media(min-width: 375px) {
  .table-wrapper .table-responsive table tbody tr p.type-lift i {
    width: calc(22px + 4*(100vw - 375px)/1065);
    height: calc(22px + 4*(100vw - 375px)/1065);
    font-size: calc(22px + 4*(100vw - 375px)/1065);
    line-height: calc(22px + 4*(100vw - 375px)/1065)
  }
}

@media(min-width: 1440px) {
  .table-wrapper .table-responsive table tbody tr p.type-lift i {
    width: 26px;
    height: 26px;
    font-size: 26px;
    line-height: 26px
  }
}

.table-wrapper .table-responsive table tbody tr .tooltip-btn {
  float: left;
  margin-left: 0;
  margin-top: 6px;
  transform: translateY(-3px)
}

@media(min-width: 768px) {
  .table-wrapper .table-responsive table tbody tr .tooltip-btn {
    float: none;
    margin-left: 14px;
    margin-top: 0
  }
}

.table-wrapper .table-responsive table tbody tr .nr {
  display: block;
  float: left;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  font-size: 14px;
  line-height: 34px;
  color: #00182f;
  letter-spacing: .02rem;
  text-transform: uppercase;
  font-weight: 600;
  text-align: center;
  background-color: #edf1f3
}

.table-wrapper .table-responsive table tbody tr .tag {
  position: relative;
  display: block;
  float: left;
  width: auto;
  padding: 6px 15px;
  margin: 4px 12px 4px 0;
  border: 0 none;
  border-radius: 30px;
  font-size: 13px;
  line-height: 18px;
  font-weight: 600;
  letter-spacing: .02rem;
  color: #00182f;
  white-space: nowrap;
  background-color: #edf1f3;
  transition: all .3s ease-out
}

.table-wrapper .table-responsive table tbody tr .patch {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  float: left;
  width: 100%;
  padding: 7px 10px;
  margin-top: 6px;
  font-size: 10px;
  line-height: 18px;
  color: #00182f;
  font-weight: 700;
  letter-spacing: .03rem;
  text-transform: uppercase
}

@media(min-width: 768px) {
  .table-wrapper .table-responsive table tbody tr .patch {
    width: auto;
    float: none;
    margin-left: calc(12px + 10*(100vw - 768px)/672);
    margin-top: 0
  }
}

@media(min-width: 1440px) {
  .table-wrapper .table-responsive table tbody tr .patch {
    margin-left: 22px
  }
}

.table-wrapper .table-responsive table tbody tr .patch i {
  width: 18px;
  height: 18px;
  margin-bottom: 2px;
  font-size: 18px;
  line-height: 18px;
  color: #5f6061
}

.table-wrapper .table-responsive table tbody tr .patch::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #1ec73b;
  border-radius: 8px
}

.table-wrapper .table-responsive table tbody tr .location {
  position: relative;
  display: block;
  float: left;
  width: auto;
  padding: 4px 0;
  font-size: 16px;
  line-height: 20px;
  color: var(--main);
  font-weight: 600;
  letter-spacing: .02rem;
  white-space: nowrap;
  transition: all .3s ease-out
}

.table-wrapper .table-responsive table tbody tr .location::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: var(--main);
  opacity: .5;
  transition: all .3s ease-out
}

@media(min-width: 992px) {
  .table-wrapper .table-responsive table tbody tr .location:hover {
    color: #00182f
  }

  .table-wrapper .table-responsive table tbody tr .location:hover::before {
    opacity: 1
  }
}

.table-wrapper .table-responsive table tbody tr .btn-link {
  white-space: nowrap
}

.table-wrapper .table-responsive table tbody tr .btn-link.webcam,
.table-wrapper .table-responsive table tbody tr .btn-link.map {
  padding-left: 32px
}

.table-wrapper .table-responsive table tbody tr .btn-link.webcam::before,
.table-wrapper .table-responsive table tbody tr .btn-link.map::before {
  position: absolute;
  left: 0;
  top: 50%;
  width: 22px;
  height: 22px;
  font-size: 22px;
  line-height: 22px;
  color: var(--main);
  font-family: "icomoon" !important;
  font-weight: normal;
  font-style: normal;
  opacity: .6;
  transform: translateY(-50%);
  transition: all .3s ease-out
}

@media(min-width: 992px) {

  .table-wrapper .table-responsive table tbody tr .btn-link.webcam:hover::before,
  .table-wrapper .table-responsive table tbody tr .btn-link.map:hover::before {
    opacity: 1
  }
}

.table-wrapper .table-responsive table tbody tr .btn-link.webcam::before {
  content: ""
}

.table-wrapper .table-responsive table tbody tr .btn-link.map::before {
  content: ""
}

.table-wrapper .table-responsive table tbody tr .info {
  position: relative;
  display: block;
  float: left;
  width: 100%;
  min-width: 180px;
  margin-top: 12px;
  padding: 10px 16px;
  border-radius: 4px;
  background-color: rgba(244, 193, 53, .1)
}

@media(min-width: 375px) {
  .table-wrapper .table-responsive table tbody tr .info {
    min-width: calc(180px + 140*(100vw - 375px)/1065);
    margin-top: calc(12px + 6*(100vw - 375px)/1065);
    padding: calc(10px + 2*(100vw - 375px)/1065) calc(16px + 4*(100vw - 375px)/1065)
  }
}

@media(min-width: 1440px) {
  .table-wrapper .table-responsive table tbody tr .info {
    min-width: 320px;
    margin-top: 18px;
    padding: 12px 20px
  }
}

.table-wrapper .table-responsive table tbody tr .info::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;
  height: 100%;
  border-radius: 4px;
  background-color: #f4c135
}

@media(min-width: 375px) {
  .table-wrapper .table-responsive table tbody tr .info::before {
    width: calc(4px + 3*(100vw - 375px)/1065)
  }
}

@media(min-width: 1440px) {
  .table-wrapper .table-responsive table tbody tr .info::before {
    width: 7px
  }
}

.table-wrapper .table-responsive table tbody tr .info h6,
.table-wrapper .table-responsive table tbody tr .info .h6 {
  position: relative;
  padding-right: 38px;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase
}

.table-wrapper .table-responsive table tbody tr .info h6::after,
.table-wrapper .table-responsive table tbody tr .info .h6::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 18px;
  height: 18px;
  font-size: 18px;
  line-height: 18px;
  color: #00182f;
  font-family: "icomoon" !important;
  font-weight: normal;
  font-style: normal
}

.table-wrapper .table-responsive table tbody tr .info p {
  margin-top: 4px;
  font-size: 13px;
  line-height: 18px;
  color: #00182f;
  letter-spacing: .05rem
}

.table-wrapper .table-responsive table tbody tr .unit-points {
  display: flex
}

.table-wrapper .table-responsive table tbody tr .unit-points li {
  position: relative;
  width: 26px;
  margin: 0 4px;
  padding-top: 22px;
  font-size: 13px;
  line-height: 13px;
  color: #5f6061;
  text-align: center;
  letter-spacing: .02rem;
  font-weight: 500
}

.table-wrapper .table-responsive table tbody tr .unit-points li:first-child {
  margin-left: 0
}

.table-wrapper .table-responsive table tbody tr .unit-points li:last-child {
  margin-right: 0
}

.table-wrapper .table-responsive table tbody tr .unit-points li i {
  position: absolute;
  left: 50%;
  top: 0;
  width: 17.5px;
  height: 17.5px;
  font-size: 17.5px;
  line-height: 17.5px;
  color: #00182f;
  transform: translateX(-50%)
}

.table-wrapper .table-responsive table tbody tr .access {
  display: flex;
  justify-content: flex-end
}

.table-wrapper .table-responsive table tbody tr .access li {
  width: 28px;
  margin-right: 5px
}

.table-wrapper .table-responsive table tbody tr .access li:last-child {
  margin-right: 0
}

.table-wrapper .table-responsive table tbody tr:last-child td {
  border-bottom: 0 none
}

.table-wrapper .table-responsive table tbody tr.highlight th,
.table-wrapper .table-responsive table tbody tr.highlight td {
  padding-top: 10px;
  padding-bottom: 10px
}

@media(min-width: 375px) {

  .table-wrapper .table-responsive table tbody tr.highlight th,
  .table-wrapper .table-responsive table tbody tr.highlight td {
    padding-top: calc(10px + 2*(100vw - 375px)/1065);
    padding-bottom: calc(10px + 2*(100vw - 375px)/1065)
  }
}

@media(min-width: 1440px) {

  .table-wrapper .table-responsive table tbody tr.highlight th,
  .table-wrapper .table-responsive table tbody tr.highlight td {
    padding-top: 12px;
    padding-bottom: 12px
  }
}

.table-wrapper .table-responsive table tbody tr.highlight td {
  background-color: #edf1f3
}

.table-wrapper .table-responsive table tbody tr.highlight td:first-child,
.table-wrapper .table-responsive table tbody tr.highlight td:last-child {
  position: relative
}

.table-wrapper .table-responsive table tbody tr.highlight td:first-child::before,
.table-wrapper .table-responsive table tbody tr.highlight td:last-child::before {
  content: "";
  position: absolute;
  top: 0;
  width: 26px;
  height: 100%;
  background-color: #edf1f3
}

.table-wrapper .table-responsive table tbody tr.highlight td:first-child::before {
  right: 100%
}

.table-wrapper .table-responsive table tbody tr.highlight td:last-child::before {
  left: 100%
}

.table-wrapper .table-responsive table tbody tr.highlight p {
  color: var(--main) !important;
  font-weight: 600 !important
}

.table-wrapper .table-responsive table tbody tr.highlight .unit-points li {
  color: var(--main) !important
}

.table-wrapper .table-responsive table tbody tr.highlight .unit-points li i {
  color: var(--main) !important
}

.table-wrapper .table-responsive table.table-ski thead tr th,
.table-wrapper .table-responsive table.table-ski thead tr td,
.table-wrapper .table-responsive table.table-ski tbody tr th,
.table-wrapper .table-responsive table.table-ski tbody tr td {
  padding: 16px 24px;
  vertical-align: top
}

@media(min-width: 375px) {

  .table-wrapper .table-responsive table.table-ski thead tr th,
  .table-wrapper .table-responsive table.table-ski thead tr td,
  .table-wrapper .table-responsive table.table-ski tbody tr th,
  .table-wrapper .table-responsive table.table-ski tbody tr td {
    padding: calc(16px + 4*(100vw - 375px)/1065) calc(24px + 26*(100vw - 375px)/1065)
  }
}

@media(min-width: 1440px) {

  .table-wrapper .table-responsive table.table-ski thead tr th,
  .table-wrapper .table-responsive table.table-ski thead tr td,
  .table-wrapper .table-responsive table.table-ski tbody tr th,
  .table-wrapper .table-responsive table.table-ski tbody tr td {
    padding: 20px 50px
  }
}

.table-wrapper .table-responsive table.table-ski thead tr th:first-child,
.table-wrapper .table-responsive table.table-ski thead tr td:first-child,
.table-wrapper .table-responsive table.table-ski tbody tr th:first-child,
.table-wrapper .table-responsive table.table-ski tbody tr td:first-child {
  border-right: 0 none
}

@media(min-width: 992px) {

  .table-wrapper .table-responsive table.table-ski thead tr th:first-child,
  .table-wrapper .table-responsive table.table-ski thead tr td:first-child,
  .table-wrapper .table-responsive table.table-ski tbody tr th:first-child,
  .table-wrapper .table-responsive table.table-ski tbody tr td:first-child {
    padding-left: 0
  }
}

.table-wrapper .table-responsive table.table-ski tbody tr td.title {
  min-width: 160px
}

@media(min-width: 375px) {
  .table-wrapper .table-responsive table.table-ski tbody tr td.title {
    min-width: calc(160px + 80*(100vw - 375px)/1065)
  }
}

@media(min-width: 1440px) {
  .table-wrapper .table-responsive table.table-ski tbody tr td.title {
    min-width: 240px
  }
}

.table-wrapper .table-responsive table.table-ski tbody tr td.title>a {
  float: left;
  width: 100%
}

.table-wrapper .table-responsive table.table-ski tbody tr td.title>a>h4,
.table-wrapper .table-responsive table.table-ski tbody tr td.title>a>.h4 {
  transition: all .3s ease-out
}

@media(min-width: 992px) {

  .table-wrapper .table-responsive table.table-ski tbody tr td.title>a:hover>h4,
  .table-wrapper .table-responsive table.table-ski tbody tr td.title>a:hover>.h4 {
    color: var(--main)
  }
}

.table-wrapper .table-responsive table.table-ski tbody tr td.title>a .btn-link {
  margin-top: 10px
}

@media(min-width: 375px) {
  .table-wrapper .table-responsive table.table-ski tbody tr td.title>a .btn-link {
    margin-top: calc(10px + 4*(100vw - 375px)/1065)
  }
}

@media(min-width: 1440px) {
  .table-wrapper .table-responsive table.table-ski tbody tr td.title>a .btn-link {
    margin-top: 14px
  }
}

.table-wrapper .table-responsive table.table-prices thead tr th,
.table-wrapper .table-responsive table.table-prices thead tr td,
.table-wrapper .table-responsive table.table-prices tbody tr th,
.table-wrapper .table-responsive table.table-prices tbody tr td,
.table-wrapper .table-responsive table.table-editor thead tr th,
.table-wrapper .table-responsive table.table-editor thead tr td,
.table-wrapper .table-responsive table.table-editor tbody tr th,
.table-wrapper .table-responsive table.table-editor tbody tr td {
  min-width: 180px;
  padding: 12px 20px 12px 0;
  border-bottom: 1px solid #fff;
  border-right: 0 none;
  font-size: 15px;
  line-height: 21px;
  color: #00182f;
  font-weight: 600;
  letter-spacing: .03rem;
  vertical-align: top
}

@media(min-width: 375px) {

  .table-wrapper .table-responsive table.table-prices thead tr th,
  .table-wrapper .table-responsive table.table-prices thead tr td,
  .table-wrapper .table-responsive table.table-prices tbody tr th,
  .table-wrapper .table-responsive table.table-prices tbody tr td,
  .table-wrapper .table-responsive table.table-editor thead tr th,
  .table-wrapper .table-responsive table.table-editor thead tr td,
  .table-wrapper .table-responsive table.table-editor tbody tr th,
  .table-wrapper .table-responsive table.table-editor tbody tr td {
    padding: calc(12px + 3*(100vw - 375px)/1065) calc(20px + 10*(100vw - 375px)/1065) calc(12px + 3*(100vw - 375px)/1065) 0;
    font-size: calc(15px + 1*(100vw - 375px)/1065);
    line-height: calc(21px + 1*(100vw - 375px)/1065)
  }
}

@media(min-width: 1440px) {

  .table-wrapper .table-responsive table.table-prices thead tr th,
  .table-wrapper .table-responsive table.table-prices thead tr td,
  .table-wrapper .table-responsive table.table-prices tbody tr th,
  .table-wrapper .table-responsive table.table-prices tbody tr td,
  .table-wrapper .table-responsive table.table-editor thead tr th,
  .table-wrapper .table-responsive table.table-editor thead tr td,
  .table-wrapper .table-responsive table.table-editor tbody tr th,
  .table-wrapper .table-responsive table.table-editor tbody tr td {
    padding: 15px 30px 15px 0;
    font-size: 16px;
    line-height: 22px
  }
}

.table-wrapper .table-responsive table.table-prices thead tr th.price,
.table-wrapper .table-responsive table.table-prices thead tr td.price,
.table-wrapper .table-responsive table.table-prices tbody tr th.price,
.table-wrapper .table-responsive table.table-prices tbody tr td.price,
.table-wrapper .table-responsive table.table-editor thead tr th.price,
.table-wrapper .table-responsive table.table-editor thead tr td.price,
.table-wrapper .table-responsive table.table-editor tbody tr th.price,
.table-wrapper .table-responsive table.table-editor tbody tr td.price {
  width: 15.5%;
  min-width: 15.5%;
  white-space: nowrap
}

@media(max-width: 575.98px) {

  .table-wrapper .table-responsive table.table-prices thead tr th.price,
  .table-wrapper .table-responsive table.table-prices thead tr td.price,
  .table-wrapper .table-responsive table.table-prices tbody tr th.price,
  .table-wrapper .table-responsive table.table-prices tbody tr td.price,
  .table-wrapper .table-responsive table.table-editor thead tr th.price,
  .table-wrapper .table-responsive table.table-editor thead tr td.price,
  .table-wrapper .table-responsive table.table-editor tbody tr th.price,
  .table-wrapper .table-responsive table.table-editor tbody tr td.price {
    padding-right: 0
  }
}

.table-wrapper .table-responsive table.table-prices thead tr td.price,
.table-wrapper .table-responsive table.table-prices tbody tr td.price,
.table-wrapper .table-responsive table.table-editor thead tr td.price,
.table-wrapper .table-responsive table.table-editor tbody tr td.price {
  font-size: 14px
}

@media(min-width: 375px) {

  .table-wrapper .table-responsive table.table-prices thead tr td.price,
  .table-wrapper .table-responsive table.table-prices tbody tr td.price,
  .table-wrapper .table-responsive table.table-editor thead tr td.price,
  .table-wrapper .table-responsive table.table-editor tbody tr td.price {
    font-size: calc(14px + 1*(100vw - 375px)/1065)
  }
}

@media(min-width: 1440px) {

  .table-wrapper .table-responsive table.table-prices thead tr td.price,
  .table-wrapper .table-responsive table.table-prices tbody tr td.price,
  .table-wrapper .table-responsive table.table-editor thead tr td.price,
  .table-wrapper .table-responsive table.table-editor tbody tr td.price {
    font-size: 15px
  }
}

.table-wrapper .table-responsive table.table-prices thead tr:last-child th,
.table-wrapper .table-responsive table.table-prices thead tr:last-child td,
.table-wrapper .table-responsive table.table-prices tbody tr:last-child th,
.table-wrapper .table-responsive table.table-prices tbody tr:last-child td,
.table-wrapper .table-responsive table.table-editor thead tr:last-child th,
.table-wrapper .table-responsive table.table-editor thead tr:last-child td,
.table-wrapper .table-responsive table.table-editor tbody tr:last-child th,
.table-wrapper .table-responsive table.table-editor tbody tr:last-child td {
  border-bottom: 0 none
}

.table-wrapper .table-responsive table.table-prices thead tr ul>li,
.table-wrapper .table-responsive table.table-prices thead tr ol>li,
.table-wrapper .table-responsive table.table-prices tbody tr ul>li,
.table-wrapper .table-responsive table.table-prices tbody tr ol>li,
.table-wrapper .table-responsive table.table-editor thead tr ul>li,
.table-wrapper .table-responsive table.table-editor thead tr ol>li,
.table-wrapper .table-responsive table.table-editor tbody tr ul>li,
.table-wrapper .table-responsive table.table-editor tbody tr ol>li {
  position: relative;
  padding-left: 14px;
  font-size: 12px;
  line-height: 18px;
  color: #5f6061;
  font-weight: 500
}

@media(min-width: 375px) {

  .table-wrapper .table-responsive table.table-prices thead tr ul>li,
  .table-wrapper .table-responsive table.table-prices thead tr ol>li,
  .table-wrapper .table-responsive table.table-prices tbody tr ul>li,
  .table-wrapper .table-responsive table.table-prices tbody tr ol>li,
  .table-wrapper .table-responsive table.table-editor thead tr ul>li,
  .table-wrapper .table-responsive table.table-editor thead tr ol>li,
  .table-wrapper .table-responsive table.table-editor tbody tr ul>li,
  .table-wrapper .table-responsive table.table-editor tbody tr ol>li {
    padding-left: calc(14px + 4*(100vw - 375px)/1065);
    font-size: calc(12px + 1*(100vw - 375px)/1065);
    line-height: calc(18px + 2*(100vw - 375px)/1065)
  }
}

@media(min-width: 1440px) {

  .table-wrapper .table-responsive table.table-prices thead tr ul>li,
  .table-wrapper .table-responsive table.table-prices thead tr ol>li,
  .table-wrapper .table-responsive table.table-prices tbody tr ul>li,
  .table-wrapper .table-responsive table.table-prices tbody tr ol>li,
  .table-wrapper .table-responsive table.table-editor thead tr ul>li,
  .table-wrapper .table-responsive table.table-editor thead tr ol>li,
  .table-wrapper .table-responsive table.table-editor tbody tr ul>li,
  .table-wrapper .table-responsive table.table-editor tbody tr ol>li {
    padding-left: 18px;
    font-size: 13px;
    line-height: 20px
  }
}

.table-wrapper .table-responsive table.table-prices thead tr ul>li a,
.table-wrapper .table-responsive table.table-prices thead tr ol>li a,
.table-wrapper .table-responsive table.table-prices tbody tr ul>li a,
.table-wrapper .table-responsive table.table-prices tbody tr ol>li a,
.table-wrapper .table-responsive table.table-editor thead tr ul>li a,
.table-wrapper .table-responsive table.table-editor thead tr ol>li a,
.table-wrapper .table-responsive table.table-editor tbody tr ul>li a,
.table-wrapper .table-responsive table.table-editor tbody tr ol>li a {
  font-weight: 500;
  color: var(--main);
  text-decoration: underline !important;
  text-decoration-color: var(--main-alpha) !important;
  transition: all .3s ease-out
}

@media(min-width: 992px) {

  .table-wrapper .table-responsive table.table-prices thead tr ul>li a:hover,
  .table-wrapper .table-responsive table.table-prices thead tr ol>li a:hover,
  .table-wrapper .table-responsive table.table-prices tbody tr ul>li a:hover,
  .table-wrapper .table-responsive table.table-prices tbody tr ol>li a:hover,
  .table-wrapper .table-responsive table.table-editor thead tr ul>li a:hover,
  .table-wrapper .table-responsive table.table-editor thead tr ol>li a:hover,
  .table-wrapper .table-responsive table.table-editor tbody tr ul>li a:hover,
  .table-wrapper .table-responsive table.table-editor tbody tr ol>li a:hover {
    color: #00182f;
    text-decoration-color: #00182f !important
  }
}

.table-wrapper .table-responsive table.table-prices thead tr ul>li strong,
.table-wrapper .table-responsive table.table-prices thead tr ol>li strong,
.table-wrapper .table-responsive table.table-prices tbody tr ul>li strong,
.table-wrapper .table-responsive table.table-prices tbody tr ol>li strong,
.table-wrapper .table-responsive table.table-editor thead tr ul>li strong,
.table-wrapper .table-responsive table.table-editor thead tr ol>li strong,
.table-wrapper .table-responsive table.table-editor tbody tr ul>li strong,
.table-wrapper .table-responsive table.table-editor tbody tr ol>li strong {
  color: #00182f;
  font-weight: 700
}

.table-wrapper .table-responsive table.table-prices thead tr ul>li::before,
.table-wrapper .table-responsive table.table-prices tbody tr ul>li::before,
.table-wrapper .table-responsive table.table-editor thead tr ul>li::before,
.table-wrapper .table-responsive table.table-editor tbody tr ul>li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: var(--main)
}

@media(min-width: 375px) {

  .table-wrapper .table-responsive table.table-prices thead tr ul>li::before,
  .table-wrapper .table-responsive table.table-prices tbody tr ul>li::before,
  .table-wrapper .table-responsive table.table-editor thead tr ul>li::before,
  .table-wrapper .table-responsive table.table-editor tbody tr ul>li::before {
    top: calc(7px + 1*(100vw - 375px)/1065)
  }
}

@media(min-width: 1440px) {

  .table-wrapper .table-responsive table.table-prices thead tr ul>li::before,
  .table-wrapper .table-responsive table.table-prices tbody tr ul>li::before,
  .table-wrapper .table-responsive table.table-editor thead tr ul>li::before,
  .table-wrapper .table-responsive table.table-editor tbody tr ul>li::before {
    top: 8px
  }
}

.table-wrapper .table-responsive table.table-prices thead tr ol,
.table-wrapper .table-responsive table.table-prices tbody tr ol,
.table-wrapper .table-responsive table.table-editor thead tr ol,
.table-wrapper .table-responsive table.table-editor tbody tr ol {
  counter-reset: olli
}

.table-wrapper .table-responsive table.table-prices thead tr ol>li:before,
.table-wrapper .table-responsive table.table-prices tbody tr ol>li:before,
.table-wrapper .table-responsive table.table-editor thead tr ol>li:before,
.table-wrapper .table-responsive table.table-editor tbody tr ol>li:before {
  position: absolute;
  left: 0;
  top: 0;
  content: counter(olli, decimal) ".";
  counter-increment: olli;
  border: 0 none;
  text-align: left;
  font-size: 9px;
  line-height: 18px;
  color: #00182f;
  font-family: "Gantari", sans-serif;
  font-weight: 700
}

@media(min-width: 375px) {

  .table-wrapper .table-responsive table.table-prices thead tr ol>li:before,
  .table-wrapper .table-responsive table.table-prices tbody tr ol>li:before,
  .table-wrapper .table-responsive table.table-editor thead tr ol>li:before,
  .table-wrapper .table-responsive table.table-editor tbody tr ol>li:before {
    font-size: calc(9px + 2*(100vw - 375px)/1065);
    line-height: calc(18px + 2*(100vw - 375px)/1065)
  }
}

@media(min-width: 1440px) {

  .table-wrapper .table-responsive table.table-prices thead tr ol>li:before,
  .table-wrapper .table-responsive table.table-prices tbody tr ol>li:before,
  .table-wrapper .table-responsive table.table-editor thead tr ol>li:before,
  .table-wrapper .table-responsive table.table-editor tbody tr ol>li:before {
    font-size: 11px;
    line-height: 20px
  }
}

.table-wrapper .table-responsive table.table-prices thead tr th,
.table-wrapper .table-responsive table.table-prices thead tr td,
.table-wrapper .table-responsive table.table-editor thead tr th,
.table-wrapper .table-responsive table.table-editor thead tr td {
  padding: 16px 20px 16px 0;
  border-bottom: 0 none;
  font-size: 13px;
  font-weight: 500
}

@media(min-width: 375px) {

  .table-wrapper .table-responsive table.table-prices thead tr th,
  .table-wrapper .table-responsive table.table-prices thead tr td,
  .table-wrapper .table-responsive table.table-editor thead tr th,
  .table-wrapper .table-responsive table.table-editor thead tr td {
    padding: calc(16px + 4*(100vw - 375px)/1065) calc(20px + 10*(100vw - 375px)/1065) calc(16px + 4*(100vw - 375px)/1065) 0;
    font-size: calc(13px + 1*(100vw - 375px)/1065)
  }
}

@media(min-width: 1440px) {

  .table-wrapper .table-responsive table.table-prices thead tr th,
  .table-wrapper .table-responsive table.table-prices thead tr td,
  .table-wrapper .table-responsive table.table-editor thead tr th,
  .table-wrapper .table-responsive table.table-editor thead tr td {
    padding: 20px 30px 20px 0;
    font-size: 14px
  }
}

.table-wrapper:has(.table-prices),
.table-wrapper:has(.table-editor) {
  background-color: #edf1f3
}

.table-wrapper:has(.table-prices)::before,
.table-wrapper:has(.table-editor)::before {
  content: none
}

.table-wrapper:has(.table-prices) .table-responsive,
.table-wrapper:has(.table-editor) .table-responsive {
  padding-top: 8px;
  padding-bottom: 12px;
  padding-left: 18px;
  padding-right: 18px
}

@media(min-width: 375px) {

  .table-wrapper:has(.table-prices) .table-responsive,
  .table-wrapper:has(.table-editor) .table-responsive {
    padding-bottom: calc(12px + 4*(100vw - 375px)/1065)
  }
}

@media(min-width: 992px) {

  .table-wrapper:has(.table-prices) .table-responsive,
  .table-wrapper:has(.table-editor) .table-responsive {
    padding-left: calc(20px + 38*(100vw - 992px)/448);
    padding-right: calc(20px + 38*(100vw - 992px)/448)
  }
}

@media(min-width: 1440px) {

  .table-wrapper:has(.table-prices) .table-responsive,
  .table-wrapper:has(.table-editor) .table-responsive {
    padding-bottom: 16px;
    padding-left: 58px;
    padding-right: 58px
  }
}

.access-legend {
  display: flex
}

@media(min-width: 768px) {
  .access-legend {
    justify-content: flex-end
  }
}

.access-legend li {
  position: relative;
  width: auto;
  padding: 8px 0 8px 37px;
  margin-top: 10px;
  margin-left: 28px;
  font-size: 12px;
  line-height: 14px;
  color: #00182f;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .02rem
}

@media(min-width: 375px) {
  .access-legend li {
    padding: 8px 0 8px calc(37px + 8*(100vw - 375px)/1065);
    margin-left: calc(28px + 60*(100vw - 375px)/1065);
    font-size: calc(12px + 2*(100vw - 375px)/1065);
    line-height: calc(14px + 8*(100vw - 375px)/1065)
  }
}

@media(min-width: 1440px) {
  .access-legend li {
    padding: 8px 0 8px 45px;
    margin-left: 88px;
    font-size: 14px;
    line-height: 22px
  }
}

.access-legend li img {
  position: absolute;
  left: 0;
  top: 0;
  width: 30px;
  height: 30px
}

@media(min-width: 375px) {
  .access-legend li img {
    width: calc(30px + 8*(100vw - 375px)/1065);
    height: calc(30px + 8*(100vw - 375px)/1065)
  }
}

@media(min-width: 1440px) {
  .access-legend li img {
    width: 38px;
    height: 38px
  }
}

.access-legend li:first-child {
  margin-left: 0
}

.winter-section .table-wrapper .table-responsive table tbody tr .location {
  color: #005eb8
}

.winter-section .table-wrapper .table-responsive table tbody tr .location::before {
  background-color: #005eb8
}

@media(min-width: 992px) {
  .winter-section .table-wrapper .table-responsive table tbody tr .location:hover {
    color: #00182f
  }
}

.winter-section .table-wrapper .table-responsive table tbody tr .btn-link.webcam::before,
.winter-section .table-wrapper .table-responsive table tbody tr .btn-link.map::before {
  color: #005eb8
}

.winter-section .table-wrapper .table-responsive table tbody tr.highlight p {
  color: #005eb8 !important
}

.winter-section .table-wrapper .table-responsive table tbody tr.highlight .unit-points li {
  color: #005eb8 !important
}

.winter-section .table-wrapper .table-responsive table tbody tr.highlight .unit-points li i {
  color: #005eb8 !important
}

.summer-section .table-wrapper .table-responsive table tbody tr .location {
  color: #359846
}

.summer-section .table-wrapper .table-responsive table tbody tr .location::before {
  background-color: #359846
}

@media(min-width: 992px) {
  .summer-section .table-wrapper .table-responsive table tbody tr .location:hover {
    color: #00182f
  }
}

.summer-section .table-wrapper .table-responsive table tbody tr .btn-link.webcam::before,
.summer-section .table-wrapper .table-responsive table tbody tr .btn-link.map::before {
  color: #359846
}

.summer-section .table-wrapper .table-responsive table tbody tr.highlight p {
  color: #359846 !important
}

.summer-section .table-wrapper .table-responsive table tbody tr.highlight .unit-points li {
  color: #359846 !important
}

.summer-section .table-wrapper .table-responsive table tbody tr.highlight .unit-points li i {
  color: #359846 !important
}

.highlight-box-wrapper {
  float: left;
  width: 100%;
  margin-top: 30px
}

@media(min-width: 768px) {
  .highlight-box-wrapper {
    margin-top: 0
  }
}

@media(min-width: 992px) {
  .highlight-box-wrapper {
    width: calc(100% + 46px);
    margin-left: -46px
  }
}

.highlight-box-wrapper>h4,
.highlight-box-wrapper>.h4 {
  padding-left: 20px;
  padding-right: 20px;
  letter-spacing: .03rem;
  text-align: center
}

@media(min-width: 375px) {

  .highlight-box-wrapper>h4,
  .highlight-box-wrapper>.h4 {
    padding-left: calc(20px + 10*(100vw - 375px)/1065);
    padding-right: calc(20px + 10*(100vw - 375px)/1065)
  }
}

@media(min-width: 768px) {

  .highlight-box-wrapper>h4,
  .highlight-box-wrapper>.h4 {
    padding-right: 0 !important;
    text-align: left
  }
}

@media(min-width: 1440px) {

  .highlight-box-wrapper>h4,
  .highlight-box-wrapper>.h4 {
    padding-left: 30px
  }
}

.highlight-box-wrapper .highlight-box {
  position: relative;
  float: left;
  width: 100%;
  margin: 6px 0 8px 0
}

.highlight-box-wrapper .highlight-box::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 4px;
  border: 1px solid #edf1f3;
  z-index: 1
}

.highlight-box-wrapper .highlight-box>div,
.highlight-box-wrapper .highlight-box>a,
.highlight-box-wrapper .highlight-box>button {
  position: relative;
  display: block;
  float: left;
  width: 100%;
  padding: 20px 20px 24px 20px;
  margin: 0;
  border: 0 none;
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0);
  z-index: 2
}

@media(min-width: 375px) {

  .highlight-box-wrapper .highlight-box>div,
  .highlight-box-wrapper .highlight-box>a,
  .highlight-box-wrapper .highlight-box>button {
    padding: calc(20px + 2*(100vw - 375px)/1065) 20px calc(24px + 4*(100vw - 375px)/1065) calc(20px + 10*(100vw - 375px)/1065)
  }
}

@media(min-width: 1440px) {

  .highlight-box-wrapper .highlight-box>div,
  .highlight-box-wrapper .highlight-box>a,
  .highlight-box-wrapper .highlight-box>button {
    padding: 22px 20px 28px 30px
  }
}

.highlight-box-wrapper .highlight-box>div h4,
.highlight-box-wrapper .highlight-box>div .h4,
.highlight-box-wrapper .highlight-box>a h4,
.highlight-box-wrapper .highlight-box>a .h4,
.highlight-box-wrapper .highlight-box>button h4,
.highlight-box-wrapper .highlight-box>button .h4 {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  padding-right: 34px;
  line-height: 24px;
  color: #fff;
  font-weight: 700;
  letter-spacing: .02rem
}

@media(min-width: 375px) {

  .highlight-box-wrapper .highlight-box>div h4,
  .highlight-box-wrapper .highlight-box>div .h4,
  .highlight-box-wrapper .highlight-box>a h4,
  .highlight-box-wrapper .highlight-box>a .h4,
  .highlight-box-wrapper .highlight-box>button h4,
  .highlight-box-wrapper .highlight-box>button .h4 {
    line-height: calc(24px + 8*(100vw - 375px)/1065)
  }
}

@media(min-width: 1440px) {

  .highlight-box-wrapper .highlight-box>div h4,
  .highlight-box-wrapper .highlight-box>div .h4,
  .highlight-box-wrapper .highlight-box>a h4,
  .highlight-box-wrapper .highlight-box>a .h4,
  .highlight-box-wrapper .highlight-box>button h4,
  .highlight-box-wrapper .highlight-box>button .h4 {
    line-height: 32px
  }
}

.highlight-box-wrapper .highlight-box>div h4 span,
.highlight-box-wrapper .highlight-box>div .h4 span,
.highlight-box-wrapper .highlight-box>a h4 span,
.highlight-box-wrapper .highlight-box>a .h4 span,
.highlight-box-wrapper .highlight-box>button h4 span,
.highlight-box-wrapper .highlight-box>button .h4 span {
  padding: 0 9px;
  background-color: #d64400;
  transition: all .3s ease-out
}

.highlight-box-wrapper .highlight-box>div h4.dark span,
.highlight-box-wrapper .highlight-box>div .h4.dark span,
.highlight-box-wrapper .highlight-box>a h4.dark span,
.highlight-box-wrapper .highlight-box>a .h4.dark span,
.highlight-box-wrapper .highlight-box>button h4.dark span,
.highlight-box-wrapper .highlight-box>button .h4.dark span {
  background-color: #00182f
}

.highlight-box-wrapper .highlight-box>div p,
.highlight-box-wrapper .highlight-box>a p,
.highlight-box-wrapper .highlight-box>button p {
  margin-top: 10px;
  font-size: 13px;
  line-height: 22px;
  color: rgba(0, 0, 0, .6);
  font-weight: 500
}

@media(min-width: 375px) {

  .highlight-box-wrapper .highlight-box>div p,
  .highlight-box-wrapper .highlight-box>a p,
  .highlight-box-wrapper .highlight-box>button p {
    margin-top: calc(10px + 2*(100vw - 375px)/1065);
    font-size: calc(13px + 2*(100vw - 375px)/1065);
    line-height: calc(22px + 1*(100vw - 375px)/1065)
  }
}

@media(min-width: 1440px) {

  .highlight-box-wrapper .highlight-box>div p,
  .highlight-box-wrapper .highlight-box>a p,
  .highlight-box-wrapper .highlight-box>button p {
    margin-top: 12px;
    font-size: 15px;
    line-height: 23px
  }
}

.highlight-box-wrapper .highlight-box>a h4::after,
.highlight-box-wrapper .highlight-box>a .h4::after,
.highlight-box-wrapper .highlight-box>button h4::after,
.highlight-box-wrapper .highlight-box>button .h4::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 14px;
  height: 14px;
  font-size: 14px;
  line-height: 14px;
  color: #00182f;
  font-family: "icomoon" !important;
  font-weight: normal;
  font-style: normal;
  transition: all .3s ease-out;
  transform: translateY(-50%)
}

@media(min-width: 992px) {

  .highlight-box-wrapper .highlight-box>a:hover h4 span,
  .highlight-box-wrapper .highlight-box>a:hover .h4 span,
  .highlight-box-wrapper .highlight-box>button:hover h4 span,
  .highlight-box-wrapper .highlight-box>button:hover .h4 span {
    background-color: #c14005 !important
  }

  .highlight-box-wrapper .highlight-box>a:hover h4::after,
  .highlight-box-wrapper .highlight-box>a:hover .h4::after,
  .highlight-box-wrapper .highlight-box>button:hover h4::after,
  .highlight-box-wrapper .highlight-box>button:hover .h4::after {
    color: #c14005 !important
  }

  .highlight-box-wrapper .highlight-box>a:hover h4.dark span,
  .highlight-box-wrapper .highlight-box>a:hover .h4.dark span,
  .highlight-box-wrapper .highlight-box>button:hover h4.dark span,
  .highlight-box-wrapper .highlight-box>button:hover .h4.dark span {
    background-color: var(--main) !important
  }

  .highlight-box-wrapper .highlight-box>a:hover h4.dark::after,
  .highlight-box-wrapper .highlight-box>a:hover .h4.dark::after,
  .highlight-box-wrapper .highlight-box>button:hover h4.dark::after,
  .highlight-box-wrapper .highlight-box>button:hover .h4.dark::after {
    color: var(--main) !important
  }
}

.calculator-wrapper {
  float: left;
  width: 100%;
  padding: 14px 20px 26px 20px;
  margin-top: 24px;
  margin-bottom: 15px;
  background-color: #fff;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, .08);
  overflow: hidden
}

@media(min-width: 375px) {
  .calculator-wrapper {
    padding: 14px calc(20px + 40*(100vw - 375px)/1065) calc(26px + 4*(100vw - 375px)/1065) calc(20px + 40*(100vw - 375px)/1065);
    margin-top: calc(24px + 6*(100vw - 375px)/1065)
  }
}

@media(min-width: 1440px) {
  .calculator-wrapper {
    padding: 14px 60px 30px 60px;
    margin-top: 30px
  }
}

.calculator-wrapper>.label {
  display: block;
  float: left;
  width: auto;
  padding: 2px 12px;
  margin-left: -20px;
  margin-bottom: -12px;
  font-size: 18px;
  line-height: 22px;
  color: #fff;
  font-weight: 700;
  letter-spacing: .02rem;
  background-color: #d64400
}

@media(min-width: 375px) {
  .calculator-wrapper>.label {
    padding: 2px calc(12px + 10*(100vw - 375px)/1065);
    margin-left: calc(-20px - 40*(100vw - 375px)/1065);
    margin-bottom: calc(-12px - 14*(100vw - 375px)/1065);
    font-size: calc(18px + 4*(100vw - 375px)/1065);
    line-height: calc(22px + 4*(100vw - 375px)/1065)
  }
}

@media(min-width: 1440px) {
  .calculator-wrapper>.label {
    padding: 2px 22px;
    margin-left: -60px;
    margin-bottom: -26px;
    font-size: 22px;
    line-height: 26px
  }
}

.calculator-wrapper>h3,
.calculator-wrapper>.h3 {
  margin-top: 26px;
  font-weight: 700;
  text-align: center
}

@media(min-width: 375px) {

  .calculator-wrapper>h3,
  .calculator-wrapper>.h3 {
    margin-top: calc(26px + 6*(100vw - 375px)/1065)
  }
}

@media(min-width: 1440px) {

  .calculator-wrapper>h3,
  .calculator-wrapper>.h3 {
    margin-top: 32px
  }
}

.calculator-wrapper .calculator-form .row {
  margin-top: 25px
}

@media(min-width: 992px) {
  .calculator-wrapper .calculator-form .row {
    margin-top: calc(25px + 10*(100vw - 992px)/448)
  }
}

@media(min-width: 1440px) {
  .calculator-wrapper .calculator-form .row {
    margin-top: 35px
  }
}

.calculator-wrapper .calculator-form .row label {
  display: flex;
  margin-bottom: 12px;
  font-size: 12px;
  line-height: 16px;
  color: #5f6061;
  font-weight: 400;
  letter-spacing: .02rem
}

@media(min-width: 375px) {
  .calculator-wrapper .calculator-form .row label {
    font-size: calc(12px + 2*(100vw - 375px)/1065);
    line-height: calc(16px + 2*(100vw - 375px)/1065)
  }
}

@media(min-width: 1440px) {
  .calculator-wrapper .calculator-form .row label {
    font-size: 14px;
    line-height: 18px
  }
}

.calculator-wrapper .calculator-form .row label strong {
  margin-right: 12px;
  font-size: 16px;
  line-height: 16px;
  color: #00182f;
  font-weight: 700;
  text-transform: uppercase
}

@media(min-width: 375px) {
  .calculator-wrapper .calculator-form .row label strong {
    margin-right: calc(12px + 10*(100vw - 375px)/1065);
    font-size: calc(16px + 3*(100vw - 375px)/1065);
    line-height: calc(16px + 2*(100vw - 375px)/1065)
  }
}

@media(min-width: 1440px) {
  .calculator-wrapper .calculator-form .row label strong {
    margin-right: 22px;
    font-size: 19px;
    line-height: 18px
  }
}

.calculator-wrapper .calculator-form .row .legend-wrapper {
  display: flex;
  justify-content: flex-end;
  float: left;
  width: 100%;
  margin-top: 20px
}

@media(min-width: 992px) {
  .calculator-wrapper .calculator-form .row .legend-wrapper {
    margin-top: 0
  }
}

.calculator-wrapper .calculator-form .row .legend-wrapper ul {
  width: auto
}

@media(min-width: 576px) {
  .calculator-wrapper .calculator-form .row .legend-wrapper ul {
    display: flex
  }
}

.calculator-wrapper .calculator-form .row .legend-wrapper ul li {
  position: relative;
  width: 100%;
  padding-left: 26px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 16px;
  color: #00182f;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: .05rem
}

@media(min-width: 576px) {
  .calculator-wrapper .calculator-form .row .legend-wrapper ul li {
    width: auto;
    margin-left: calc(20px + 20*(100vw - 576px)/864);
    margin-bottom: 0
  }
}

@media(min-width: 1440px) {
  .calculator-wrapper .calculator-form .row .legend-wrapper ul li {
    margin-left: 40px
  }
}

.calculator-wrapper .calculator-form .row .legend-wrapper ul li:first-child {
  margin-left: 0
}

.calculator-wrapper .calculator-form .row .legend-wrapper ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 16px;
  height: 16px;
  border-radius: 4px
}

.calculator-wrapper .calculator-form .row .legend-wrapper ul li.season-promo {
  padding-left: 18px
}

.calculator-wrapper .calculator-form .row .legend-wrapper ul li.season-promo::before {
  display: none;
  background-color: #fcecc2
}

.calculator-wrapper .calculator-form .row .legend-wrapper ul li.season-promo::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #d64400;
  transform: translateY(-50%)
}

.calculator-wrapper .calculator-form .row .legend-wrapper ul li.season-low::before {
  background-color: #fcecc2
}

.calculator-wrapper .calculator-form .row .legend-wrapper ul li.season-high::before {
  background-color: #f4c135
}

.calculator-wrapper .calculator-form .row .calculator-form-message {
  margin-top: -20px;
  margin-bottom: 25px;
  font-size: 13px;
  line-height: 18px;
  color: #5f6061;
  font-weight: 400;
  letter-spacing: .01rem
}

.calculator-wrapper .calculator-form .row .calculator-form-message strong {
  color: #00182f;
  font-weight: 700
}

@media(min-width: 992px) {
  .calculator-wrapper .calculator-form .row .calculator-form-message {
    margin-top: 6px;
    margin-bottom: 0
  }
}

.info-box-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  float: left;
  width: calc(100% + 20px);
  margin-left: -10px;
  margin-right: -10px;
  padding-top: 0
}

@media(min-width: 768px) {
  .info-box-wrapper {
    width: 100%;
    margin-left: 0;
    margin-right: 0
  }
}

.info-box-wrapper::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 1px;
  border-radius: 2px;
  background-color: #edf1f3;
  z-index: 1
}

.info-box-wrapper .info-box {
  position: relative;
  width: 100%;
  padding-left: 29px;
  margin: 17px 20px 0 20px;
  z-index: 3
}

@media(min-width: 375px) {
  .info-box-wrapper .info-box {
    margin: 17px calc(20px + 7*(100vw - 375px)/1065) 0 calc(20px + 7*(100vw - 375px)/1065)
  }
}

@media(min-width: 576px) {
  .info-box-wrapper .info-box {
    width: 23.8%
  }
}

@media(min-width: 1440px) {
  .info-box-wrapper .info-box {
    margin: 17px 27px 0 27px
  }
}

.info-box-wrapper .info-box::after {
  content: "";
  position: absolute;
  left: 0;
  top: 1px;
  width: 18px;
  height: 18px;
  font-size: 18px;
  line-height: 18px;
  color: rgba(0, 24, 47, .4);
  font-family: "icomoon" !important;
  font-weight: normal;
  font-style: normal
}

.info-box-wrapper .info-box h5,
.info-box-wrapper .info-box .h5 {
  font-weight: 600;
  letter-spacing: .03rem
}

.info-box-wrapper .info-box p {
  margin-top: 4px;
  font-size: 13px;
  line-height: 18px;
  color: #5f6061;
  font-weight: 400;
  letter-spacing: .01rem
}

.info-box-wrapper .info-box p strong {
  color: #00182f;
  font-weight: 700
}

.info-box-wrapper.boxed {
  margin-top: 26px;
  padding-bottom: 30px
}

@media(min-width: 375px) {
  .info-box-wrapper.boxed {
    margin-top: calc(26px + 4*(100vw - 375px)/1065);
    padding-bottom: calc(30px + 4*(100vw - 375px)/1065)
  }
}

@media(min-width: 1440px) {
  .info-box-wrapper.boxed {
    margin-top: 30px;
    padding-bottom: 34px
  }
}

.info-box-wrapper.boxed::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 0 0 4px 4px;
  border: 1px solid #edf1f3;
  z-index: 2
}

.info-box-wrapper.wide {
  margin-top: 36px
}

@media(min-width: 375px) {
  .info-box-wrapper.wide {
    margin-top: calc(36px + 4*(100vw - 375px)/1065)
  }
}

@media(min-width: 1440px) {
  .info-box-wrapper.wide {
    margin-top: 40px
  }
}

.info-box-wrapper.wide .info-box {
  width: 100%;
  margin: 17px 0 0 0
}

.info-box-wrapper.wide .info-box::after {
  top: 4px
}

.info-box-wrapper.wide .info-box h5,
.info-box-wrapper.wide .info-box .h5 {
  font-size: 18px;
  line-height: 26px
}

.info-box-wrapper.wide .info-box p {
  font-size: 14px;
  line-height: 20px
}

.price-box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  float: left;
  width: calc(100% + 20px);
  margin-left: -10px;
  margin-right: -10px;
  margin-top: -1px;
  padding: 36px 20px 28px 20px
}

@media(min-width: 375px) {
  .price-box {
    padding: 36px calc(20px + 38*(100vw - 375px)/1065) calc(28px + 8*(100vw - 375px)/1065) calc(20px + 66*(100vw - 375px)/1065)
  }
}

@media(min-width: 768px) {
  .price-box {
    width: 100%;
    margin-left: 0;
    margin-right: 0
  }
}

@media(min-width: 992px) {
  .price-box {
    flex-wrap: nowrap
  }
}

@media(min-width: 1440px) {
  .price-box {
    padding: 36px 58px 36px 86px
  }
}

.price-box::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 3px solid var(--main-light);
  border-radius: 4px
}

.price-box .label {
  position: absolute;
  left: 15px;
  top: 13px;
  width: auto;
  padding: 2px 8px;
  border-radius: 4px;
  font-size: 13px;
  line-height: 15px;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .05rem;
  background-color: #d64400;
  z-index: 2
}

.price-box>div {
  position: relative;
  z-index: 2
}

.price-box>div.price {
  display: flex;
  align-items: flex-end;
  width: 100%;
  margin-bottom: 20px
}

@media(min-width: 576px) {
  .price-box>div.price {
    flex-direction: column;
    width: auto;
    margin-bottom: 0;
    margin-right: 20px
  }
}

.price-box>div.price .value {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  float: left;
  width: 100%
}

.price-box>div.price .value span {
  position: relative;
  display: block;
  float: left;
  width: auto;
  padding-right: 23px;
  font-size: 38px;
  line-height: 38px;
  color: #00182f;
  font-weight: 700;
  letter-spacing: .01rem
}

.price-box>div.price .value span::after {
  content: "€";
  position: absolute;
  right: 0;
  top: 0;
  font-size: 18px;
  line-height: 38px;
  color: #00182f;
  font-weight: 500
}

.price-box>div.price .value span.discount {
  position: relative;
  font-size: 18px;
  line-height: 26px;
  font-weight: 500
}

.price-box>div.price .value span.discount::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: calc(100% - 23px);
  height: 2px;
  background-color: rgba(106, 106, 106, .5);
  transform: translateY(-50%)
}

.price-box>div.price .value span.discount::after {
  content: none
}

.price-box>div.price .promo {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin-bottom: 6px;
  padding-left: 23px;
  font-size: 15px;
  line-height: 18px;
  color: #d64400;
  font-weight: 700;
  letter-spacing: 0;
  text-align: right
}

@media(min-width: 576px) {
  .price-box>div.price .promo {
    padding-right: 23px;
    padding-left: 0;
    margin-top: 6px;
    margin-bottom: 0
  }
}

.price-box>div.data {
  display: flex;
  flex-direction: column
}

.price-box>div.data h5,
.price-box>div.data .h5 {
  font-weight: 700
}

.price-box>div.data p,
.price-box>div.data time {
  margin-top: 8px;
  font-size: 15px;
  line-height: 18px;
  color: #00182f;
  font-weight: 500;
  letter-spacing: .01rem
}

.price-box>div.data p {
  margin-bottom: 2px
}

.price-box>div.data p:has(i) {
  position: relative;
  padding-left: 30px
}

.price-box>div.data p:has(i) i {
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  font-size: 18px;
  line-height: 18px;
  color: #00182f;
  font-family: "icomoon" !important;
  font-weight: normal;
  font-style: normal
}

.price-box>div.data>time {
  position: relative;
  display: block;
  float: left;
  width: auto;
  padding-left: 30px
}

.price-box>div.data>time::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 18px;
  height: 18px;
  font-size: 18px;
  line-height: 18px;
  color: #00182f;
  font-family: "icomoon" !important;
  font-weight: normal;
  font-style: normal
}

.price-box>div.buttons {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-top: 12px
}

@media(min-width: 576px) {
  .price-box>div.buttons {
    flex-direction: row
  }
}

@media(min-width: 992px) {
  .price-box>div.buttons {
    width: auto;
    margin-top: 0
  }
}

.price-box>div.buttons .btn {
  margin-top: 12px
}

@media(min-width: 576px) {
  .price-box>div.buttons .btn {
    margin-left: 12px
  }
}

@media(min-width: 992px) {
  .price-box>div.buttons .btn {
    margin-top: 0
  }
}

.price-box>div.buttons .btn:first-child {
  margin-left: 0
}

.calendar-wrapper {
  margin-top: -4px
}

@media(min-width: 992px) {
  .calendar-wrapper {
    margin-top: calc(-4px - 20*(100vw - 992px)/448)
  }
}

@media(min-width: 1440px) {
  .calendar-wrapper {
    margin-top: -24px
  }
}

.mbsc-datepicker {
  width: calc(100% + 20px);
  margin-left: -10px;
  margin-right: -10px;
  padding: 24px 2px;
  border: 1px solid #edf1f3 !important;
  border-bottom: 0 none !important;
  border-radius: 4px 4px 0 0;
  color: #00182f !important
}

@media(min-width: 375px) {
  .mbsc-datepicker {
    padding: calc(24px + 4*(100vw - 375px)/1065) calc(2px + 40*(100vw - 375px)/1065)
  }
}

@media(min-width: 768px) {
  .mbsc-datepicker {
    width: 100%;
    margin-left: 0;
    margin-right: 0
  }
}

@media(min-width: 1440px) {
  .mbsc-datepicker {
    padding: 28px 42px
  }
}

.mbsc-datepicker .mbsc-calendar {
  padding: 0
}

.mbsc-datepicker .mbsc-ios.mbsc-selected .mbsc-calendar-cell-text {
  background-color: var(--main)
}

.mbsc-datepicker .mbsc-ios.mbsc-hover .mbsc-calendar-cell-text {
  color: #fff;
  background-color: var(--main-light)
}

.mbsc-datepicker .mbsc-ios.mbsc-selected .mbsc-calendar-cell-text,
.mbsc-datepicker .mbsc-windows.mbsc-selected .mbsc-calendar-cell-text {
  background-color: var(--main)
}

.mbsc-datepicker .mbsc-ios.mbsc-range-day.mbsc-range-day-end:not(.mbsc-range-day-start) .mbsc-calendar-labels .mbsc-calendar-label-text,
.mbsc-datepicker .mbsc-windows.mbsc-range-day.mbsc-range-day-end:not(.mbsc-range-day-start) .mbsc-calendar-labels .mbsc-calendar-label-text {
  display: none
}

.mbsc-datepicker .mbsc-ios.mbsc-range-day.mbsc-range-day-end:not(.mbsc-range-day-start) .mbsc-calendar-labels .mbsc-calendar-label-text.grand-total,
.mbsc-datepicker .mbsc-windows.mbsc-range-day.mbsc-range-day-end:not(.mbsc-range-day-start) .mbsc-calendar-labels .mbsc-calendar-label-text.grand-total {
  display: block !important
}

.mbsc-datepicker .mbsc-ios.mbsc-range-day:not(.mbsc-range-day-start):not(.mbsc-range-day-start) .mbsc-calendar-labels .mbsc-calendar-label-text,
.mbsc-datepicker .mbsc-windows.mbsc-range-day:not(.mbsc-range-day-start):not(.mbsc-range-day-start) .mbsc-calendar-labels .mbsc-calendar-label-text {
  display: none
}

.mbsc-datepicker .mbsc-ios.mbsc-range-day.mbsc-range-day-start:not(.mbsc-range-day-end) .mbsc-calendar-labels .mbsc-calendar-label-text:not(.grand-total),
.mbsc-datepicker .mbsc-windows.mbsc-range-day.mbsc-range-day-start:not(.mbsc-range-day-end) .mbsc-calendar-labels .mbsc-calendar-label-text:not(.grand-total) {
  display: none
}

.mbsc-datepicker .mbsc-ios.mbsc-range-day.mbsc-range-day-start.mbsc-range-day-end .mbsc-calendar-labels .mbsc-calendar-label-text,
.mbsc-datepicker .mbsc-windows.mbsc-range-day.mbsc-range-day-start.mbsc-range-day-end .mbsc-calendar-labels .mbsc-calendar-label-text {
  display: block
}

.mbsc-datepicker .mbsc-ios.mbsc-range-day.mbsc-range-day-start.mbsc-range-day-end:has(.grand-total) .mbsc-calendar-labels .mbsc-calendar-label-text:not(.grand-total),
.mbsc-datepicker .mbsc-windows.mbsc-range-day.mbsc-range-day-start.mbsc-range-day-end:has(.grand-total) .mbsc-calendar-labels .mbsc-calendar-label-text:not(.grand-total) {
  display: none
}

.mbsc-datepicker .mbsc-calendar-controls {
  margin-bottom: 12px
}

@media(min-width: 375px) {
  .mbsc-datepicker .mbsc-calendar-controls {
    margin-bottom: calc(12px + 4*(100vw - 375px)/1065)
  }
}

@media(min-width: 1440px) {
  .mbsc-datepicker .mbsc-calendar-controls {
    margin-bottom: 16px
  }
}

.mbsc-datepicker .mbsc-calendar-controls .mbsc-calendar-title-wrapper .mbsc-calendar-button {
  font-size: 17px;
  line-height: 24px;
  font-weight: 700;
  letter-spacing: .02rem;
  text-transform: uppercase;
  color: #00182f;
  font-family: "Gantari", sans-serif !important;
  transition: all .3s ease-out
}

@media(min-width: 992px) {
  .mbsc-datepicker .mbsc-calendar-controls .mbsc-calendar-title-wrapper .mbsc-calendar-button:hover {
    opacity: 1;
    color: var(--main) !important
  }
}

.mbsc-datepicker .mbsc-calendar-controls>.mbsc-calendar-button {
  width: 38px;
  height: 24px;
  z-index: 2
}

@media(min-width: 992px) {
  .mbsc-datepicker .mbsc-calendar-controls>.mbsc-calendar-button {
    position: absolute
  }
}

.mbsc-datepicker .mbsc-calendar-controls>.mbsc-calendar-button::before {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 16px;
  height: 16px;
  font-size: 16px;
  line-height: 16px;
  color: #00182f;
  font-family: "icomoon" !important;
  font-weight: normal;
  font-style: normal;
  transition: all .3s ease-out;
  transform: translate(-50%, -50%)
}

.mbsc-datepicker .mbsc-calendar-controls>.mbsc-calendar-button.mbsc-calendar-button-prev::before {
  content: ""
}

@media(min-width: 992px) {
  .mbsc-datepicker .mbsc-calendar-controls>.mbsc-calendar-button.mbsc-calendar-button-prev {
    left: 0
  }
}

.mbsc-datepicker .mbsc-calendar-controls>.mbsc-calendar-button.mbsc-calendar-button-next::before {
  content: ""
}

@media(min-width: 992px) {
  .mbsc-datepicker .mbsc-calendar-controls>.mbsc-calendar-button.mbsc-calendar-button-next {
    right: 0
  }
}

@media(min-width: 992px) {
  .mbsc-datepicker .mbsc-calendar-controls>.mbsc-calendar-button:hover {
    opacity: 1
  }

  .mbsc-datepicker .mbsc-calendar-controls>.mbsc-calendar-button:hover::before {
    color: var(--main) !important
  }
}

.mbsc-datepicker .mbsc-scrollview-scroll .mbsc-calendar-slide {
  padding-left: 6px;
  padding-right: 6px
}

@media(min-width: 375px) {
  .mbsc-datepicker .mbsc-scrollview-scroll .mbsc-calendar-slide {
    padding-left: calc(6px + 40*(100vw - 375px)/1065);
    padding-right: calc(6px + 40*(100vw - 375px)/1065)
  }
}

@media(min-width: 1440px) {
  .mbsc-datepicker .mbsc-scrollview-scroll .mbsc-calendar-slide {
    padding-left: 46px;
    padding-right: 46px
  }
}

.mbsc-datepicker .mbsc-scrollview-scroll .mbsc-calendar-slide .mbsc-calendar-table .mbsc-calendar-week-days {
  margin-bottom: 10px
}

@media(min-width: 375px) {
  .mbsc-datepicker .mbsc-scrollview-scroll .mbsc-calendar-slide .mbsc-calendar-table .mbsc-calendar-week-days {
    margin-bottom: calc(10px + 6*(100vw - 375px)/1065)
  }
}

@media(min-width: 1440px) {
  .mbsc-datepicker .mbsc-scrollview-scroll .mbsc-calendar-slide .mbsc-calendar-table .mbsc-calendar-week-days {
    margin-bottom: 16px
  }
}

.mbsc-datepicker .mbsc-scrollview-scroll .mbsc-calendar-slide .mbsc-calendar-table .mbsc-calendar-week-days .mbsc-calendar-week-day {
  font-size: 13px;
  line-height: 20px;
  font-weight: 400;
  letter-spacing: .02rem;
  text-transform: uppercase;
  color: #00182f;
  font-family: "Gantari", sans-serif !important
}

.mbsc-datepicker .mbsc-scrollview-scroll .mbsc-calendar-slide .mbsc-calendar-table .mbsc-calendar-row {
  height: 60px
}

.mbsc-datepicker .mbsc-scrollview-scroll .mbsc-calendar-slide .mbsc-calendar-table .mbsc-calendar-row .mbsc-calendar-cell {
  height: 60px;
  padding-top: 2px;
  border: 1px solid #fff;
  background-color: rgba(0, 0, 0, 0)
}

@media(min-width: 375px) {
  .mbsc-datepicker .mbsc-scrollview-scroll .mbsc-calendar-slide .mbsc-calendar-table .mbsc-calendar-row .mbsc-calendar-cell {
    border: calc(1px + 2*(100vw - 375px)/1065) solid #fff
  }
}

@media(min-width: 1440px) {
  .mbsc-datepicker .mbsc-scrollview-scroll .mbsc-calendar-slide .mbsc-calendar-table .mbsc-calendar-row .mbsc-calendar-cell {
    border: 3px solid #fff
  }
}

.mbsc-datepicker .mbsc-scrollview-scroll .mbsc-calendar-slide .mbsc-calendar-table .mbsc-calendar-row .mbsc-calendar-cell.mbsc-calendar-day::after {
  content: none
}

.mbsc-datepicker .mbsc-scrollview-scroll .mbsc-calendar-slide .mbsc-calendar-table .mbsc-calendar-row .mbsc-calendar-cell.mbsc-calendar-day .mbsc-calendar-cell-inner {
  border-radius: 4px;
  transition: all .3s ease-out
}

.mbsc-datepicker .mbsc-scrollview-scroll .mbsc-calendar-slide .mbsc-calendar-table .mbsc-calendar-row .mbsc-calendar-cell.mbsc-calendar-day .mbsc-calendar-cell-inner .mbsc-calendar-cell-text {
  margin: 0;
  border: 0 none;
  width: 22px;
  height: 22px;
  margin-bottom: -1px;
  font-size: 12px;
  line-height: 22px;
  font-weight: 700;
  letter-spacing: .02rem;
  color: #00182f;
  font-family: "Gantari", sans-serif !important;
  text-align: center
}

.mbsc-datepicker .mbsc-scrollview-scroll .mbsc-calendar-slide .mbsc-calendar-table .mbsc-calendar-row .mbsc-calendar-cell.mbsc-calendar-day .mbsc-calendar-cell-inner .mbsc-calendar-labels .mbsc-calendar-text {
  margin: 0;
  padding: 0
}

.mbsc-datepicker .mbsc-scrollview-scroll .mbsc-calendar-slide .mbsc-calendar-table .mbsc-calendar-row .mbsc-calendar-cell.mbsc-calendar-day .mbsc-calendar-cell-inner .mbsc-calendar-labels .mbsc-calendar-text .mbsc-calendar-label-background {
  display: none
}

.mbsc-datepicker .mbsc-scrollview-scroll .mbsc-calendar-slide .mbsc-calendar-table .mbsc-calendar-row .mbsc-calendar-cell.mbsc-calendar-day .mbsc-calendar-cell-inner .mbsc-calendar-labels .mbsc-calendar-text .mbsc-calendar-label-inner .mbsc-calendar-label-text {
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  letter-spacing: .02rem;
  color: #00182f;
  font-family: "Gantari", sans-serif !important;
  text-align: center
}

.mbsc-datepicker .mbsc-scrollview-scroll .mbsc-calendar-slide .mbsc-calendar-table .mbsc-calendar-row .mbsc-calendar-cell.mbsc-calendar-day .mbsc-calendar-cell-inner .mbsc-calendar-labels .mbsc-calendar-text .mbsc-calendar-label-inner .mbsc-calendar-label-text span.single-price {
  font-weight: 700
}

.mbsc-datepicker .mbsc-scrollview-scroll .mbsc-calendar-slide .mbsc-calendar-table .mbsc-calendar-row .mbsc-calendar-cell.mbsc-calendar-day .mbsc-calendar-cell-inner .mbsc-calendar-labels .mbsc-calendar-text .mbsc-calendar-label-inner .mbsc-calendar-label-text span.single-price.loading {
  color: rgba(0, 0, 0, 0)
}

.mbsc-datepicker .mbsc-scrollview-scroll .mbsc-calendar-slide .mbsc-calendar-table .mbsc-calendar-row .mbsc-calendar-cell.mbsc-calendar-day .mbsc-calendar-cell-inner .mbsc-calendar-labels .mbsc-calendar-text .mbsc-calendar-label-inner .mbsc-calendar-label-text span.single-price.loading+span {
  color: rgba(0, 0, 0, 0)
}

.mbsc-datepicker .mbsc-scrollview-scroll .mbsc-calendar-slide .mbsc-calendar-table .mbsc-calendar-row .mbsc-calendar-cell.mbsc-calendar-day.mbsc-disabled .mbsc-calendar-cell-inner .mbsc-calendar-labels .mbsc-calendar-text .mbsc-calendar-label-inner .mbsc-calendar-label-text {
  opacity: .2
}

.mbsc-datepicker .mbsc-scrollview-scroll .mbsc-calendar-slide .mbsc-calendar-table .mbsc-calendar-row .mbsc-calendar-cell.mbsc-calendar-day.mbsc-hover .mbsc-calendar-cell-inner {
  background-color: #edf1f3 !important
}

.mbsc-datepicker .mbsc-scrollview-scroll .mbsc-calendar-slide .mbsc-calendar-table .mbsc-calendar-row .mbsc-calendar-cell.mbsc-calendar-day.mbsc-hover .mbsc-calendar-cell-inner .mbsc-calendar-cell-text {
  background-color: rgba(0, 0, 0, 0) !important
}

.mbsc-datepicker .mbsc-scrollview-scroll .mbsc-calendar-slide .mbsc-calendar-table .mbsc-calendar-row .mbsc-calendar-cell.mbsc-calendar-day.mbsc-range-day::before {
  content: none
}

.mbsc-datepicker .mbsc-scrollview-scroll .mbsc-calendar-slide .mbsc-calendar-table .mbsc-calendar-row .mbsc-calendar-cell.mbsc-calendar-day.mbsc-range-day .mbsc-calendar-cell-inner {
  border-radius: 0;
  background-color: #edf1f3 !important
}

.mbsc-datepicker .mbsc-scrollview-scroll .mbsc-calendar-slide .mbsc-calendar-table .mbsc-calendar-row .mbsc-calendar-cell.mbsc-calendar-day.mbsc-range-day .mbsc-calendar-cell-inner::after,
.mbsc-datepicker .mbsc-scrollview-scroll .mbsc-calendar-slide .mbsc-calendar-table .mbsc-calendar-row .mbsc-calendar-cell.mbsc-calendar-day.mbsc-range-day .mbsc-calendar-cell-inner::before {
  content: "";
  position: absolute;
  top: 0;
  width: 2px;
  height: 100%;
  background-color: #edf1f3
}

@media(min-width: 375px) {

  .mbsc-datepicker .mbsc-scrollview-scroll .mbsc-calendar-slide .mbsc-calendar-table .mbsc-calendar-row .mbsc-calendar-cell.mbsc-calendar-day.mbsc-range-day .mbsc-calendar-cell-inner::after,
  .mbsc-datepicker .mbsc-scrollview-scroll .mbsc-calendar-slide .mbsc-calendar-table .mbsc-calendar-row .mbsc-calendar-cell.mbsc-calendar-day.mbsc-range-day .mbsc-calendar-cell-inner::before {
    width: calc(2px + 2*(100vw - 375px)/1065)
  }
}

@media(min-width: 1440px) {

  .mbsc-datepicker .mbsc-scrollview-scroll .mbsc-calendar-slide .mbsc-calendar-table .mbsc-calendar-row .mbsc-calendar-cell.mbsc-calendar-day.mbsc-range-day .mbsc-calendar-cell-inner::after,
  .mbsc-datepicker .mbsc-scrollview-scroll .mbsc-calendar-slide .mbsc-calendar-table .mbsc-calendar-row .mbsc-calendar-cell.mbsc-calendar-day.mbsc-range-day .mbsc-calendar-cell-inner::before {
    width: 2px
  }
}

.mbsc-datepicker .mbsc-scrollview-scroll .mbsc-calendar-slide .mbsc-calendar-table .mbsc-calendar-row .mbsc-calendar-cell.mbsc-calendar-day.mbsc-range-day .mbsc-calendar-cell-inner::before {
  right: 100%
}

.mbsc-datepicker .mbsc-scrollview-scroll .mbsc-calendar-slide .mbsc-calendar-table .mbsc-calendar-row .mbsc-calendar-cell.mbsc-calendar-day.mbsc-range-day .mbsc-calendar-cell-inner::after {
  left: 100%
}

.mbsc-datepicker .mbsc-scrollview-scroll .mbsc-calendar-slide .mbsc-calendar-table .mbsc-calendar-row .mbsc-calendar-cell.mbsc-calendar-day.mbsc-range-day .mbsc-calendar-cell-inner .mbsc-calendar-cell-text {
  color: var(--main);
  background-color: rgba(0, 0, 0, 0) !important
}

.mbsc-datepicker .mbsc-scrollview-scroll .mbsc-calendar-slide .mbsc-calendar-table .mbsc-calendar-row .mbsc-calendar-cell.mbsc-calendar-day.mbsc-range-day .mbsc-calendar-cell-inner .mbsc-calendar-labels .mbsc-calendar-text .mbsc-calendar-label-inner .mbsc-calendar-label-text {
  color: var(--main)
}

.mbsc-datepicker .mbsc-scrollview-scroll .mbsc-calendar-slide .mbsc-calendar-table .mbsc-calendar-row .mbsc-calendar-cell.mbsc-calendar-day.mbsc-range-day-start .mbsc-calendar-cell-inner::before {
  right: 0;
  width: 100%;
  border: 1px solid var(--main-light);
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0)
}

@media(min-width: 375px) {
  .mbsc-datepicker .mbsc-scrollview-scroll .mbsc-calendar-slide .mbsc-calendar-table .mbsc-calendar-row .mbsc-calendar-cell.mbsc-calendar-day.mbsc-range-day-start .mbsc-calendar-cell-inner::before {
    border: calc(1px + 2*(100vw - 375px)/1065) solid var(--main-light)
  }
}

@media(min-width: 1440px) {
  .mbsc-datepicker .mbsc-scrollview-scroll .mbsc-calendar-slide .mbsc-calendar-table .mbsc-calendar-row .mbsc-calendar-cell.mbsc-calendar-day.mbsc-range-day-start .mbsc-calendar-cell-inner::before {
    border: 3px solid var(--main-light)
  }
}

.mbsc-datepicker .mbsc-scrollview-scroll .mbsc-calendar-slide .mbsc-calendar-table .mbsc-calendar-row .mbsc-calendar-cell.mbsc-calendar-day.mbsc-range-day-end .mbsc-calendar-cell-inner::after {
  left: 0;
  width: 100%;
  border: 3px solid var(--main-light);
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0)
}

.mbsc-datepicker .mbsc-scrollview-scroll .mbsc-calendar-slide .mbsc-calendar-table .mbsc-calendar-row .mbsc-calendar-cell.mbsc-calendar-day.low-season .mbsc-calendar-cell-inner {
  background-color: #fcecc2
}

.mbsc-datepicker .mbsc-scrollview-scroll .mbsc-calendar-slide .mbsc-calendar-table .mbsc-calendar-row .mbsc-calendar-cell.mbsc-calendar-day.high-season .mbsc-calendar-cell-inner {
  background-color: #f4c135
}

.mbsc-datepicker .mbsc-scrollview-scroll .mbsc-calendar-slide .mbsc-calendar-table .mbsc-calendar-row .mbsc-calendar-cell.mbsc-calendar-day.promo-season .mbsc-calendar-cell-inner {
  background-color: #fcecc2
}

.mbsc-datepicker .mbsc-scrollview-scroll .mbsc-calendar-slide .mbsc-calendar-table .mbsc-calendar-row .mbsc-calendar-cell.mbsc-calendar-day.promo-season .mbsc-calendar-cell-inner .mbsc-calendar-cell-text {
  color: #fff;
  background-color: #d64400 !important
}

.mbsc-datepicker .mbsc-scrollview-scroll .mbsc-calendar-slide .mbsc-calendar-table .mbsc-calendar-row .mbsc-calendar-cell.mbsc-calendar-day.promo-high-season .mbsc-calendar-cell-inner {
  background-color: #f4c135
}

.mbsc-datepicker .mbsc-scrollview-scroll .mbsc-calendar-slide .mbsc-calendar-table .mbsc-calendar-row .mbsc-calendar-cell.mbsc-calendar-day.promo-high-season .mbsc-calendar-cell-inner .mbsc-calendar-cell-text {
  color: #fff;
  background-color: #d64400 !important
}

.dropdown-calendar {
  width: 100% !important
}

@media(min-width: 768px) {
  .dropdown-calendar {
    width: 300px !important
  }
}

@media(min-width: 992px) {
  .dropdown-calendar {
    width: 600px !important
  }
}

.dropdown-calendar .btn-reset-calendar {
  padding: 4px 0;
  margin: 0;
  border: 0 none;
  border-radius: 0;
  font-size: 13px;
  line-height: 18px;
  letter-spacing: .03rem;
  color: #5f6061;
  font-weight: 500;
  background-color: #fff;
  position: relative
}

.dropdown-calendar .btn-reset-calendar:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 2px;
  width: 100%;
  height: 2px;
  background-color: var(--main);
  transition: all .3s ease-out
}

.dropdown-calendar .nights,
.dropdown-calendar .days {
  font-size: 13px;
  color: #5f6061
}

.vc {
  padding: 0 10px !important
}

[data-vc-theme=light] .vc-arrow {
  zoom: .85
}

[data-vc=controls] {
  padding-top: 6px !important
}

button.vc-month {
  text-transform: uppercase !important
}

[data-vc-theme=light] .vc-date[data-vc-date-holiday] .vc-date__btn,
[data-vc-theme=light] .vc-date[data-vc-date-weekend] .vc-date__btn {
  color: #00182f !important
}

[data-vc-theme=light] .vc-date__btn {
  aspect-ratio: 1/1 !important;
  color: #00182f !important
}

[data-vc-theme=light] .vc-date[data-vc-date-selected] .vc-date__btn {
  opacity: 1 !important;
  background-color: #edf1f3 !important;
  border: 2px solid #77bcff !important;
  color: #005eb8 !important;
  border-radius: 4px !important;
  font-weight: 600 !important
}

[data-vc-theme=light] .vc-date[data-vc-date-selected=middle][data-vc-date-selected] .vc-date__btn {
  background-color: #edf1f3 !important;
  opacity: 1 !important;
  color: #005eb8 !important;
  border-radius: 0px !important;
  border: 2px solid rgba(0, 0, 0, 0) !important
}

[data-vc-theme=light] .vc-week__day {
  color: #00182f !important;
  font-weight: 400 !important;
  text-transform: uppercase !important
}

[data-vc-theme=light] .vc-date[data-vc-date-today] .vc-date__btn {
  background-color: #00182f !important;
  color: #fff !important;
  border-radius: 4px !important;
  font-weight: 600 !important
}

[data-vc-theme=light] .vc-date[data-vc-date-holiday] .vc-date__btn[aria-disabled=true],
[data-vc-theme=light] .vc-date[data-vc-date-weekend] .vc-date__btn[aria-disabled=true],
[data-vc-theme=light] .vc-date__btn[aria-disabled=true] {
  color: #cbd5e1 !important
}

.calendar-dropdown {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 40px;
  padding: 10px 20px 10px 20px;
  border-radius: 40px;
  font-size: 15px;
  line-height: 20px;
  font-weight: 500;
  color: #00182f;
  letter-spacing: .03rem;
  transition: all .3s ease-out;
  border: 1px solid rgba(0, 24, 47, .2);
  background-color: #fff
}

.calendar-dropdown:after {
  margin-left: 10px;
  border: 0;
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: ""
}

.tooltip-btn {
  position: relative;
  display: inline-block;
  float: none;
  width: 30px;
  height: 30px;
  padding: 0;
  border: 0 none;
  margin-left: 32px;
  background-color: rgba(0, 0, 0, 0)
}

.tooltip-btn i {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 18px;
  height: 18px;
  font-size: 18px;
  line-height: 18px;
  color: #00182f;
  opacity: .4;
  transform: translate(-50%, -50%);
  transition: all .3s ease-out
}

.tooltip-btn::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 100%;
  border: 1px solid #00182f;
  border-radius: 50%;
  opacity: 0;
  transform: translate(-50%, -50%);
  transition: all .3s ease-out
}

@media(min-width: 992px) {
  .tooltip-btn:hover i {
    opacity: 1
  }

  .tooltip-btn:hover::before {
    opacity: 1
  }
}

.custom-tooltip .tooltip-inner {
  max-width: 260px;
  padding: 20px 25px 17px 25px;
  border-radius: 8px;
  font-size: 13px;
  line-height: 18px;
  color: #5f6061;
  letter-spacing: .01rem;
  text-align: left;
  background-color: #edf1f3
}

@media(min-width: 375px) {
  .custom-tooltip .tooltip-inner {
    max-width: calc(260px + 80*(100vw - 375px)/1065)
  }
}

@media(min-width: 1440px) {
  .custom-tooltip .tooltip-inner {
    max-width: 340px
  }
}

.custom-tooltip .tooltip-inner h5,
.custom-tooltip .tooltip-inner .h5 {
  margin-bottom: 4px;
  font-weight: 600
}

.custom-tooltip .tooltip-arrow {
  display: none
}

.custom-tooltip.show {
  opacity: 1 !important
}

.search-result li {
  position: relative;
  padding: 20px 0
}

@media(min-width: 375px) {
  .search-result li {
    padding: calc(20px + 20*(100vw - 375px)/1065) calc(0px + 230*(100vw - 375px)/1065) calc(40px + 20*(100vw - 375px)/1065) 0
  }
}

@media(min-width: 1440px) {
  .search-result li {
    padding: 40px 230px 40px 0
  }
}

.search-result li::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #edf1f3
}

.search-result li a {
  display: block;
  float: left;
  width: 100%
}

.search-result li a h4,
.search-result li a .h4 {
  transition: all .3s ease-out
}

.search-result li a p {
  margin-top: 5px;
  font-size: 13px;
  line-height: 21px;
  transition: all .3s ease-out
}

@media(min-width: 375px) {
  .search-result li a p {
    margin-top: calc(5px + 2*(100vw - 375px)/1065);
    font-size: calc(13px + 4*(100vw - 375px)/1065);
    line-height: calc(21px + 7*(100vw - 375px)/1065)
  }
}

@media(min-width: 1440px) {
  .search-result li a p {
    margin-top: 7px;
    font-size: 17px;
    line-height: 28px
  }
}

.search-result li a p.url {
  padding: 2px 0;
  font-size: 12px;
  line-height: 20px;
  color: var(--main);
  word-break: break-word;
  text-decoration: underline;
  text-decoration-thickness: 1.5px;
  text-underline-offset: 5.5px;
  text-decoration-color: var(--main-alpha)
}

@media(min-width: 375px) {
  .search-result li a p.url {
    font-size: calc(12px + 1*(100vw - 375px)/1065);
    line-height: calc(20px + 2*(100vw - 375px)/1065)
  }
}

@media(min-width: 1440px) {
  .search-result li a p.url {
    font-size: 13px;
    line-height: 22px
  }
}

.search-result li a mark,
.search-result li a .mark {
  font-weight: 700;
  padding: 0;
  background-color: rgba(244, 193, 53, .3);
  transition: all .3s ease-out
}

@media(min-width: 1440px) {

  .search-result li a:hover h4,
  .search-result li a:hover .h4 {
    color: var(--main)
  }

  .search-result li a:hover h4 mark,
  .search-result li a:hover h4 .mark,
  .search-result li a:hover .h4 .mark,
  .search-result li a:hover .h4 mark {
    color: var(--main)
  }

  .search-result li a:hover p.url {
    color: #00182f;
    text-decoration-color: #00182f
  }
}

.hotel-list {
  --theme-color: #005eb8;
  --theme-color-05: rgba(0, 94, 184, .5);
  --light-grey: #b4b4b4;
  --grey: #6A6A6A;
  --text-color: #00182f;
  --white-2: #f8f8f8;
  --white-3: #D9D9D9;
  --error: #FE0000;
  --orange: #FF5200;
  --green: #1B9F22;
  --dark: #212121
}

.hotel-list .title-room {
  font-size: 18px;
  font-weight: 600;
  line-height: 30px;
  text-align: left;
  display: flex
}

.hotel-list .add-remove .people button {
  border: 1px solid #edf1f3;
  width: 32px;
  height: 32px;
  border-radius: 6px;
  background: rgba(0, 0, 0, 0);
  font-size: 9px;
  display: flex;
  align-items: center;
  justify-content: center
}

.hotel-list .add-remove .people button[disabled] {
  border-color: rgba(0, 0, 0, 0);
  color: #959697;
  cursor: not-allowed
}

.hotel-list .add-remove .people .number {
  font-size: 16px;
  font-weight: 700;
  color: var(--text-color);
  width: 34px;
  text-align: center
}

.hotel-list .children .info-box {
  font-size: 13px;
  font-weight: 450;
  line-height: 20px;
  text-align: center;
  background: var(--white-2);
  color: var(--grey);
  padding: 8px 0
}

.hotel-list .children label {
  font-size: 12px;
  font-weight: 400;
  line-height: 15px;
  text-align: left
}

.hotel-list .children select {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  text-align: left;
  border: none;
  border-bottom: 1px solid var(--white-3);
  padding-left: 0
}

@media only screen and (min-width: 768px) {
  .hotel-list .dropdown.people {
    position: static
  }

  .hotel-list .dropdown-people {
    width: 100% !important;
    margin-top: 100px !important
  }
}

@media only screen and (min-width: 768px) {
  .hotel-list.position-static .dropdown-people {
    margin-top: 0px !important
  }
}

@media only screen and (min-width: 992px) {
  .hotel-list .dropdown-people {
    margin-top: 0 !important
  }
}

.hotel-list .add-room {
  width: 100%;
  height: 50px;
  border: 2px solid var(--grey);
  font-size: 12px;
  line-height: 20px;
  text-align: left;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0);
  padding: 0;
  letter-spacing: 1.28px;
  font-weight: 700
}

.hotel-list .remove-room {
  width: 30px;
  height: 30px;
  position: absolute;
  right: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: none;
  border: none;
  font-size: 10px
}

.hotel-list .error {
  color: var(--error);
  font-size: 12px;
  font-weight: 400;
  line-height: 15px;
  text-align: left
}

@media only screen and (min-width: 768px) {
  .hotel-list .error {
    font-size: 14px
  }
}

@media only screen and (min-width: 992px) {
  .hotel-list .error {
    text-align: right
  }
}

.hotel-list .teaser-section.box.accomodation a.image *:before,
.hotel-list .teaser-section.box.accomodation .content *:before {
  content: "";
  position: absolute;
  z-index: 1;
  width: 0%;
  height: 100%;
  transition: all .5s ease-out
}

.hotel-list .teaser-section.box.accomodation a.image img {
  aspect-ratio: 4/3
}

.hotel-list .loading .teaser-section.box.accomodation .promo {
  display: none
}

.hotel-list .loading .teaser-section.box.accomodation span.label {
  display: none
}

.hotel-list .loading .teaser-section.box.accomodation a.image *,
.hotel-list .loading .teaser-section.box.accomodation .content * {
  position: relative
}

.hotel-list .loading .teaser-section.box.accomodation a.image *:before,
.hotel-list .loading .teaser-section.box.accomodation .content *:before {
  content: "";
  position: absolute;
  background: #c4c4c4;
  width: 100%;
  height: 100%;
  z-index: 1;
  transition: all .5s ease-out;
  animation: pulse 1s infinite;
  left: 0
}

.marker-cluster {
  background-color: #005eb8;
  text-align: center;
  font-size: 24px;
  border-radius: 50%;
  border: 2px solid #fff;
  color: #fff;
  width: 60px !important;
  height: 60px !important;
  line-height: 60px
}

.map-layer .leaflet-control-container {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 80px;
  width: 50px
}

.leaflet-popup .leaflet-popup-content-wrapper,
.leaflet-popup .leaflet-popup-tip {
  display: flex;
  border-radius: 0
}

.leaflet-popup .leaflet-popup-content-wrapper .leaflet-popup-content,
.leaflet-popup .leaflet-popup-tip .leaflet-popup-content {
  margin: 0 !important;
  min-width: 320px
}

.leaflet-container a.leaflet-popup-close-button {
  background-color: #fff !important
}

@media only screen and (min-width: 768px) {
  form.hotel-list .dropdown-people {
    margin-top: 0px !important
  }
}

.ratings-wrapper {
  float: left;
  width: 100%
}

.ratings-wrapper .row>div {
  margin-top: 16px
}

.ratings-wrapper .row>div .rating {
  float: left;
  width: 100%
}

.ratings-wrapper .row>div .rating h4,
.ratings-wrapper .row>div .rating .h4 {
  font-size: 15px;
  line-height: 21px;
  font-weight: 600;
  letter-spacing: .01rem
}

@media(min-width: 375px) {

  .ratings-wrapper .row>div .rating h4,
  .ratings-wrapper .row>div .rating .h4 {
    font-size: calc(15px + 4*(100vw - 375px)/1065);
    line-height: calc(21px + 4*(100vw - 375px)/1065)
  }
}

@media(min-width: 1440px) {

  .ratings-wrapper .row>div .rating h4,
  .ratings-wrapper .row>div .rating .h4 {
    font-size: 19px;
    line-height: 25px
  }
}

.ratings-wrapper .row>div .rating .rating-value {
  float: left;
  width: 100%;
  margin-top: 6px
}

@media(min-width: 375px) {
  .ratings-wrapper .row>div .rating .rating-value {
    margin-top: calc(6px + 6*(100vw - 375px)/1065)
  }
}

@media(min-width: 1440px) {
  .ratings-wrapper .row>div .rating .rating-value {
    margin-top: 12px
  }
}

.ratings-wrapper .row>div .rating .rating-value .star {
  display: inline-block;
  float: left;
  width: 18px;
  height: 18px;
  margin-right: 6px;
  background-image: url("../img/rating-star.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat
}

@media(min-width: 375px) {
  .ratings-wrapper .row>div .rating .rating-value .star {
    width: calc(18px + 5*(100vw - 375px)/1065);
    height: calc(18px + 5*(100vw - 375px)/1065);
    margin-right: calc(6px + 2*(100vw - 375px)/1065)
  }
}

@media(min-width: 1440px) {
  .ratings-wrapper .row>div .rating .rating-value .star {
    width: 23px;
    height: 23px;
    margin-right: 8px
  }
}

.ratings-wrapper .row>div .rating .rating-value .star.active {
  background-image: url("../img/rating-star-active.svg")
}

.store-locator {
  display: flex;
  flex-direction: column;
  float: left;
  width: calc(100% + 40px);
  margin: 7px -20px -35px -20px
}

@media(min-width: 992px) {
  .store-locator {
    flex-direction: row;
    width: calc(100% + 40px + 230*(100vw - 992px)/448);
    margin: 7px calc(-20px - 115*(100vw - 992px)/448) calc(-35px - 23*(100vw - 992px)/448) calc(-20px - 115*(100vw - 992px)/448)
  }
}

@media(min-width: 1440px) {
  .store-locator {
    width: calc(100% + 270px);
    margin: 7px -135px -58px -135px
  }
}

.store-locator .store-list {
  width: 100%
}

@media(min-width: 992px) {
  .store-locator .store-list {
    width: 45%;
    height: calc(514px + 200*(100vw - 992px)/448);
    overflow: auto
  }
}

@media(min-width: 1200px) {
  .store-locator .store-list {
    width: 35.4%
  }
}

@media(min-width: 1440px) {
  .store-locator .store-list {
    height: 714px
  }
}

.store-locator .store-list .store-slider {
  float: left;
  width: 100%;
  padding: 0 12px
}

@media(min-width: 1200px) {
  .store-locator .store-list .store-slider {
    padding: 0
  }
}

.store-locator .store-list .store-slider .swiper-slide {
  height: auto;
  padding-left: 8px;
  padding-right: 8px
}

@media(min-width: 1200px) {
  .store-locator .store-list .store-slider .swiper-slide {
    padding-left: 0;
    padding-right: 0px
  }
}

@media(min-width: 992px) {
  .store-locator .store-list .store-slider {
    padding: 0 13px 14px 13px
  }

  .store-locator .store-list .store-slider .swiper-wrapper {
    display: flex;
    flex-direction: column
  }

  .store-locator .store-list .store-slider .swiper-slide {
    margin-bottom: 16px
  }
}

.store-locator .store-map {
  position: relative;
  width: 100%;
  height: 514px;
  margin-top: 6px
}

@media(min-width: 992px) {
  .store-locator .store-map {
    width: 55%;
    height: calc(514px + 200*(100vw - 992px)/448);
    margin-top: 0
  }
}

@media(min-width: 1200px) {
  .store-locator .store-map {
    width: 64.6%
  }
}

@media(min-width: 1440px) {
  .store-locator .store-map {
    height: 714px
  }
}

.store-locator .store-map::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .4);
  opacity: 0;
  z-index: 2
}

.store-locator .store-map.active::before {
  opacity: 1
}

.store-locator .store-map .store-pin {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 3
}

.store-locator .store-map .store-pin .pin {
  position: absolute;
  transform: translate(-50%, -50%)
}

.store-locator .store-map .store-pin .pin .pin-card {
  position: absolute;
  left: 50%;
  bottom: calc(100% + 17px);
  width: 100vw;
  max-width: 300px;
  transform: translateX(-50%)
}

@media(min-width: 375px) {
  .store-locator .store-map .store-pin .pin .pin-card {
    max-width: calc(300px + 268*(100vw - 375px)/1065)
  }
}

@media(min-width: 1440px) {
  .store-locator .store-map .store-pin .pin .pin-card {
    max-width: 568px
  }
}

.store-locator .store-map .store-pin .pin .pin-card .close {
  position: relative;
  display: block;
  float: right;
  width: 44px;
  height: 44px;
  padding: 0;
  margin: 0;
  margin-right: -12px;
  margin-bottom: 4px;
  border: 0 none;
  background-color: rgba(0, 0, 0, 0)
}

.store-locator .store-map .store-pin .pin .pin-card .close i {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 14px;
  height: 14px;
  font-size: 14px;
  line-height: 14px;
  color: #fff;
  transform: translate(-50%, -50%);
  transition: all .3s ease-out
}

@media(min-width: 992px) {
  .store-locator .store-map .store-pin .pin .pin-card .close:hover i {
    transform: translate(-50%, -50%) scale(1.2)
  }
}

.store-locator .store-map .store-pin .pin>span {
  display: block;
  float: left;
  width: 42px
}

.store-locator .store-map .map-placeholder {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1
}

.store-locator .store-map .map-placeholder img {
  height: 100%;
  object-fit: cover
}

.store-locator .store-teaser {
  display: block;
  float: left;
  width: 100%;
  height: 100%
}

.store-locator .store-teaser>a,
.store-locator .store-teaser>button,
.store-locator .store-teaser>div {
  position: relative;
  display: flex;
  justify-content: space-between;
  float: left;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 14px 14px 24px 14px;
  border-radius: 4px;
  border: 0 none;
  background-color: #fff
}

@media(min-width: 375px) {

  .store-locator .store-teaser>a,
  .store-locator .store-teaser>button,
  .store-locator .store-teaser>div {
    padding: 14px calc(14px + 9*(100vw - 375px)/1065) 24px 14px
  }
}

@media(min-width: 1200px) {

  .store-locator .store-teaser>a,
  .store-locator .store-teaser>button,
  .store-locator .store-teaser>div {
    flex-direction: row
  }
}

@media(min-width: 1440px) {

  .store-locator .store-teaser>a,
  .store-locator .store-teaser>button,
  .store-locator .store-teaser>div {
    padding: 14px 23px 24px 14px
  }
}

.store-locator .store-teaser>a::before,
.store-locator .store-teaser>button::before,
.store-locator .store-teaser>div::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #edf1f3;
  border-radius: 4px;
  z-index: 1;
  transition: all .3s ease-out
}

.store-locator .store-teaser>a>div,
.store-locator .store-teaser>button>div,
.store-locator .store-teaser>div>div {
  position: relative;
  display: flex;
  z-index: 2
}

.store-locator .store-teaser>a>div.content,
.store-locator .store-teaser>button>div.content,
.store-locator .store-teaser>div>div.content {
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  margin-bottom: 20px
}

@media(min-width: 1200px) {

  .store-locator .store-teaser>a>div.content,
  .store-locator .store-teaser>button>div.content,
  .store-locator .store-teaser>div>div.content {
    padding-right: 20px;
    margin-bottom: 0
  }
}

.store-locator .store-teaser>a>div.content .label,
.store-locator .store-teaser>button>div.content .label,
.store-locator .store-teaser>div>div.content .label {
  width: auto;
  padding: 0 8px;
  margin-bottom: 10px;
  border-radius: 4px;
  font-size: 13px;
  line-height: 19px;
  color: #00182f;
  font-weight: 600;
  letter-spacing: .05rem;
  text-transform: uppercase;
  background-color: #fff;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, .1)
}

.store-locator .store-teaser>a>div.content h4,
.store-locator .store-teaser>a>div.content .h4,
.store-locator .store-teaser>button>div.content h4,
.store-locator .store-teaser>button>div.content .h4,
.store-locator .store-teaser>div>div.content h4,
.store-locator .store-teaser>div>div.content .h4 {
  margin-top: 4px;
  font-size: 20px;
  line-height: 28px
}

@media(min-width: 375px) {

  .store-locator .store-teaser>a>div.content h4,
  .store-locator .store-teaser>a>div.content .h4,
  .store-locator .store-teaser>button>div.content h4,
  .store-locator .store-teaser>button>div.content .h4,
  .store-locator .store-teaser>div>div.content h4,
  .store-locator .store-teaser>div>div.content .h4 {
    font-size: calc(20px + 2*(100vw - 375px)/1065);
    line-height: calc(28px + 2*(100vw - 375px)/1065)
  }
}

@media(min-width: 1440px) {

  .store-locator .store-teaser>a>div.content h4,
  .store-locator .store-teaser>a>div.content .h4,
  .store-locator .store-teaser>button>div.content h4,
  .store-locator .store-teaser>button>div.content .h4,
  .store-locator .store-teaser>div>div.content h4,
  .store-locator .store-teaser>div>div.content .h4 {
    font-size: 22px;
    line-height: 30px
  }
}

.store-locator .store-teaser>a>div.content p,
.store-locator .store-teaser>button>div.content p,
.store-locator .store-teaser>div>div.content p {
  margin-top: 12px;
  font-size: 13px;
  line-height: 19px
}

@media(min-width: 375px) {

  .store-locator .store-teaser>a>div.content p,
  .store-locator .store-teaser>button>div.content p,
  .store-locator .store-teaser>div>div.content p {
    margin-top: calc(12px + 2*(100vw - 375px)/1065)
  }
}

@media(min-width: 1440px) {

  .store-locator .store-teaser>a>div.content p,
  .store-locator .store-teaser>button>div.content p,
  .store-locator .store-teaser>div>div.content p {
    margin-top: 14px
  }
}

.store-locator .store-teaser>a>div.content p.location,
.store-locator .store-teaser>button>div.content p.location,
.store-locator .store-teaser>div>div.content p.location {
  margin-top: 2px;
  font-size: 13px;
  font-weight: 600;
  color: #00182f;
  text-transform: uppercase
}

.store-locator .store-teaser>a>div.content p.date,
.store-locator .store-teaser>button>div.content p.date,
.store-locator .store-teaser>div>div.content p.date {
  margin-top: 6px;
  font-size: 13px;
  color: #d64400
}

@media(min-width: 375px) {

  .store-locator .store-teaser>a>div.content p.date,
  .store-locator .store-teaser>button>div.content p.date,
  .store-locator .store-teaser>div>div.content p.date {
    margin-top: calc(6px + 2*(100vw - 375px)/1065)
  }
}

@media(min-width: 1440px) {

  .store-locator .store-teaser>a>div.content p.date,
  .store-locator .store-teaser>button>div.content p.date,
  .store-locator .store-teaser>div>div.content p.date {
    margin-top: 8px
  }
}

.store-locator .store-teaser>a>div.content .hours,
.store-locator .store-teaser>button>div.content .hours,
.store-locator .store-teaser>div>div.content .hours {
  margin-top: 4px
}

.store-locator .store-teaser>a>div.content .hours li,
.store-locator .store-teaser>button>div.content .hours li,
.store-locator .store-teaser>div>div.content .hours li {
  position: relative;
  margin-top: 0;
  padding-left: 28px;
  font-size: 13px;
  line-height: 19px;
  color: #5f6061;
  font-weight: 500;
  letter-spacing: .03rem
}

@media(min-width: 375px) {

  .store-locator .store-teaser>a>div.content .hours li,
  .store-locator .store-teaser>button>div.content .hours li,
  .store-locator .store-teaser>div>div.content .hours li {
    margin-top: calc(0px + 8*(100vw - 375px)/1065);
    font-size: calc(13px + 1*(100vw - 375px)/1065);
    line-height: calc(19px + 1*(100vw - 375px)/1065)
  }
}

@media(min-width: 1440px) {

  .store-locator .store-teaser>a>div.content .hours li,
  .store-locator .store-teaser>button>div.content .hours li,
  .store-locator .store-teaser>div>div.content .hours li {
    margin-top: 8px;
    font-size: 14px;
    line-height: 20px
  }
}

.store-locator .store-teaser>a>div.content .hours li::before,
.store-locator .store-teaser>button>div.content .hours li::before,
.store-locator .store-teaser>div>div.content .hours li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #d64400
}

.store-locator .store-teaser>a>div.side,
.store-locator .store-teaser>button>div.side,
.store-locator .store-teaser>div>div.side {
  flex-direction: row;
  align-items: flex-end;
  justify-content: space-between;
  margin-top: auto
}

@media(min-width: 1200px) {

  .store-locator .store-teaser>a>div.side,
  .store-locator .store-teaser>button>div.side,
  .store-locator .store-teaser>div>div.side {
    flex-direction: column;
    padding-left: 20px;
    margin-top: 0
  }
}

.store-locator .store-teaser>a>div.side .category,
.store-locator .store-teaser>button>div.side .category,
.store-locator .store-teaser>div>div.side .category {
  position: relative;
  padding-top: 28px;
  padding-right: 20px;
  font-size: 10px;
  line-height: 12px;
  color: #5f6061;
  font-weight: 500;
  letter-spacing: .02rem;
  text-transform: uppercase;
  text-align: left
}

@media(min-width: 375px) {

  .store-locator .store-teaser>a>div.side .category,
  .store-locator .store-teaser>button>div.side .category,
  .store-locator .store-teaser>div>div.side .category {
    font-size: calc(10px + 1*(100vw - 375px)/1065);
    line-height: calc(12px + 6*(100vw - 375px)/1065)
  }
}

@media(min-width: 1200px) {

  .store-locator .store-teaser>a>div.side .category,
  .store-locator .store-teaser>button>div.side .category,
  .store-locator .store-teaser>div>div.side .category {
    padding-right: 0;
    text-align: right
  }
}

@media(min-width: 1440px) {

  .store-locator .store-teaser>a>div.side .category,
  .store-locator .store-teaser>button>div.side .category,
  .store-locator .store-teaser>div>div.side .category {
    font-size: 11px;
    line-height: 18px
  }
}

.store-locator .store-teaser>a>div.side .category i,
.store-locator .store-teaser>button>div.side .category i,
.store-locator .store-teaser>div>div.side .category i {
  position: absolute;
  left: 0;
  top: 0;
  width: 24px;
  height: 24px;
  font-size: 24px;
  line-height: 24px;
  color: #5f6061
}

@media(min-width: 1200px) {

  .store-locator .store-teaser>a>div.side .category i,
  .store-locator .store-teaser>button>div.side .category i,
  .store-locator .store-teaser>div>div.side .category i {
    right: 0;
    left: inherit
  }
}

.store-locator .store-teaser>a>div.side .btn-link,
.store-locator .store-teaser>button>div.side .btn-link,
.store-locator .store-teaser>div>div.side .btn-link {
  margin-top: auto;
  white-space: nowrap
}

@media(min-width: 992px) {

  .store-locator .store-teaser>a:hover::before,
  .store-locator .store-teaser>button:hover::before {
    border-color: #00182f
  }
}

.service-list {
  display: block;
  float: left;
  width: 100%;
  margin-top: 20px;
  padding: 24px 20px;
  border-radius: 4px;
  background-color: #edf1f3
}

@media(min-width: 375px) {
  .service-list {
    margin-top: calc(20px + 15*(100vw - 375px)/1065);
    padding: calc(24px + 2*(100vw - 375px)/1065) calc(20px + 40*(100vw - 375px)/1065)
  }
}

@media(min-width: 1440px) {
  .service-list {
    margin-top: 35px;
    padding: 26px 60px
  }
}

.service-list h5,
.service-list .h5 {
  font-size: 14px;
  line-height: 19px;
  color: #00182f;
  font-weight: 500;
  letter-spacing: .03rem;
  text-transform: uppercase
}

.service-list ul {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin-top: 14px
}

@media(min-width: 375px) {
  .service-list ul {
    margin-top: calc(14px + 6*(100vw - 375px)/1065)
  }
}

@media(min-width: 1440px) {
  .service-list ul {
    margin-top: 20px
  }
}

.service-list ul::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 3px;
  background-color: #edf1f3;
  z-index: 2
}

.service-list ul li {
  position: relative;
  width: 50%;
  padding: 10px 15px 10px 20px;
  font-size: 15px;
  line-height: 21px;
  font-weight: 600;
  letter-spacing: .03rem;
  z-index: 1
}

@media(min-width: 375px) {
  .service-list ul li {
    padding: calc(10px + 4*(100vw - 375px)/1065) calc(15px + 25*(100vw - 375px)/1065) calc(10px + 4*(100vw - 375px)/1065) calc(20px + 5*(100vw - 375px)/1065);
    font-size: calc(15px + 1*(100vw - 375px)/1065);
    line-height: calc(21px + 2*(100vw - 375px)/1065)
  }
}

@media(min-width: 576px) {
  .service-list ul li {
    width: 50%
  }
}

@media(min-width: 768px) {
  .service-list ul li {
    width: 33.33%
  }
}

@media(min-width: 1440px) {
  .service-list ul li {
    padding: 14px 40px 14px 25px;
    font-size: 16px;
    line-height: 23px
  }
}

.service-list ul li::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #fff
}

.service-list ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 14px;
  width: 13px;
  height: 13px;
  font-size: 13px;
  line-height: 13px;
  color: #00182f;
  font-family: "icomoon" !important;
  font-weight: normal;
  font-style: normal;
  text-align: center
}

@media(min-width: 375px) {
  .service-list ul li::before {
    top: calc(14px + 5*(100vw - 375px)/1065)
  }
}

@media(min-width: 1440px) {
  .service-list ul li::before {
    top: 19px
  }
}

.accomodation-description {
  margin-top: 18px
}

@media(min-width: 375px) {
  .accomodation-description {
    margin-top: calc(18px + 4*(100vw - 375px)/1065)
  }
}

@media(min-width: 1440px) {
  .accomodation-description {
    margin-top: 22px
  }
}

.accomodation-description .text-article {
  padding-top: 4px;
  margin-bottom: 26px;
  text-align: left
}

@media(min-width: 768px) {
  .accomodation-description .text-article {
    margin-bottom: 0;
    padding-left: calc(20px + 5*(100vw - 768px)/672)
  }
}

@media(min-width: 1440px) {
  .accomodation-description .text-article {
    padding-left: 25px
  }
}

.accomodation-description .text-article [class^=icon-dss-],
.accomodation-description .text-article [class*=" icon-dss-"] {
  display: inline-block;
  width: 28px;
  height: 28px;
  margin-bottom: 12px;
  font-size: 28px;
  line-height: 28px;
  color: #00182f;
  opacity: .4
}

@media(min-width: 375px) {

  .accomodation-description .text-article [class^=icon-dss-],
  .accomodation-description .text-article [class*=" icon-dss-"] {
    margin-bottom: calc(12px + 12*(100vw - 375px)/1065)
  }
}

@media(min-width: 1440px) {

  .accomodation-description .text-article [class^=icon-dss-],
  .accomodation-description .text-article [class*=" icon-dss-"] {
    margin-bottom: 24px
  }
}

.accomodation-description .text-article h5,
.accomodation-description .text-article .h5 {
  margin-top: 0;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: .03rem;
  text-transform: uppercase
}

@media(min-width: 375px) {

  .accomodation-description .text-article h5,
  .accomodation-description .text-article .h5 {
    font-size: calc(16px + 2*(100vw - 375px)/1065);
    line-height: calc(22px + 2*(100vw - 375px)/1065)
  }
}

@media(min-width: 1440px) {

  .accomodation-description .text-article h5,
  .accomodation-description .text-article .h5 {
    font-size: 18px;
    line-height: 24px
  }
}

.accomodation-description .text-article p {
  margin-top: 8px;
  font-size: 13px;
  line-height: 22px;
  font-weight: 400;
  letter-spacing: .01rem
}

@media(min-width: 375px) {
  .accomodation-description .text-article p {
    margin-top: calc(8px + 2*(100vw - 375px)/1065);
    font-size: calc(13px + 2*(100vw - 375px)/1065);
    line-height: calc(22px + 1*(100vw - 375px)/1065)
  }
}

@media(min-width: 1440px) {
  .accomodation-description .text-article p {
    margin-top: 10px;
    font-size: 15px;
    line-height: 23px
  }
}

.page-map {
  overflow: hidden
}

.page-map b,
.page-map strong {
  font-weight: 700
}

.page-map .icon-dss-bike-tour:before {
  font-size: 26px
}

.page-map .icon-dss-slope:before {
  color: #fff
}

.page-map .offcanvas-backdrop.show {
  z-index: -1
}

.page-map .select-container:after {
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  width: 15px;
  height: 15px;
  font-size: 12px;
  line-height: 12px;
  color: #162116;
  font-family: icomoon;
  font-weight: 400;
  margin-top: -5px;
  z-index: 1
}

.page-map .select-container select {
  background-color: rgba(0, 0, 0, 0);
  height: 40px;
  border: 2px solid rgba(22, 33, 22, .2);
  border-radius: 40px !important;
  width: 100%;
  padding-left: 16px
}

.page-map .col-limited {
  width: calc(100% - 100px);
  margin: 0 auto
}

.page-map .opacity-40 {
  opacity: .4 !important
}

.page-map .noUi-value {
  width: 70px;
  height: 30px;
  border-radius: 3px;
  background: #edf1f3;
  align-items: center;
  justify-content: center;
  display: flex;
  margin-top: 20px;
  position: relative
}

.page-map .noUi-value label {
  position: absolute;
  top: -20px
}

.page-map .noUi-value input {
  background: rgba(0, 0, 0, 0);
  border: 0;
  text-align: center
}

.page-map .noUi-target {
  border-radius: 0
}

.page-map .noUi-connects {
  border-radius: 0
}

.page-map .noUi-connect {
  background: #00182f
}

.page-map .noUi-horizontal {
  height: 4px
}

.page-map .noUi-handle:after,
.page-map .noUi-handle:before {
  content: "";
  display: block;
  position: absolute;
  height: 12px;
  width: 12px;
  background: #00182f;
  left: 14px;
  top: 1px;
  border-radius: 50%
}

.page-map .noUi-horizontal .noUi-handle {
  box-shadow: none;
  border: none;
  background: rgba(0, 0, 0, 0)
}

.page-map .noUi-legend {
  font-size: 12px;
  line-height: 16px;
  color: #00182f
}

.page-map .ui-slider-horizontal .ui-slider-handle {
  top: 0;
  margin-left: 0
}

.page-map .filter-btn {
  border-radius: 60px;
  position: absolute;
  top: calc(100vh - 60px);
  z-index: 1005;
  height: 40px;
  width: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 50%;
  transform: translateX(-50%);
  text-decoration: none;
  cursor: pointer
}

.page-map .filter-btn.close {
  background: #d9d9d9;
  color: #00182f
}

.page-map .filter-btn.open {
  background: #00182f;
  color: #fff
}

.page-map .filter-btn span {
  font-family: "Gantari", sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 13px;
  line-height: 16px;
  letter-spacing: .08em;
  text-transform: uppercase
}

@media(max-width: 767.98px) {
  .page-map #filter-map {
    height: calc(100vh - 88px);
    overflow: auto;
    padding-bottom: 5px
  }
}

.page-map .slider-range {
  float: left;
  width: calc(100% - 100px);
  height: 6px;
  margin: 8px 0 30px 0;
  border: 0 none;
  background-color: #77bcff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0
}

.page-map .slider-range .ui-slider-range {
  background-color: #005eb8;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0
}

.page-map .slider-range:before,
.page-map .slider-range:after,
.page-map .slider-range .ui-slider-handle {
  width: 6px;
  height: 20px;
  border: 0 none;
  background-color: #005eb8;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  -webkit-transform: translate(-3px, -7px);
  -moz-transform: translate(-3px, -7px);
  -o-transform: translate(-3px, -7px);
  -ms-transform: translate(-3px, -7px);
  transform: translate(-3px, -7px)
}

.page-map .slider-range:before,
.page-map .slider-range:after {
  content: "";
  position: absolute;
  top: 50%;
  margin-left: -3px;
  background-color: #77bcff;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%)
}

.page-map .slider-range:before {
  left: 0
}

.page-map .slider-range:after {
  left: 100%
}

.page-map .slider-range p {
  position: absolute;
  top: 17px;
  width: auto;
  font-size: 12px;
  line-height: 16px;
  color: #00182f
}

.page-map .slider-range p.min {
  left: 0;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%)
}

.page-map .slider-range p.max {
  right: 0;
  -webkit-transform: translateX(50%);
  -moz-transform: translateX(50%);
  -o-transform: translateX(50%);
  -ms-transform: translateX(50%);
  transform: translateX(50%)
}

.page-map form fieldset .form-field [type=checkbox]:checked+label:after,
.page-map form fieldset .form-field [type=checkbox]:not(:checked)+label:after {
  position: absolute;
  left: calc(100% - 33px);
  top: 0;
  width: 42px;
  height: 27px;
  margin: 0;
  border: 0 none;
  border-radius: 27px !important;
  transition: background-color .3s;
  z-index: 1;
  content: "";
  transform: none
}

.page-map form fieldset .form-field [type=checkbox]:checked+label:after {
  background-color: #00182f
}

.page-map form fieldset .form-field [type=checkbox]:not(:checked)+label:after {
  background-color: rgba(0, 24, 47, .5)
}

.page-map form fieldset .form-field [type=checkbox]:checked+label:before,
.page-map form fieldset .form-field [type=checkbox]:not(:checked)+label:before {
  content: "";
  position: absolute;
  left: calc(100% - 31px);
  top: 2px;
  width: 23px;
  height: 23px;
  border-radius: 50%;
  background-color: #fff;
  transition: all .3s ease-out;
  z-index: 2;
  border-color: #fff
}

.page-map form fieldset .form-field [type=checkbox]:checked+label:before {
  left: calc(100% - 16px)
}

.page-map form fieldset .form-field [type=checkbox]:not(:checked)+label:before {
  left: calc(100% - 31px)
}

.page-map form fieldset .form-field [type=checkbox]:checked+label,
.page-map form fieldset .form-field [type=checkbox]:not(:checked)+label {
  padding-right: calc(32px + 4*(100vw - 375px)/1225);
  line-height: calc(22px + 4*(100vw - 375px)/1225);
  padding-left: 0;
  width: 100%;
  font-size: 17px !important;
  font-weight: 600
}

.page-map .form-field .form-field-label {
  width: auto;
  font-size: 14px !important;
  color: #162116 !important
}

@media(min-width: 992px) {

  .page-map .offcanvas .list-selector .text-start.open-valley,
  .page-map .outdooractive-filter .list-selector .text-start.open-valley {
    flex: 0 0 auto;
    width: 83.33333%;
    margin: 0 auto
  }
}

.page-map .offcanvas .btn-reset.btn-more:after,
.page-map .outdooractive-filter .btn-reset.btn-more:after {
  content: none !important
}

.page-map .offcanvas .btn-reset.btn-more:before,
.page-map .outdooractive-filter .btn-reset.btn-more:before {
  background-color: #6a6a6a
}

.page-map .offcanvas.offcanvas-start,
.page-map .outdooractive-filter.offcanvas-start {
  visibility: visible !important;
  position: relative;
  width: 100%
}

@media(min-width: 768px) {

  .page-map .offcanvas.offcanvas-start,
  .page-map .outdooractive-filter.offcanvas-start {
    position: fixed;
    width: 440px
  }
}

.page-map .offcanvas.show .btn-close span,
.page-map .outdooractive-filter.show .btn-close span {
  transform: rotate(180deg);
  padding-left: 0
}

.page-map .offcanvas .header-filter,
.page-map .outdooractive-filter .header-filter {
  margin-top: -20px
}

@media(min-width: 768px) {

  .page-map .offcanvas .header-filter,
  .page-map .outdooractive-filter .header-filter {
    margin-top: 0px
  }
}

.page-map .offcanvas .btn-close,
.page-map .outdooractive-filter .btn-close {
  position: absolute;
  width: 30px;
  height: 40px;
  right: -33px;
  opacity: 1;
  top: 50%;
  margin-top: -20px;
  background: #f5f5f5;
  border-radius: 2px;
  z-index: 11;
  display: flex;
  align-items: center;
  justify-content: center
}

.page-map .offcanvas .btn-close :hover,
.page-map .offcanvas .btn-close:focus,
.page-map .outdooractive-filter .btn-close :hover,
.page-map .outdooractive-filter .btn-close:focus {
  opacity: 1;
  box-shadow: none
}

.page-map .offcanvas .btn-close span,
.page-map .outdooractive-filter .btn-close span {
  transform: rotate(0deg);
  padding-left: 5px
}

.page-map .offcanvas .btn-close span:after,
.page-map .outdooractive-filter .btn-close span:after {
  content: "";
  font-family: "icomoon"
}

.page-map .offcanvas .back-to-site,
.page-map .outdooractive-filter .back-to-site {
  font-family: "Gantari", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 10px;
  line-height: 13px;
  letter-spacing: .03em;
  color: #00182f;
  text-transform: uppercase;
  text-decoration: none
}

.page-map .offcanvas .back-to-site i,
.page-map .outdooractive-filter .back-to-site i {
  font-size: 13px
}

.page-map .offcanvas .title,
.page-map .outdooractive-filter .title {
  font-family: "Gantari", sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 28px;
  line-height: 35px;
  text-transform: capitalize;
  color: #00182f;
  text-align: center;
  letter-spacing: .28px;
  margin-bottom: 8px
}

.page-map .offcanvas .title_valley,
.page-map .outdooractive-filter .title_valley {
  font-family: "Gantari", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
  color: #005eb8;
  text-align: center
}

.page-map .offcanvas .title_filter,
.page-map .outdooractive-filter .title_filter {
  font-family: "Gantari", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 17px;
  line-height: 15px;
  text-align: left;
  width: 40%
}

.page-map .offcanvas .checkbox_category,
.page-map .outdooractive-filter .checkbox_category {
  width: 86px;
  min-height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 3px;
  margin: 0 5px;
  position: relative;
  cursor: pointer;
  flex-direction: row;
  border: 2px solid #d9d9d9
}

.page-map .offcanvas .checkbox_category.checked,
.page-map .offcanvas .checkbox_category.active,
.page-map .outdooractive-filter .checkbox_category.checked,
.page-map .outdooractive-filter .checkbox_category.active {
  border: 2px solid #00182f
}

.page-map .offcanvas .checkbox_category.checked .checkbox_title,
.page-map .offcanvas .checkbox_category.active .checkbox_title,
.page-map .outdooractive-filter .checkbox_category.checked .checkbox_title,
.page-map .outdooractive-filter .checkbox_category.active .checkbox_title {
  font-weight: 700
}

.page-map .offcanvas .checkbox_category i,
.page-map .outdooractive-filter .checkbox_category i {
  color: #00182f;
  font-size: 30px;
  margin-bottom: 0px
}

.page-map .offcanvas .checkbox_category i:before,
.page-map .outdooractive-filter .checkbox_category i:before {
  color: #00182f
}

.page-map .offcanvas .checkbox_category .checkbox_title,
.page-map .outdooractive-filter .checkbox_category .checkbox_title {
  font-family: "Gantari", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  text-transform: capitalize;
  color: #00182f;
  margin-top: 10px;
  bottom: 10px;
  left: 0;
  text-align: center;
  z-index: 1
}

.page-map .offcanvas .checkbox_category[data-category-type=tour],
.page-map .offcanvas .checkbox_category[data-category-type=trail],
.page-map .outdooractive-filter .checkbox_category[data-category-type=tour],
.page-map .outdooractive-filter .checkbox_category[data-category-type=trail] {
  width: 104px
}

.page-map .offcanvas .checkbox_category[data-category-type=tour] .checkbox_title,
.page-map .offcanvas .checkbox_category[data-category-type=trail] .checkbox_title,
.page-map .outdooractive-filter .checkbox_category[data-category-type=tour] .checkbox_title,
.page-map .outdooractive-filter .checkbox_category[data-category-type=trail] .checkbox_title {
  margin-top: 0;
  margin-left: 5px
}

.page-map .offcanvas .checkbox_category.big,
.page-map .outdooractive-filter .checkbox_category.big {
  width: 40%;
  min-height: 95px
}

@media(min-width: 768px) {

  .page-map .offcanvas .checkbox_category.big,
  .page-map .outdooractive-filter .checkbox_category.big {
    width: 100%
  }
}

.page-map .offcanvas .checkbox_category.big .checkbox_title,
.page-map .outdooractive-filter .checkbox_category.big .checkbox_title {
  font-size: 14px
}

.page-map .offcanvas .checkbox_category.big i,
.page-map .outdooractive-filter .checkbox_category.big i {
  font-size: 35px
}

.page-map .offcanvas .check-list,
.page-map .outdooractive-filter .check-list {
  flex-wrap: wrap
}

@media(min-width: 768px) {

  .page-map .offcanvas .check-list,
  .page-map .outdooractive-filter .check-list {
    flex-wrap: nowrap
  }
}

.page-map .offcanvas .checkbox_difficulty,
.page-map .outdooractive-filter .checkbox_difficulty {
  width: auto;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
  margin: 0 5px;
  position: relative;
  cursor: pointer;
  font-family: "Gantari", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  padding: 0 20px;
  border: 2px solid #d9d9d9;
  background: #fff;
  position: relative
}

.page-map .offcanvas .checkbox_difficulty label,
.page-map .outdooractive-filter .checkbox_difficulty label {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  line-height: 40px;
  z-index: 1;
  cursor: pointer
}

.page-map .offcanvas .checkbox_difficulty i,
.page-map .outdooractive-filter .checkbox_difficulty i {
  margin: 0 2px;
  margin-bottom: 20px
}

.page-map .offcanvas .checkbox_difficulty.easy,
.page-map .outdooractive-filter .checkbox_difficulty.easy {
  color: #005eb8
}

.page-map .offcanvas .checkbox_difficulty.easy.checked,
.page-map .offcanvas .checkbox_difficulty.easy.active,
.page-map .outdooractive-filter .checkbox_difficulty.easy.checked,
.page-map .outdooractive-filter .checkbox_difficulty.easy.active {
  border: 2px solid #005eb8;
  color: #fff;
  background: #005eb8
}

.page-map .offcanvas .checkbox_difficulty.easy i,
.page-map .outdooractive-filter .checkbox_difficulty.easy i {
  color: #005eb8
}

.page-map .offcanvas .checkbox_difficulty.medium,
.page-map .outdooractive-filter .checkbox_difficulty.medium {
  color: #eb0000
}

.page-map .offcanvas .checkbox_difficulty.medium.checked,
.page-map .offcanvas .checkbox_difficulty.medium.active,
.page-map .outdooractive-filter .checkbox_difficulty.medium.checked,
.page-map .outdooractive-filter .checkbox_difficulty.medium.active {
  border: 2px solid #eb0000;
  color: #fff;
  background: #eb0000
}

.page-map .offcanvas .checkbox_difficulty.medium i,
.page-map .outdooractive-filter .checkbox_difficulty.medium i {
  color: #eb0000
}

.page-map .offcanvas .checkbox_difficulty.hard,
.page-map .outdooractive-filter .checkbox_difficulty.hard {
  color: #000
}

.page-map .offcanvas .checkbox_difficulty.hard.checked,
.page-map .offcanvas .checkbox_difficulty.hard.active,
.page-map .outdooractive-filter .checkbox_difficulty.hard.checked,
.page-map .outdooractive-filter .checkbox_difficulty.hard.active {
  border: 2px solid #000;
  color: #fff;
  background: #000
}

.page-map .offcanvas .checkbox_difficulty.hard i,
.page-map .outdooractive-filter .checkbox_difficulty.hard i {
  color: #000
}

.page-map .offcanvas .checkbox_difficulty.all,
.page-map .outdooractive-filter .checkbox_difficulty.all {
  color: #000
}

.page-map .offcanvas .checkbox_difficulty.all.checked,
.page-map .offcanvas .checkbox_difficulty.all.active,
.page-map .outdooractive-filter .checkbox_difficulty.all.checked,
.page-map .outdooractive-filter .checkbox_difficulty.all.active {
  border: 2px solid #005eb8;
  color: #fff;
  background: #005eb8
}

.page-map .offcanvas .checkbox_difficulty.big,
.page-map .outdooractive-filter .checkbox_difficulty.big {
  width: 40%
}

@media(min-width: 768px) {

  .page-map .offcanvas .checkbox_difficulty.big,
  .page-map .outdooractive-filter .checkbox_difficulty.big {
    width: 100%
  }
}

.page-map .offcanvas .checkbox_difficulty.big.all,
.page-map .outdooractive-filter .checkbox_difficulty.big.all {
  color: #000
}

.page-map .offcanvas .checkbox_difficulty.big.all.checked,
.page-map .offcanvas .checkbox_difficulty.big.all.active,
.page-map .outdooractive-filter .checkbox_difficulty.big.all.checked,
.page-map .outdooractive-filter .checkbox_difficulty.big.all.active {
  border: 2px solid #005eb8;
  color: #000;
  background: #fff
}

.page-map .offcanvas .title_suggest,
.page-map .outdooractive-filter .title_suggest {
  font-family: "Gantari", sans-serif;
  font-style: normal;
  font-size: 22px;
  font-weight: 600;
  line-height: 30px;
  letter-spacing: .44px;
  color: #00182f
}

.page-map .offcanvas form.summer_map_form .search_trip_input,
.page-map .outdooractive-filter form.summer_map_form .search_trip_input {
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 3px !important;
  width: 100%;
  height: 40px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 14px;
  line-height: 18px;
  color: #6a6a6a
}

.page-map .offcanvas form.summer_map_form .search_trip_input:focus,
.page-map .outdooractive-filter form.summer_map_form .search_trip_input:focus {
  border: 1px solid rgba(0, 0, 0, .2)
}

.page-map .offcanvas form.summer_map_form .search_trip_input[disabled],
.page-map .offcanvas form.summer_map_form .search_trip_input[disabled]+div,
.page-map .outdooractive-filter form.summer_map_form .search_trip_input[disabled],
.page-map .outdooractive-filter form.summer_map_form .search_trip_input[disabled]+div {
  opacity: .4
}

.page-map .offcanvas form.summer_map_form .search_trip_button,
.page-map .outdooractive-filter form.summer_map_form .search_trip_button {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 10px;
  top: 5px;
  cursor: pointer
}

.page-map .offcanvas form.summer_map_form fieldset,
.page-map .outdooractive-filter form.summer_map_form fieldset {
  border-bottom: 1px solid #f6f9f9
}

.page-map .offcanvas .suggest_item,
.page-map .outdooractive-filter .suggest_item {
  cursor: pointer
}

.page-map .suggest_item {
  margin: 2.5px 5px;
  padding: 10px 15px;
  border-radius: 4px 4px 0 0;
  border: 2px solid #edf1f3;
  margin-top: -2px;
  margin-bottom: 0
}

.page-map .suggest_item .type {
  font-family: "Gantari", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  color: #00182f;
  display: flex;
  align-items: end;
  border-left: 2px solid #fff
}

.page-map .suggest_item .type i {
  font-size: 32px
}

.page-map .suggest_item .type i:before {
  color: #00182f
}

.page-map .suggest_item .type i.dark {
  background: #000;
  padding: 5px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px
}

.page-map .suggest_item .type i.dark:before {
  color: #fff
}

.page-map .suggest_item .type.open i {
  font-size: 12px
}

.page-map .suggest_item .type.open i:before {
  color: #2eb135
}

.page-map .suggest_item .type.open span {
  font-size: 12px;
  color: #2eb135
}

.page-map .suggest_item .type.closed i {
  font-size: 12px
}

.page-map .suggest_item .type.closed i:before {
  color: #e80b1b
}

.page-map .suggest_item .type.closed span {
  font-size: 12px;
  color: #e80b1b
}

.page-map .suggest_item .difficulty {
  font-family: Gantari_Bold, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 11px;
  text-transform: uppercase;
  background: #fff;
  padding: 0 10px;
  line-height: 20px;
  border-radius: 4px;
  letter-spacing: .55px
}

.page-map .suggest_item .difficulty i {
  font-size: 12px
}

.page-map .suggest_item .difficulty.easy {
  color: #005eb8;
  border: 1px solid #005eb8
}

.page-map .suggest_item .difficulty.medium {
  color: #eb0000;
  border: 1px solid #eb0000
}

.page-map .suggest_item .difficulty.hard {
  color: #000;
  border: 1px solid #000
}

.page-map .suggest_item .title {
  font-family: "Gantari", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #00182f;
  text-align: left
}

.page-map .suggest_item .details {
  font-family: "Gantari", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  color: #6a6a6a
}

.page-map .suggest_item img {
  width: 75px;
  height: 75px;
  border-radius: 50%;
  flex: 0 0 auto
}

.page-map #mapBoxContainerRatio {
  --bs-aspect-ratio: 100vh
}

.page-map #mapBoxContainerRatio #mapBoxContainer {
  position: absolute !important;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0
}

@media(max-width: 767.98px) {
  .page-map #mapBoxContainerRatio #mapBoxContainer {
    height: calc(100vh - 88px);
    background: #f5f5f5
  }
}

.page-map .minimize {
  position: absolute;
  left: 50%;
  top: 245px;
  width: 40px;
  background: #f5f5f5;
  border-radius: 3px;
  z-index: 1003;
  margin-left: -20px;
  height: 22px;
  text-align: center;
  cursor: pointer
}

.page-map .minimize span:after {
  content: "";
  font-family: "icomoon";
  font-size: 11px
}

.page-map .minimize.outside {
  display: none !important
}

.page-map .mapLayerIcons {
  transition: all .3s ease-in-out;
  padding: 10px 10px 10px;
  height: auto;
  background: rgba(237, 247, 238, .83);
  z-index: 1002;
  margin-top: 0
}

@media(max-width: 767.98px) {
  .page-map .mapLayerIcons {
    margin-left: 0 !important;
    background: rgba(237, 247, 238, .9)
  }
}

@media(min-width: 768px) {
  .page-map .mapLayerIcons {
    position: fixed;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    border-radius: 0 0 12px 12px
  }
}

.page-map .mapLayerIcons .minimize {
  bottom: -13px;
  top: auto
}

.page-map .mapLayerIcons .swiper-icons-next,
.page-map .mapLayerIcons .swiper-icons-prev {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  top: 20px;
  cursor: pointer;
  z-index: 1
}

.page-map .mapLayerIcons .swiper-icons-next span,
.page-map .mapLayerIcons .swiper-icons-prev span {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center
}

.page-map .mapLayerIcons .swiper-icons-next span:after,
.page-map .mapLayerIcons .swiper-icons-prev span:after {
  content: "";
  font-family: icomoon;
  font-size: 11px
}

.page-map .mapLayerIcons .swiper-icons-next.swiper-button-disabled,
.page-map .mapLayerIcons .swiper-icons-prev.swiper-button-disabled {
  display: none !important
}

.page-map .mapLayerIcons .swiper-icons-prev span {
  transform: rotate(-90deg)
}

.page-map .mapLayerIcons .swiper-icons-next span {
  transform: rotate(90deg)
}

.page-map .mapLayerIcons .swiper-icons-next {
  right: -16px
}

.page-map .mapLayerIcons .swiper-icons-prev {
  left: -16px
}

.page-map .mapLayerIcons .swiper-icons {
  width: calc(100vw - 20px)
}

@media(min-width: 768px) {
  .page-map .mapLayerIcons .swiper-icons {
    width: 396px
  }
}

@media(min-width: 768px) {
  .page-map .mapLayerIcons .swiper-icons .swiper-slide {
    width: 66px !important
  }
}

.page-map .mapLayerIcons .swiper-icons .swiper-slide a {
  font-family: "Gantari_Medium", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 9px;
  line-height: 10px;
  text-align: center;
  text-transform: uppercase;
  color: #00182f;
  width: 66px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  cursor: pointer
}

.page-map .mapLayerIcons .swiper-icons .swiper-slide a .check-round {
  width: 46px;
  height: 46px;
  background: rgba(22, 33, 22, .4);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-bottom: 5px
}

.page-map .mapLayerIcons .swiper-icons .swiper-slide a .check-round i {
  color: #fff;
  font-size: 24px
}

.page-map .mapLayerIcons .swiper-icons .swiper-slide a.active .check-round {
  background: #d64400
}

.page-map .mapLayerIcons .swiper-icons .swiper-slide a.active.yellow .check-round {
  background: #ffe241
}

.page-map .mapLayerIcons .swiper-icons .swiper-slide a.active.yellow .check-round i:before {
  color: #00182f
}

.page-map .mapLayerIconsClose {
  background: rgba(22, 33, 22, .83);
  border-radius: 0 0 12px 12px;
  padding: 20px;
  position: fixed;
  transition: all .3s ease-in-out;
  z-index: 1001;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 50%;
  top: 0;
  transform: translateX(-50%)
}

@media(max-width: 767.98px) {
  .page-map .mapLayerIconsClose {
    margin-left: 0 !important;
    padding-top: 10px;
    top: 88px
  }
}

.page-map .mapLayerIconsClose .circle {
  border: 2px solid #e8edf2;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%
}

.page-map .mapLayerIconsClose .circle i {
  color: #d64400
}

.page-map .mapLayerIconsClose .title {
  font-family: "Gantari", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 11px;
  line-height: 14px;
  text-transform: uppercase;
  color: #fff;
  white-space: nowrap
}

.page-map .mapLayerIconsClose .maximize {
  position: absolute;
  left: 50%;
  bottom: 0px;
  width: 40px;
  background: rgba(0, 0, 0, 0);
  border-radius: 3px;
  z-index: 4;
  margin-left: -20px;
  height: 22px;
  text-align: center;
  cursor: pointer;
  transform: rotate(180deg)
}

.page-map .mapLayerIconsClose .maximize span:after {
  color: #fff;
  content: "";
  font-family: "icomoon";
  font-size: 11px
}

.page-map .dropdown-menu {
  width: 80% !important;
  margin-top: 55px;
  margin-left: 10%;
  padding: 0;
  max-height: 200px;
  overflow: auto;
  overflow-x: hidden
}

.page-map .dropdown-menu .dropdown-item {
  padding: .5rem 1rem;
  font-size: 12px
}

.page-map .dropdown-menu .dropdown-item:focus,
.page-map .dropdown-menu .dropdown-item:hover,
.page-map .dropdown-menu .dropdown-item:active {
  color: #00182f;
  background-color: #e8edf2
}

.page-map .poi-layer {
  transition: all .3s ease-in-out;
  background: #fff;
  border: 3px solid #e8eff1;
  display: flex;
  margin-top: 0;
  padding: 10px 10px 0 10px;
  z-index: 1002;
  position: absolute;
  width: 100%;
  max-width: 100%;
  top: 88px
}

@media(min-width: 768px) {
  .page-map .poi-layer {
    width: auto;
    margin-top: 0;
    height: auto;
    box-shadow: 9px 10px 4px rgba(0, 0, 0, .3);
    border-radius: 5px;
    left: auto;
    right: 42px;
    top: 50%;
    transform: translate(0, -50%)
  }
}

.page-map .poi-layer .suggest_item {
  margin: 0;
  padding: 0;
  background: none;
  border: 0
}

.page-map .poi-layer .suggest_item .difficulty {
  display: inline-block;
  margin-bottom: 10px
}

.page-map .poi-layer .suggest_item .difficulty.easy {
  border: 1px solid #005eb8
}

.page-map .poi-layer .suggest_item .difficulty.medium {
  border: 1px solid #eb0000
}

.page-map .poi-layer .suggest_item .difficulty.hard {
  border: 1px solid #000
}

.page-map .poi-layer .suggest_item .type {
  border-left: 2px solid #edf7ee
}

.page-map .poi-layer .suggest_item .details {
  color: #00182f;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 23px;
  letter-spacing: .39px
}

.page-map .poi-layer .suggest_item .details span {
  display: inline-block;
  width: 100%
}

.page-map .poi-layer .suggest_item .details .number {
  color: #5f6061;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 23px;
  letter-spacing: .39px
}

.page-map .poi-layer .poi-close {
  position: absolute;
  right: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  cursor: pointer
}

.page-map .poi-layer .poi-close i {
  font-size: 11px
}

.page-map .poi-layer .poi-icon {
  width: 65px;
  height: 65px;
  border: 3px solid #d64400;
  border-radius: 50%;
  margin-right: 20px;
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center
}

.page-map .poi-layer .poi-icon img {
  width: 46px;
  height: 46px;
  border-radius: 50%
}

.page-map .poi-layer .poi-icon .check-round {
  width: 46px;
  height: 46px;
  background: #d64400;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%
}

.page-map .poi-layer .poi-icon .check-round i {
  color: #fff;
  font-size: 24px
}

.page-map .poi-layer .poi-icon.yellow {
  border: 3px solid #ffe241
}

.page-map .poi-layer .poi-icon.yellow .check-round {
  background: #ffe241
}

.page-map .poi-layer .poi-icon.yellow .check-round i:before {
  color: #00182f
}

.page-map .poi-layer .poi-icon.main {
  border: 3px solid #00182f
}

.page-map .poi-layer .poi-icon.main .check-round {
  background: #00182f
}

.page-map .poi-layer .poi-icon.main .check-round i:before {
  color: #fff
}

.page-map .poi-layer .poi-icon.hard {
  border: 3px solid #000
}

.page-map .poi-layer .poi-icon.hard .check-round {
  background: #000
}

.page-map .poi-layer .poi-icon.hard .check-round i:before {
  color: #fff
}

.page-map .poi-layer .poi-icon.medium {
  border: 3px solid #eb0000
}

.page-map .poi-layer .poi-icon.medium .check-round {
  background: #eb0000
}

.page-map .poi-layer .poi-icon.medium .check-round i:before {
  color: #fff
}

.page-map .poi-layer .poi-icon.easy {
  border: 3px solid #005eb8
}

.page-map .poi-layer .poi-icon.easy .check-round {
  background: #005eb8
}

.page-map .poi-layer .poi-icon.easy .check-round i:before {
  color: #fff
}

@media(min-width: 768px) {
  .page-map .poi-layer.tour-trail {
    max-width: 410px;
    min-width: 360px
  }
}

.page-map .poi-layer.tour-trail .poi-icon {
  border: 3px solid #00182f
}

.page-map .poi-layer .poi-text {
  max-width: 300px;
  min-width: 250px
}

.page-map .poi-layer .poi-text .poi-category {
  font-family: "Gantari", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  text-transform: capitalize;
  color: #d64400
}

.page-map .poi-layer .poi-text .poi-category.yellow {
  color: #005eb8
}

.page-map .poi-layer .poi-text .title {
  font-family: "Gantari", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #00182f;
  margin-bottom: 5px
}

.page-map .poi-layer .poi-text .locality {
  font-family: "Gantari", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  text-transform: uppercase;
  color: #6a6a6a
}

.page-map .poi-layer .poi-text p {
  font-family: "Gantari", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  color: #00182f
}

.page-map .poi-layer .poi-text.yellow {
  background: rgba(255, 226, 65, .2);
  border-radius: 5px;
  max-width: 384px
}

.page-map .poi-layer .poi-text.yellow p {
  line-height: 22px
}

.page-map .poi-layer .poi-text.main {
  background: #edf1f3;
  border-radius: 5px;
  max-width: 384px
}

.page-map .poi-layer .poi-text.main p {
  line-height: 22px
}

.page-map .poi-layer .btn-more {
  font-family: "Gantari", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 16px;
  text-align: right;
  letter-spacing: .48px;
  height: 40px;
  padding: 0 20px;
  display: flex;
  align-items: center
}

.page-map .poi-layer .btn-more:after {
  content: "";
  font-size: 11px;
  font-family: "icomoon";
  margin-left: 10px
}

.page-map .poi-layer .btn.btn-full {
  padding: 0 20px;
  font-size: 14px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  letter-spacing: 1.12px;
  background: rgba(0, 0, 0, 0);
  color: #00182f;
  border: 2px solid #00182f
}

.page-map .poi-layer .share {
  width: 36px;
  height: 36px;
  border: 1px solid #d9d9d9;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%
}

.page-map .poi-layer .share i {
  font-size: 14px;
  color: #00182f
}

.page-map .offcanvas-poi {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100vw;
  height: 100vh;
  opacity: .5;
  background-color: #000;
  display: none
}

.page-map .offcanvas-button {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 1000;
  width: 100vw;
  height: 80px;
  opacity: .5;
  background-color: rgba(0, 0, 0, 0)
}

.page-map .type_label {
  font-size: 11px;
  text-transform: uppercase;
  line-height: 22px;
  color: #00182f;
  font-weight: bold;
  font-family: "Gantari", sans-serif;
  letter-spacing: .55px
}

.page-map .icon-dss-depart {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 2px solid #00182f
}

.page-map .light-icon-button {
  padding: 10px 15px;
  flex-direction: row;
  align-items: center;
  border: 1px solid #00182f;
  line-height: normal;
  letter-spacing: .3px;
  font-size: 12px;
  display: inline-flex;
  text-transform: uppercase;
  justify-content: center;
  text-decoration: none !important;
  color: #00182f
}

.page-map .light-icon-button:before {
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  color: #00182f
}

.page-map .light-icon-button:hover {
  text-decoration: none
}

.page-map .light-icon-button.itinerary {
  margin-bottom: 40px
}

.page-map .light-icon-button.itinerary:before {
  font-size: 20px;
  content: "";
  margin-right: 10px
}

.page-map .light-icon-button.itinerary:after {
  content: "";
  height: 3px;
  background: #fff;
  position: absolute;
  z-index: 0;
  left: 5px;
  right: 5px;
  margin-top: 118px
}

.page-map .light-icon-button.map:before {
  font-size: 15px;
  content: "";
  margin-right: 5px;
  margin-bottom: 2px
}

.page-map .light-icon-button.print {
  background-color: #f5f5f5;
  border-color: #d9d9d9;
  color: #000
}

.page-map .light-icon-button.print:before {
  font-size: 15px;
  content: "";
  margin-right: 5px;
  margin-bottom: 2px;
  color: #000
}

.page-map .button-map-container {
  border-radius: 0px;
  text-align: center;
  position: fixed;
  bottom: auto;
  min-width: 100%;
  align-items: center;
  padding: 20px 0 80px;
  background: #f8f8f8;
  top: calc(100vh - 140px);
  height: 140px
}

@media(min-width: 768px) {
  .page-map .button-map-container {
    left: 0;
    min-width: 400px;
    transform: none;
    width: auto;
    padding: 20px 0;
    top: calc(100vh - 80px);
    height: 80px
  }
}

.page-map #containerRounting #container-input-url-from {
  margin-bottom: 30px
}

.page-map #containerRounting .search_trip_input {
  border: 1px solid #6a6a6a !important
}

.page-map #containerRounting fieldset {
  position: relative;
  margin-left: 10px;
  width: calc(100% - 10px)
}

.page-map #containerRounting fieldset .title_valley {
  font-size: 13px;
  text-align: left
}

.page-map #containerRounting fieldset:first-child:before {
  content: ""
}

.page-map #containerRounting fieldset:nth-child(3):after {
  content: "";
  width: 1px;
  height: 50px;
  background: #00182f;
  left: 31px;
  position: absolute;
  top: 28px
}

.page-map #containerRounting fieldset:nth-child(3):before {
  content: "";
  position: absolute;
  left: 25px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 2px solid #00182f;
  z-index: 1;
  top: 50%;
  transform: translateY(-50%)
}

.page-map #containerRounting fieldset.mb-2:nth-child(3):after {
  height: 32px !important
}

.page-map #containerRounting fieldset:nth-child(4):before {
  content: "";
  position: absolute;
  left: 25px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 2px solid #00182f;
  z-index: 1;
  top: 50%;
  transform: translateY(-50%)
}

.page-map #containerRounting fieldset:nth-child(4):after {
  content: "";
  width: 1px;
  height: 26px;
  background: #00182f;
  left: 31px;
  position: absolute;
  top: 28px
}

.page-map #containerRounting fieldset:nth-child(5):before {
  content: "";
  position: absolute;
  left: 25px;
  font-size: 20px;
  z-index: 1;
  font-family: icomoon !important;
  speak: never;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  color: #00182f;
  top: 50%;
  transform: translateY(-50%)
}

.page-map #containerRounting fieldset.before-start:nth-child(2):before {
  border: none;
  top: 22px;
  transform: none
}

.page-map .box-info {
  background: #00182f;
  padding: 5px 15px 10px 15px;
  color: #fff;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  border-radius: 10px;
  font-size: 18px
}

.page-map .box-info span.titles {
  font-size: 10px;
  text-transform: uppercase
}

.page-map .box-info span.details {
  font-size: 18px;
  text-transform: uppercase
}

.page-map .box-info [class*=" icon-dss-"],
.page-map .box-info [class^=icon-dss-] {
  margin-bottom: 5px
}

.page-map .box-info i:before {
  color: #77bcff;
  font-size: 23px;
  margin-right: 10px
}

.page-map .box-info i.icon-dss-lifts-gondola:before {
  color: #ffe241
}

.page-map .box-info .d-flex {
  margin-top: 5px;
  align-items: center
}

.page-map #instructionsList {
  position: relative;
  margin-top: 10px
}

.page-map #instructionsList:before {
  content: "";
  position: absolute;
  left: 40px;
  width: 1px;
  height: calc(100% - 70px);
  background: #d1e6fa;
  top: 47px
}

@media(min-width: 768px) {
  .page-map #instructionsList {
    margin-bottom: 100px
  }
}

.page-map #instructionsList div.w-100 {
  font-family: Gantari_Bold, sans-serif;
  font-size: 14px;
  font-weight: 700;
  display: flex;
  align-items: center;
  height: 47px;
  color: #00182f;
  padding-left: 25px;
  cursor: pointer
}

.page-map #instructionsList div.w-100:first-child {
  background: #d1e6fa;
  padding-left: 25px
}

.page-map #instructionsList div.w-100:first-child div:before {
  content: none
}

.page-map #instructionsList div.w-100 div {
  display: flex;
  align-items: start;
  flex-direction: column;
  padding-left: 30px;
  position: relative
}

.page-map #instructionsList div.w-100 div:before {
  content: "";
  position: absolute;
  left: 12.5px;
  height: 6px;
  width: 6px;
  border: 2px solid #00182f;
  border-radius: 50%;
  top: 7px
}

.page-map #instructionsList div.w-100 div .difficulty {
  font-size: 9px;
  text-transform: uppercase;
  line-height: 1
}

.page-map #instructionsList div.w-100 div.easy:before {
  border: 2px solid #005eb8
}

.page-map #instructionsList div.w-100 div.easy .difficulty {
  color: #005eb8
}

.page-map #instructionsList div.w-100 div.medium:before {
  border: 2px solid #eb0000
}

.page-map #instructionsList div.w-100 div.medium .difficulty {
  color: #eb0000
}

.page-map #instructionsList div.w-100 div.hard:before {
  border: 2px solid #000
}

.page-map #instructionsList div.w-100 div.hard .difficulty {
  color: #000
}

.page-map #instructionsList div.w-100 div.gondola:before {
  border: 2px solid #ffe241
}

.page-map #instructionsList div.w-100 div.gondola .difficulty {
  color: #ffe241
}

.page-map #instructionsList i.icon-dss-lifts-gondola,
.page-map #instructionsList i.icon-dss-slope {
  margin-bottom: 5px
}

.page-map #instructionsList i.icon-dss-depart {
  margin-left: 25px
}

.page-map #instructionsList [class^=icon-dss-],
.page-map #instructionsList [class*=" icon-dss-"] {
  font-size: 20px;
  position: absolute;
  left: 10px
}

.page-map #instructionsList .icon-dss-arrive {
  margin-left: 2px
}

.page-map #dropdown-share-map {
  position: absolute;
  display: none;
  width: 150px !important;
  padding: 0 10px;
  margin: 0;
  left: calc(100vw - 160px);
  bottom: 130px;
  background-color: #f5f5f5
}

@media(min-width: 768px) {
  .page-map #dropdown-share-map {
    bottom: 90px;
    left: 300px
  }
}

.page-map #dropdown-share-map .dropdown-item {
  justify-content: space-between;
  background-color: #f5f5f5;
  display: flex;
  align-items: center;
  padding: .15rem .5rem
}

.page-map #dropdown-share-map .dropdown-item:first-child {
  border-bottom: 1px solid rgba(106, 106, 106, .2)
}

.page-map #dropdown-share-map .dropdown-item a {
  position: relative;
  width: 100%
}

.page-map #dropdown-share-map .dropdown-item a i {
  font-size: 10px;
  position: absolute;
  right: 0
}

.page-map #dropdown-share-map.show {
  display: block
}

.page-map #dropdown-share-email {
  position: absolute;
  bottom: 130px;
  left: 0;
  max-height: 250px;
  display: none;
  width: 500px !important;
  margin: 0;
  max-width: 100%;
  overflow: hidden
}

@media(min-width: 768px) {
  .page-map #dropdown-share-email {
    bottom: 90px;
    max-width: 500px;
    left: calc(100vw - 500px)
  }
}

@media(min-width: 992px) {
  .page-map #dropdown-share-email {
    left: 300px
  }
}

.page-map #dropdown-share-email.show {
  display: block
}

.page-map .dropdown-menu .share-btn {
  border-radius: 8px;
  background-color: #f5f5f5;
  padding-right: 12px;
  display: flex;
  flex-direction: column;
  align-items: start
}

.page-map .dropdown-menu .share-email {
  border-radius: 8px;
  background-color: #f5f5f5;
  padding-right: 12px;
  display: flex;
  flex-direction: column;
  align-items: start;
  overflow: hidden
}

.page-map .light-icon-button.share {
  background-color: #f5f5f5;
  border: 1px solid rgba(0, 0, 0, .15)
}

.page-map .light-icon-button.share:before {
  font-size: 15px;
  content: "";
  margin-right: 5px;
  margin-bottom: 2px;
  color: #000
}

.page-map .light-icon-button.send-email {
  border: none;
  border-radius: 0;
  margin-left: 0;
  background-color: #f5f5f5;
  font-weight: bold;
  text-transform: none;
  justify-content: start;
  color: #000
}

.page-map .light-icon-button.send-email:before {
  font-size: 15px;
  content: "";
  margin-right: 5px;
  margin-bottom: 2px;
  color: #000
}

.page-map .light-icon-button.print {
  border: none;
  border-radius: 0;
  margin-left: 0;
  font-weight: bold;
  text-transform: none;
  justify-content: start
}

.page-map #send-email-title:before {
  font-size: 15px;
  content: "";
  margin-right: 5px;
  margin-bottom: 2px;
  color: #000;
  font-family: icomoon !important
}

.page-map .close-modal-pdf {
  background: rgba(0, 0, 0, 0);
  font-size: 10px;
  position: absolute;
  right: 20px
}

.page-map .iframe-container {
  overflow: auto;
  max-height: 180px
}

.page-map #buttonInvertRouting a {
  position: absolute;
  left: 18px;
  top: 102px;
  height: 26px;
  width: 26px;
  border-radius: 50%;
  background: #fff;
  z-index: 1;
  box-shadow: 0px 0px 5px rgba(0, 24, 47, .2);
  display: flex;
  align-items: center;
  justify-content: center
}

.page-map #buttonInvertRouting a:before {
  font-family: "icomoon";
  content: ""
}

.page-map #buttonResetPathRouting a {
  color: #5f6061;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: .39px;
  position: relative;
  text-decoration: none !important
}

.page-map #buttonResetPathRouting a:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  left: 0;
  bottom: -4px;
  opacity: .2;
  background: #005eb8
}

.page-map #buttonActiveMiddlePointRouting a {
  color: #00182f;
  font-size: 12px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  letter-spacing: .3px;
  text-transform: uppercase;
  text-decoration: none !important;
  padding-left: 38px;
  position: relative;
  height: 26px;
  display: flex;
  align-items: center
}

.page-map #buttonActiveMiddlePointRouting a:before {
  font-family: "icomoon";
  content: "";
  position: absolute;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: #fff;
  z-index: 1;
  box-shadow: 0px 0px 5px rgba(0, 24, 47, .2);
  display: flex;
  align-items: center;
  justify-content: center;
  left: 5px;
  top: 0
}

.page-map #buttonActiveMiddlePointRouting.add a:before {
  content: ""
}

.page-map #buttonActiveMiddlePointRouting.remove a:before {
  content: ""
}

.home-map .col-teaser {
  z-index: 2 !important
}

.home-map .col-teaser form fieldset .ms-choice {
  height: 50px;
  border-radius: 3px
}

.home-map .col-teaser form fieldset .ms-choice:after {
  height: 50px;
  border-radius: 3px
}

.home-map .col-teaser form fieldset .ms-choice:before {
  top: 19px
}

@media(min-width: 768px) {
  .home-map .col-teaser .map-teaser img {
    border-radius: 4px 4px 0 0
  }
}

.home-map .teaser-section {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .08);
  border-radius: 4px
}

.home-map .teaser-section h4,
.home-map .teaser-section .h4 {
  white-space: nowrap
}

.home-map .col-map {
  overflow: auto;
  z-index: 1
}

@media(min-width: 1440px) {
  .home-map .col-map {
    overflow: visible
  }

  .home-map .col-map picture img {
    width: 114%
  }
}

.home-map .col-map .map-items button:before {
  z-index: 11;
  border-radius: 50%;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../img/map/pin.svg")
}

.home-map .col-map .map-items button span {
  z-index: 10;
  position: absolute;
  line-height: 34px;
  letter-spacing: .7px;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  color: #000;
  border-radius: 4px;
  background: rgba(255, 255, 255, .8);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .1);
  border: 2px solid rgba(0, 0, 0, 0);
  white-space: nowrap;
  padding: 0 10px
}

.home-map .col-map .map-items button span.center {
  left: 50%;
  transform: translateX(-50%)
}

.home-map .col-map .map-items button span.bottom {
  top: 60%
}

.home-map .col-map .map-items button span.right {
  left: 50%;
  transform: translatey(-50%);
  padding-left: 15px
}

.home-map .col-map .map-items button span.top {
  top: -110%
}

.home-map .col-map .map-items button:hover:before {
  background-image: url("../img/map/pin_hover.svg")
}

.home-map .col-map .map-items button:hover span {
  border: 2px solid #77bcff;
  line-height: 34px
}

.home-map .col-map .map-items button.active:before {
  background-image: url("../img/map/pin_active.svg")
}

.home-map .col-map .map-items button.active span {
  background: #f4c135
}

.home-map .col-map .map-items img {
  min-width: 600px
}

@media(max-width: 767.98px) {
  .home-map {
    padding-top: 40px;
    margin-top: 180px !important
  }

  .home-map .col-teaser {
    position: absolute;
    top: -160px;
    z-index: 1;
    height: auto;
    width: calc(100% - 32px);
    left: 16px
  }

  .home-map .col-teaser .map-teaser a {
    border-radius: 4px
  }

  .home-map .col-teaser .map-teaser img {
    width: 108px;
    flex: 1 1 auto;
    border-radius: 4px
  }

  .home-map .col-teaser .map-teaser h4,
  .home-map .col-teaser .map-teaser .h4 {
    white-space: normal
  }

  .home-map .col-teaser .map-teaser h4:after,
  .home-map .col-teaser .map-teaser .h4:after {
    content: "";
    position: absolute;
    right: -16px;
    top: 50%;
    width: 10px;
    height: 10px;
    font-size: 10px;
    line-height: 10px;
    color: #00182f;
    font-family: "icomoon" !important;
    font-weight: normal;
    font-style: normal;
    transition: all .3s ease-out;
    transform: translateY(-50%)
  }
}
